Skip to main content
GET
Core - List MCP servers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

Page size between 1 and 200. Defaults to 25.

starting_after
string

Cursor for the page after the given item id. Mutually exclusive with ending_before.

ending_before
string

Cursor for the page before the given item id. Mutually exclusive with starting_after.

Case-insensitive match against the server key and display name.

Response

200 - application/json

OK

object
string

Always "list".

data
object[]

MCP servers on the current page.

has_more
boolean

Whether further items exist beyond this page.