mcpbeat Sign in

Cycloid MCP Server

by cycloid-mcp Your server? Claim it
not responding

Cycloid is listed as active in the registry but did not answer our last check. 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 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
6
Tools
read from the server
271 ms
Response time
average over 24h
0
Stars
last commit 9 Jun 2026

Cycloid does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 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 271 ms 14 min ago

Alternatives to Cycloid

same job, measured the same way
Harmonyos
by fadinglight9291117

MCP server for HarmonyOS development - interact with projects, devices, and applications

37 installs/wk local only
Supabase
by supabase

MCP server for interacting with the Supabase platform

88 959 installs/wk answering
Stackhawk
by stackhawk

An MCP server that provides interaction with StackHawk's security scanning platform.

95 installs/wk local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

612 installs/wk local only
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

31 installs/wk local only
Arcjet
by arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

answering
I
Xata
by xataio

Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.

answering
Planning Center MCP Server
by planningcenter

The official Planning Center MCP server for interacting with your ministry's data.

answering

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 0 of 91 checks got a reply (0.0%), average response time 271 ms. The bar chart above shows every period we have measured.
The registry lists Cycloid as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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.
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.