Returns the per-subject auth status for the MCP server. When status is authentication_required, the response additionally includes an authorization_endpoint: a single MCP-gateway-proxied consent URL that seeds the chained consent flow for the requested server. For virtual MCP servers the chain walks every source still needing auth before landing the user on the tenant control-plane mcp-server-success page.
Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
MCP server id (the id returned by GET /v1/mcp, not the name).
"mcp-01HXYZ..."
Base URL of the MCP gateway (used as the resource indicator and to substitute {{mcpProxyBaseURL}} for the proxied MCP server URL). Defaults to the tenant's gateway-default installation URL when omitted.
Per-subject auth status; the AUTHENTICATION_REQUIRED branch carries the consent URL to open.