Skip to main content
GET
List MCP servers

Authorizations

Authorization
string
header
required

JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.

The token should be included in the Authorization header: Authorization: Bearer <your-jwt-token>

Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.

Query Parameters

page
integer
default:1

Page number (1-based)

Required range: x >= 1
limit
integer
default:10

Number of items per page (max 100)

Required range: 1 <= x <= 100

Search servers by name or slug

status
enum<string>

Filter by server status

Available options:
pending,
active,
error
connection_status
enum<string>

Filter by connection status. not_connected expands to pending, error, and available.

Available options:
available,
pending,
connected,
error,
not_connected

Response

Paginated list of MCP servers

data
object[]
required

Array of servers for current page

pagination
PaginationMeta · object
required

Pagination metadata