List all MCP servers available to the caller’s organization. Returns basic information about each server including connection status.
JWT token obtained through Auth0 OAuth 2.0 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.
Page number (1-based)
x >= 1Number of items per page (max 100)
1 <= x <= 100Search servers by name or slug
Filter by server status
pending, active, error Filter by connection status. not_connected expands to pending, error, and available.
available, pending, connected, error, not_connected