REST APIMcp
MCP SSE handshake
Opens a server-sent-events stream for MCP clients that prefer SSE. Same bearer authentication as POST.
Opens a server-sent-events stream for MCP clients that prefer SSE. Same bearer authentication as POST.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Response Body
curl -X GET "https://example.com/mcp"Empty
Empty
MCP streamable-HTTP endpoint POST
The MCP server over streamable HTTP. Authenticate with a personal access token in the `Authorization: Bearer` header; the body is a JSON-RPC 2.0 message. Each request is authenticated and tenant-scoped independently — there is no server-side session. Invalid or revoked tokens get a JSON-RPC error with code -32001.
List members and their roles (FR-RBAC-001) GET
Next Page