mcpbeat

Cycloid MCP Server

by cycloid-mcp
answering

Cycloid is answering right now. Last checked 5 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 60 hours of history
60 hours agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
293 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 5 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 278 ms 5 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

51 installs/wk local only
Supabase
by supabase

MCP server for interacting with the Supabase platform

77 577 installs/wk answering
Stackhawk
by stackhawk

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

153 installs/wk local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

566 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.

41 installs/wk local only
Arcjet
by arcjet

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

answering
Planning Center MCP Server
by planningcenter

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

answering
I
JxBrowser MCP Server
by teamdev-ip

MCP server to assist with JxBrowser development.

2 tools 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 92 of 92 checks got a reply (100.0%), average response time 293 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 293 ms on average, which is faster than 49% 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.