APIUser Connections

List user connections

List the user's connectable MCPs with the current user's connection status.

GET/user/connections

List the user's connectable MCPs with the current user's connection status.

Response Body

application/json

application/json

curl -X GET "https://example.com/user/connections"
{  "items": [    {      "mcp_id": null,      "display_name": "string",      "slug": "string",      "connection": {        "id": null,        "mcp_id": null,        "status": "active",        "granted_scopes": [          "string"        ],        "created_at": "2019-08-24T14:15:22Z",        "last_used_at": "2019-08-24T14:15:22Z",        "last_refreshed_at": "2019-08-24T14:15:22Z"      }    }  ]}