Get MCP connection info
Public connection details for the Agent access page — the HTTP endpoint URL (when `MCP_PUBLIC_URL` is configured) and a copy-pasteable stdio hint. Never contains a token. Requires `org:read`.
Public connection details for the Agent access page — the HTTP endpoint URL (when
MCP_PUBLIC_URL is configured) and a copy-pasteable stdio hint. Never contains a
token. Requires org:read.
Authorization
bearerAuth A session access token or a personal access token.
In: header
Response Body
application/json
curl -X GET "https://example.com/integrations/mcp/config"{ "httpUrl": "string", "stdioHint": "string"}Create a label POST
Previous Page
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.