v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Connections

Check MCP OAuth

Probe an MCP server URL to discover whether it supports OAuth Dynamic Client Registration. Returns the authorization endpoint and required scopes when supported. Useful as a precursor to /v2/teams/:team_id/connections/oauth/mcp/start or /v2/teams/:team_id/connections. Performs no writes.

post/v2/connections/oauth/mcp/check

Request body

mcp_server_urlstring uri required

URL of the MCP server to probe for OAuth support.

Response

Default Response

supports_dcrboolean required

True if the MCP server advertises OAuth Dynamic Client Registration

authorization_endpointstring

OAuth authorization endpoint advertised by the MCP server, when discoverable

scopesstring[]

Scopes the MCP server requests during authorization