RyTask docs
REST APIMcp

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`.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/integrations/mcp/config

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
AuthorizationBearer <token>

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"}