Skip to main content
GET
Oauth Preflight

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instance_id
string<uuid>
required

MCP instance to inspect

Response

Successful Response

What the UI needs before it can offer a Connect action.

ready — Connect can run unattended (the server supports DCR). oauth_app_required — ask for a client ID/secret first. unsupported — this server cannot be authorized this way; say why.

connected
boolean
required
instance_id
string<uuid>
required
status
enum<string>
required
Available options:
ready,
oauth_app_required,
unsupported
authorization_endpoint
string | null
detail
string
default:""
issuer
string | null
scopes
string[]
Last modified on September 23, 2026