Eodly MCP server
Servidor MCP de Eodly
Lee los informes de fin de día y el roster de tu equipo desde cualquier cliente MCP, usando una clave API de Eodly.
Eodly envía a fundadores y líderes de equipo un informe diario cada tarde: quién ha enviado su parte, quién está en silencio, quién se está quedando atrás. Tu equipo hace check-in desde Slack, Telegram, Microsoft Teams o Discord, y Eodly contrasta cada afirmación con el trabajo real en GitHub y Linear. Este servidor expone esos informes a clientes MCP como Claude y Cursor, para que puedas preguntar a un agente "¿quién se está quedando atrás esta semana?" y obtener la respuesta con las fuentes.
Solo lectura. No puede cambiar nada en tu espacio de trabajo.
Instalar
Alojado (recomendado)
Un endpoint remoto de Streamable HTTP, sin necesidad de instalar nada:
https://eodly.io/api/mcpLocal (stdio)
npx @eodly/mcpRelated MCP server: wealify-kpi-mcp
Configurar
Crea una clave API en la aplicación de Eodly en Configuración → Desarrollador → Claves API y luego añade el servidor a tu cliente.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"eodly": {
"command": "npx",
"args": ["-y", "@eodly/mcp"],
"env": { "EODLY_API_KEY": "eodly_sk_..." }
}
}
}Cursor y otros clientes MCP usan la misma estructura.
Herramientas
Herramienta | Qué hace | Alcance |
| Identifica la clave: a qué organización pertenece y qué alcances tiene | ninguno |
| Resúmenes de informes recientes de fin de día, del más reciente al más antiguo ( |
|
| Contenido completo y estructurado de un informe por id |
|
| El roster del equipo: nombres, roles, departamentos |
|
Entorno
Variable | Obligatoria | Valor por defecto |
| sí | ninguna. Una clave API de Eodly ( |
| no |
|
Las claves están asociadas a una organización y son de solo lectura. Puedes revocar una en cualquier momento desde la aplicación.
Enlaces
Licencia
MIT. Consulta LICENCIA.
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
- AlicenseBqualityDmaintenanceRead-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.33MIT
- FlicenseAqualityBmaintenanceRead-only MCP server for Wealify KPI dashboard that allows AI agents to query KPI data, scoring status, alerts, member performance, and rubric documents via predefined tools and REST endpoints.13
- AlicenseNot gradedqualityFmaintenanceRead-only MCP server for SQL databases (SQL Server, Postgres, SQLite) with multi-server support and three-layer safety using AST validation and linting.MIT
- AlicenseAqualityCmaintenanceA read-only MCP server for Linear that enables listing teams, cycles, and issues, and searching issues via the Linear API.5519MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
MCP server for interacting with the Supabase 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/layergen/eodly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server