Skip to main content
POST
/
ai
/
mcp-servers
/
discover
Discover MCP server auth
curl --request POST \
  --url https://api.wacht.dev/ai/mcp-servers/discover \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "endpoint": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Body

application/json
endpoint
string
required

Response

200 - application/json

Discovery response

The response is of type object.