Skip to main content
GET
List my external MCP connections

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Response

Connections

id
string<uuid> | null
normalized_url
string
status
enum<string>
Available options:
connected,
expired,
revoked,
error,
not_connected
auth_mode
enum<string> | null

Auth mode of the servers using this URL; null for an orphaned connection.

Available options:
oauth,
api_key,
none
has_api_key
boolean

True when this is an api_key connection with a key stored.

server_names
string[]

Names of the enabled servers (across the user's stores) that use this URL.

store_names
string[]
in_use
boolean

False when no enabled server in any of the user's stores still references this URL.

connected_at
string<date-time> | null
last_refreshed_at
string<date-time> | null
token_expires_at
string<date-time> | null