Cycleo MCP server
Cycleo MCP server
Verteilbarer, schreibgeschützter MCP-Adapter für Cycleo. Der Server stellt eine kleine, auf eine Zulassungsliste beschränkte Tool-Oberfläche bereit und ruft Cycleos versionierte JSON-API mit dem benutzerbezogenen OAuth-Bearer-Token auf.
Dieses Repository enthält nur den MCP-Ressourcenserver. Cycleo bleibt der
Autorisierungsserver und Dateneigentümer; die /oauth/*-Integration ist in
docs/auth-integration.md dokumentiert und muss vor dem Produktionseinsatz
eingerichtet werden.
Lokale Ausführung
cp .env.example .env
npm startDer lokale Endpunkt ist http://localhost:8787/mcp. Öffnen Sie
http://localhost:8787/connect einmal, um sich über Cycleo anzumelden. Der
Server speichert nur den OAuth-Token-Satz lokal mit restriktiven
Dateiberechtigungen und aktualisiert Zugriffstokens automatisch. Setzen Sie
CYCLEO_API_BASE_URL auf eine lokale Cycleo-API, wenn Sie gegen ein lokales
Checkout entwickeln.
Related MCP server: sprout-mcp
Produktionsgrenze
Der MCP server empfängt oder speichert niemals Cycleo-Passwörter und verbindet
sich niemals mit der Cycleo-Datenbank. Er akzeptiert ein OAuth-Bearer-Token,
validiert die Identität über GET /auth/me und leitet nur die auf der
Zulassungsliste stehenden Lese-Routen in src/tools.mjs weiter.
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