cURL
curl --request POST \ --url https://cloud.activepieces.com/api/v1/mcp-servers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "tools": [ { "type": "PIECE", "pieceMetadata": { "pieceName": "<string>", "pieceVersion": "<string>", "actionName": "<string>", "actionDisplayName": "<string>", "logoUrl": "<string>", "connectionExternalId": "<string>" } } ] }'
{ "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>" } } ] }
Update the project MCP server configuration
Use your api key generated from the admin console
Show child attributes
Default Response