List MCP servers
Servers
List MCP servers
List all MCP servers available to the callerโs organization. Returns paginated results with server details including connection status.
GET
List MCP servers
Authorizations
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 number (1-based)
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Search servers by name or slug
Filter by server status
Available options:
pending, active, error Filter by connection status. not_connected expands to pending, error, and available.
Available options:
available, pending, connected, error, not_connected