io.cycloid.mcp/server✓
io.cycloid.mcp/server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.cycloid.mcp/server",
"description": "An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform",
"repository": {
"url": "https://github.com/cycloidio/cycloid-mcp-server",
"source": "github"
},
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.cycloid.io/mcp",
"headers": [
{
"description": "API key for authentication",
"isRequired": true,
"isSecret": true,
"name": "X-CY-API-KEY"
},
{
"description": "The organization canonical name (tenant) you want to interact with",
"isRequired": true,
"name": "X-CY-ORG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}