Get MCP server auth status for a subject
MCP Servers V2
Get MCP server auth status for a subject
Returns the effective per-subject auth status for an MCP server. Permissions: callers with MANAGE_MCP_SERVER (MCP managers) may query any subject; other callers may only query their own subject.
GET
Get MCP server auth status for a subject
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
MCP server id (the id returned by GET /v1/mcp, not the name).
Example:
"mcp-01HXYZ..."
Query Parameters
Target subject id.
Subject type for the target principal.
Available options:
user, virtualaccount, external-identity Response
Per-subject auth status for the MCP server.
- MCPServerAuthStatusAuthenticated
- MCPServerAuthStatusAuthRequired
- MCPServerAuthStatusAuthNotRequired