# server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-cycloid-mcp-server
- Repository: https://github.com/cycloidio/cycloid-mcp-server

## Install
- Endpoint: https://mcp.cycloid.io/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-CY-API-KEY (required; secret)
- Remote header: X-CY-ORG (required)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.cycloid.io/mcp
- Header: X-CY-API-KEY
- Header: X-CY-ORG

## Tools
- CYCLOID_EVENT_LIST - List organization events with optional filters (begin, end, severity, type). Endpoint: https://mcp.cycloid.io/mcp
- 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. Endpoint: https://mcp.cycloid.io/mcp
- CYCLOID_BLUEPRINT_LIST - List all available blueprints with their details. The LLM can filter the results based on user requirements. Endpoint: https://mcp.cycloid.io/mcp
- 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. Endpoint: https://mcp.cycloid.io/mcp
- CYCLOID_CATALOG_REPO_LIST - List all available service catalog repositories with their details. The LLM can filter the results based on user requirements. Endpoint: https://mcp.cycloid.io/mcp
- CYCLOID_PIPELINE_LIST - List all pipelines from Cycloid. Endpoint: https://mcp.cycloid.io/mcp

## Resources
- cycloid://events - Get all events as a resource with minimal formatting. MIME type: text/plain
- cycloid://blueprints - Get all available blueprints as a resource. MIME type: text/plain
- cycloid://service-catalogs-repositories - Get all available service catalog repositories as a resource. MIME type: text/plain
- cycloid://pipelines - Get all pipelines as a resource. MIME type: text/plain

## Prompts
Not captured

## Metadata
- Owner: io.cycloid.mcp
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Oct 8, 2025
- Source: https://registry.modelcontextprotocol.io
