Backend API
Discovery authentication details for an MCP server
cURL
curl --request POST \ --url https://api.wacht.dev/ai/mcp-servers/discover \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "endpoint": "<string>" } '
{}
API key authentication (format: Bearer {api_key})
Discovery response
The response is of type object.
object
Was this page helpful?