GET
/
mcp-server
/
list-tools
/
{server_url}
curl --request GET \
  --url https://api.klavis.ai/mcp-server/list-tools/{server_url} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "tools": [
    "<any>"
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key with the format: 'Bearer your-api-key'

Path Parameters

server_url
string
required

The full URL for connecting to the MCP server via Server-Sent Events (SSE)

Response

200
application/json
Successful Response
success
boolean
required

Whether the list tools request was successful

tools
any[]
required

List of tools available for the MCP server