As well as being able to manually create MCP Servers through Cyclr’s interface, you can choose to implement automated processes by using Cyclr’s API to create, manage and update them.
You can view as well as make calls towards these endpoints within the Cyclr API Reference page for your Cyclr Console.
These are the available endpoints which are located within the “MCP Servers” section of the Cyclr API:
GET /v1.0/Mcp/serversPOST /v1.0/Mcp/serversPUT /v1.0/Mcp/servers/{id}GET /v1.0/Mcp/servers/{id}DELETE /v1.0/Mcp/servers/{id}POST /v1.0/Mcp/servers/{id}/copyPOST /v1.0/Mcp/servers/{id}/install/{accountId}GET /v1.0/Mcp/servers/{id}/transactionsGET /v1.0/Mcp/servers/{id}/authenticationPUT /v1.0/Mcp/servers/{id}/enablePUT /v1.0/Mcp/servers/{id}/disablePOST /v1.0/Mcp/servers/{id}/connectors/{accountConnectorId}/toolsDELETE /v1.0/Mcp/servers/{id}/connectors/{accountConnectorId}/tools