Skip to main content
GET
/
v1
/
mcp-servers
cURL
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/mcp-servers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "name": "<string>",
      "projectId": "<string>",
      "token": "<string>",
      "agentId": "<string>",
      "externalId": "<string>",
      "tools": [
        {
          "type": "PIECE",
          "id": "<string>",
          "created": "<string>",
          "updated": "<string>",
          "externalId": "<string>",
          "toolName": "<string>",
          "mcpId": "<string>",
          "pieceMetadata": {
            "pieceName": "<string>",
            "pieceVersion": "<string>",
            "actionName": "<string>",
            "actionDisplayName": "<string>",
            "logoUrl": "<string>",
            "connectionExternalId": "<string>"
          }
        }
      ]
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Query Parameters

limit
number
cursor
string
projectId
string
required
name
string

Response

200 - application/json

Default Response

data
object[]
required
next
string | null

Cursor to the next page

previous
string | null

Cursor to the previous page