Skip to main content
GET
/
ai
/
mcp-servers
List actor MCP servers
curl --request GET \
  --url https://api.wacht.dev/ai/mcp-servers \
  --cookie __session=
{
  "status": 123,
  "message": "<string>",
  "session": {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ],
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "endpoint": "<string>",
      "auth_type": "<string>",
      "requires_user_connection": true,
      "connection_status": "<string>",
      "connected_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

__session
string
cookie
required

Response

200 - application/json

Actor MCP servers

status
integer
message
string
session
object
errors
object[]
data
object[]