Eodly MCP server
Allows team members to check in via Discord, and the server provides access to the resulting end-of-day reports.
Provides end-of-day reports that weigh claims against real work activity in GitHub.
Provides end-of-day reports that weigh claims against real work activity in Linear.
Allows team members to check in via Slack, and the server provides access to the resulting end-of-day reports.
Allows team members to check in via Telegram, and the server provides access to the resulting end-of-day reports.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Eodly MCP serverwho is slipping this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Eodly MCP server
Read your team's sourced end-of-day reports and roster from any MCP client, using an Eodly API key.
Eodly sends founders and team leads one sourced report every evening: who shipped, who is silent, who is slipping. Your team checks in from Slack, Telegram, Microsoft Teams, or Discord, and Eodly weighs each claim against the real work in GitHub and Linear. This server exposes those reports to MCP clients such as Claude and Cursor, so you can ask an agent "who is slipping this week?" and have it pull the sourced answer.
Read-only. It cannot change anything in your workspace.
Install
Hosted (recommended)
A remote Streamable HTTP endpoint, nothing to install:
https://eodly.io/api/mcpLocal (stdio)
npx @eodly/mcpRelated MCP server: wealify-kpi-mcp
Configure
Create an API key in the Eodly app under Settings → Developer → API keys, then add the server to your client.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"eodly": {
"command": "npx",
"args": ["-y", "@eodly/mcp"],
"env": { "EODLY_API_KEY": "eodly_sk_..." }
}
}
}Cursor and other MCP clients use the same shape.
Tools
Tool | What it does | Scope |
| Identify the key: which organization it belongs to and what scopes it holds | none |
| Recent end-of-day report summaries, most recent first ( |
|
| Full structured content of one report by id |
|
| The team roster: names, roles, departments |
|
Environment
Variable | Required | Default |
| yes | none. An Eodly API key ( |
| no |
|
Keys are organization-scoped and read-only. Revoke one at any time in the app.
Links
License
MIT. See LICENSE.
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