Cycleo MCP server
Cycleo MCP server
Adaptador MCP distribuible y de solo lectura para Cycleo. El servidor expone una pequeña superficie de herramientas en lista de permitidos y llama a la API JSON versionada de Cycleo con el token de portador OAuth con ámbito de usuario.
Este repositorio contiene únicamente el servidor de recursos MCP. Cycleo sigue
siendo el servidor de autorización y el propietario de los datos; la
integración /oauth/* está documentada en docs/auth-integration.md y debe
configurarse antes del uso en producción.
Ejecución local
cp .env.example .env
npm startEl endpoint local es http://localhost:8787/mcp. Abre
http://localhost:8787/connect una vez para iniciar sesión a través de Cycleo.
El servidor almacena únicamente el conjunto de tokens OAuth localmente con
permisos de archivo restrictivos y renueva los tokens de acceso
automáticamente. Establece CYCLEO_API_BASE_URL a una API local de Cycleo
cuando desarrolles contra un checkout local.
Related MCP server: sprout-mcp
Límite de producción
El servidor MCP nunca recibe ni almacena contraseñas de Cycleo y nunca se
conecta a la base de datos de Cycleo. Acepta un token de portador OAuth, valida
la identidad mediante GET /auth/me y solo reenvía las rutas de lectura de la
lista de permitidos en src/tools.mjs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFull-coverage, read-only MCP server for the Teamtailor recruitment API. Exposes 18 tools covering candidates, jobs, applications, offers, stages, departments, locations, users, and activities with strict input validation.
- FlicenseAqualityCmaintenanceRead-only MCP server for the Sprout Social public API, exposing profile and post analytics as tools with raw JSON passthrough.5
- AlicenseAqualityCmaintenanceRead-only MCP server for Favro, providing tools to list organizations, collections, boards, cards, comments, checklists, and search cards via the Favro API.14141MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for PostGrid Print & Mail, exposing constrained tools for ping, listing sub-organizations, and schema probing via the PostGrid API. Designed for Claude Cowork custom connectors with OAuth Individual sign-in.MIT
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/georgehenze/cycleo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server