Backend API
Get all MCP servers for the deployment
cURL
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 }
API key authentication (format: Bearer {api_key})
List of MCP servers
Show child attributes
Whether there are more items
Optional page limit
Optional offset
Was this page helpful?