Skip to main content
GET
/
ai
/
mcp-servers
List MCP servers
curl --request GET \
  --url https://api.wacht.dev/ai/mcp-servers \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "deployment_id": "<string>",
      "name": "<string>",
      "endpoint": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "configuration": {}
    }
  ],
  "has_more": true,
  "limit": 123,
  "offset": 123
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Response

200 - application/json

List of MCP servers

data
object[]
required
has_more
boolean

Whether there are more items

limit
integer | null

Optional page limit

offset
integer | null

Optional offset