List MCP Servers
Retrieve paginated list of MCP servers with cursor-based pagination
Query parameters
Max servers per page (max: 100, default: 12)
Pagination cursor from previous response
Sort by 'displayName' or 'updatedAt' (default)
Filter by name or description
Response
Successful response with list of servers
Example response
{
"next": "eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=",
"totalCount": 150
}Changes
Changed in 4 of the 11 revisions of this API.9313
- ▲
the response property
servers/items/versionbecame optional for the status200response-property-became-optional
- ●
removed the optional property
servers/items/documentationUrlfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
servers/items/detailedDescriptionto the response with the200statusresponse-optional-property-added
- ○
the
versionresponse's property default value1.0.0was added for the status200response-property-default-value-added
- ▲
- ▲
the response property
servers/items/repositorybecame nullable for the status200response-property-became-nullable
- ▲
the response property
servers/items/repositorybecame optional for the status200response-property-became-optional
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
api operation id
getApiV1Serversremoved and replaced withapi-operation-id-removed
- ○
added the optional property
servers/items/developerIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
servers/items/sourceto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
servers/items/authorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
servers/items/categoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
servers/items/createdAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
servers/items/tagsto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
countfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
datafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
limitfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
offsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
totalfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameteroffsetrequest-parameter-removed
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the optional property
nextto the response with the200statusresponse-optional-property-added
- ○
added the required property
serversto the response with the200statusresponse-required-property-added
- ○
added the required property
totalCountto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲