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>" }
List MCP servers
Use your api key generated from the admin console
Default Response
Show child attributes
Cursor to the next page
Cursor to the previous page