Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

io.cycloid.mcp/server

io.cycloid.mcp/server

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

Uptime
2.2%
46 probes
Response
76ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

CYCLOID_EVENT_LIST

List organization events with optional filters (begin, end, severity, type).

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 …

CYCLOID_BLUEPRINT_LIST

List all available blueprints with their details. The LLM can filter the results based on user requirements.

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.

CYCLOID_CATALOG_REPO_LIST

List all available service catalog repositories with their details. The LLM can filter the results based on user requirements.

CYCLOID_PIPELINE_LIST

List all pipelines from Cycloid.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.cycloid.mcp/server": {
      "url": "https://mcp.cycloid.io/mcp",
      "transport": "streamable-http"
    }
  }
}