Skip to main content
GET
/
api
/
mcp-check
Check MCP server availability
curl --request GET \
  --url http://localhost:5173/api/mcp-check \
  --cookie apiKeys=
{
  "servers": [
    {
      "name": "<string>",
      "status": "available"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://codinit.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

MCP server status

servers
object[]