Skip to main content
POST
/
v1
/
ui
/
mcp-servers
/
discover-tools
Discover tools from MCP server
curl --request POST \
  --url https://api.example.com/v1/ui/mcp-servers/discover-tools \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "authHeaderName": "<string>",
  "authApiKey": "<string>"
}
'
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Body

application/json
url
string
required
Minimum string length: 1
authHeaderName
string
authApiKey
string

Response

200 - application/json

Tools discovered successfully

tools
object[]