GET
/
mcp-server
/
servers
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>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response
servers
object[]
required