Backend API
Retrieve a specific MCP server
cURL
curl --request GET \ --url https://api.wacht.dev/ai/mcp-servers/{mcp_server_id} \ --header 'Authorization: <api-key>'
{ "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": {} }
API key authentication (format: Bearer {api_key})
MCP Server ID
MCP server details
Was this page helpful?