v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Servers

List MCP Servers

Retrieve paginated list of MCP servers with cursor-based pagination

get/api/v1/servers

Query parameters

limitinteger

Max servers per page (max: 100, default: 12)

cursorstring

Pagination cursor from previous response

Example:eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=
sortstring

Sort by 'displayName' or 'updatedAt' (default)

Example:updatedAt
searchstring

Filter by name or description

Example:github

Response

Successful response with list of servers

nextstring

Cursor for next page. Undefined when no more results.

totalCountnumber required

Total number of servers

Example response

{
  "next": "eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=",
  "totalCount": 150
}