Skip to main content
POST
Finish an MCP OAuth connection

Authorizations

Authorization
string
header
required

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

Body

application/json

The provider redirect's payload, relayed by the frontend callback page.

code
string
required
Required string length: 1 - 4096
state
string
required
Required string length: 1 - 256

Response

Successful Response

The finished connection and a live probe of what it can reach.

server
McpServerReadSchema · object
required

One org-level MCP server as the agent editor renders it.

verify
McpServerVerifyResponseSchema · object
required

A live probe's result; an unreachable server is data, not an error.