mcpbeat

Cycloid MCP Server

io.cycloid.mcp/server
answering

Cycloid is answering right now. Last checked 6 min ago. It exposes 6 tools. Last commit 9 Jun 2026.

An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
285 ms
Response time
average over 24h
0
Stars
last commit 9 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add server --transport http https://mcp.cycloid.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "url": "https://mcp.cycloid.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.server]
url = "https://mcp.cycloid.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "server": {
      "url": "https://mcp.cycloid.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "server": {
      "url": "https://mcp.cycloid.io/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cycloid
CYCLOID_BLUEPRINT_LIST
List all available blueprints with their details. The LLM can filter the results based on user requirements.
CYCLOID_BLUEPRINT_STACK_CREATE
Create a new Cycloid stack from a blueprint. CRITICAL: When elicitation context (ctx) is provided, the tool will ALWAYS use interactive elicitation to ask for parameters one by one, REGARDLESS of any parameters provided. The LLM should ONLY provide the 'ref' parameter and let elicitation handle the rest. DO NOT provide name, use_case, or service_catalog_source_canonical when elicitation is available. 🚨 CRITICAL: The LLM should NEVER provide default values, suggestions, or examples. Let the user make their own choices. Do NOT call this tool with guessed parameters.
CYCLOID_CATALOG_REPO_LIST
List all available service catalog repositories with their details. The LLM can filter the results based on user requirements.
CYCLOID_EVENT_LIST
List organization events with optional filters (begin, end, severity, type).
CYCLOID_PIPELINE_LIST
List all pipelines from Cycloid.
CYCLOID_STACKFORMS_VALIDATE
Validate a StackForms (.forms.yml) file using the Cycloid CLI. This tool can validate StackForms configuration and provide detailed feedback for fixing issues.

Endpoints

URLTransportStateLatencyChecked
https://mcp.cycloid.io/mcp streamable-http answering 281 ms 6 min ago

Cycloid — questions

Answers built from our own checks of this server.

What can Cycloid do?
It exposes 6 tools, read directly from the server on our last check. Among them: CYCLOID_BLUEPRINT_LIST, CYCLOID_BLUEPRINT_STACK_CREATE, CYCLOID_CATALOG_REPO_LIST, CYCLOID_EVENT_LIST, CYCLOID_PIPELINE_LIST, CYCLOID_STACKFORMS_VALIDATE. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Cycloid working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 285 ms. The bar chart above shows every period we have measured.
How do I connect Cycloid?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cycloid need an API key?
No. Cycloid completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cycloid?
It answers our handshake in 285 ms on average, which is faster than 48% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cycloid open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.