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.
List of available MCP servers
Unique identifier for the server
"123e4567-e89b-12d3-a456-426614174000"
Human-readable name of the server
"Salesforce Production"
URL-friendly identifier used in API paths
"salesforce"
Current connection status:
available: Server is available but not connectedpending: Connection is in progress or credentials missingconnected: Server is connected and ready to useerror: Connection failed or encountered an erroravailable, pending, connected, error "connected"
Third-party provider name
"salesforce"