cURL
curl --request GET \ --url https://api.klavis.ai/mcp-server/servers \ --header 'Authorization: Bearer <token>'
{ "servers": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "tools": [ { "name": "<string>", "description": "<string>" } ], "authNeeded": true } ] }
Get all MCP servers with their basic information including id, name, description, and tools.
Your Klavis AI API key.
Successful Response
The response is of type object.
object