List the calling user's external MCP connections
Returns the caller’s external MCP connections with their status. This is the status view — no client secret and no access/refresh tokens are ever returned.
Scope: per-user, not per-company
Results are filtered by both company_id and user_id from the bearer token — peers in
the same company are not visible. Not paginated; the empty state is connections: [].
Permission
agent_conversations resource with read verb.
Example
curl "$API/mcp-connections" \
-H "Authorization: Bearer $TOKEN"
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The caller's connections. Empty connections if there are none.
Response for GET /mcp-connections: the caller's connections. Not paginated. Empty
connections when the caller has none.

