v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB
MCP Configurations

List connected accounts for an MCP configuration

Returns the connected account state for each connection in the MCP configuration for the given user identifier. When include_auth_link is true, creates connected accounts on the fly if they do not exist and returns a fresh authentication link per connection. When include_auth_link is false or omitted, returns the current status of existing connected accounts only — no accounts are created and authentication_link is always empty. Authentication links are only present when the connection has an associated key; if the connection has no key, authentication_link is empty regardless of include_auth_link.

post/api/v1/mcp/configs/{config_id}/connected_accounts

Path parameters

config_idstring required

ID of the MCP configuration

Request body

identifierstring required

Identifier for the end user whose connected accounts to retrieve

include_auth_linkboolean

When true, generates a fresh authentication link for each connection and creates connected accounts if they do not exist. When false or omitted, returns existing connected account status without creating accounts or generating links.

Example request

{
  "identifier": "john.doe@example.com"
}

Response

Connected account state returned for each connection in the configuration