{ "opencollection": "1.0.0", "info": { "name": "Coolify Applications Mcp API", "version": "0.1" }, "items": [ { "info": { "name": "Mcp", "type": "folder" }, "items": [ { "info": { "name": "Enable MCP Server", "type": "http" }, "http": { "method": "POST", "url": "https://app.coolify.io/api/v1/mcp/enable", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable the MCP server endpoint at /mcp (only with root permissions)." }, { "info": { "name": "Disable MCP Server", "type": "http" }, "http": { "method": "POST", "url": "https://app.coolify.io/api/v1/mcp/disable", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Disable the MCP server endpoint at /mcp (only with root permissions)." } ] } ], "bundled": true }