List all known MCP servers (excluding the "custom" placeholder entry)

get/v1/mcp/servers

Query parameters

limitinteger

Number of items (default 20, max 100)

offsetinteger

Offset for pagination (default 0)

Response

OK

codeinteger
{"stackTrail":"components:schemas:McpServersCatalogSuccessResponse:properties:data","oasType":"schema","type":"unknown"}
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.