cURL
curl --request POST \ --url https://cloud.nrai.io/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>", "externalId": "<string>", "tools": [ { "type": "PIECE", "id": "<string>", "created": "<string>", "updated": "<string>", "externalId": "<string>", "mcpId": "<string>", "pieceMetadata": { "pieceName": "<string>", "pieceVersion": "<string>", "actionName": "<string>", "actionDisplayName": "<string>", "logoUrl": "<string>", "connectionExternalId": "<string>" }, "toolName": "<string>" } ], "agentId": "<string>" }
Update the project MCP server configuration
Use your api key generated from the admin console
Show child attributes
Default Response