Skip to main content
ClaudeWave

MCP server for Eodly: read your team's sourced end-of-day reports and roster from Claude, Cursor, or any MCP client.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: NPX · @eodly/mcp
Claude Code CLI
claude mcp add eodly-mcp -- npx -y @eodly/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "eodly-mcp": {
      "command": "npx",
      "args": ["-y", "@eodly/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Eodly MCP server

Read your team's sourced end-of-day reports and roster from any MCP client, using an Eodly API key.

[Eodly](https://eodly.io) 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/mcp
```

### Local (stdio)

```bash
npx @eodly/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`):

```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 |
| --- | --- | --- |
| `whoami` | Identify the key: which organization it belongs to and what scopes it holds | none |
| `list_reports` | Recent end-of-day report summaries, most recent first (`limit`, 1-50, default 14) | `reports:read` |
| `get_report` | Full structured content of one report by id | `reports:read` |
| `list_team` | The team roster: names, roles, departments | `team:read` |

## Environment

| Variable | Required | Default |
| --- | --- | --- |
| `EODLY_API_KEY` | yes | none. An Eodly API key (`eodly_sk_...`) |
| `EODLY_API_BASE` | no | `https://eodly.io/api/v1` |

Keys are organization-scoped and read-only. Revoke one at any time in the app.

## Links

- [Eodly](https://eodly.io)
- [Developer and API documentation](https://eodly.io/developers)
- [OpenAPI specification](https://eodly.io/openapi.json)

## License

MIT. See [LICENSE](./LICENSE).
claudeengineering-managementmcpmcp-servermodel-context-protocolstandup

What people ask about eodly-mcp

What is layergen/eodly-mcp?

+

layergen/eodly-mcp is mcp servers for the Claude AI ecosystem. MCP server for Eodly: read your team's sourced end-of-day reports and roster from Claude, Cursor, or any MCP client. It has 0 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install eodly-mcp?

+

You can install eodly-mcp by cloning the repository (https://github.com/layergen/eodly-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is layergen/eodly-mcp safe to use?

+

Our security agent has analyzed layergen/eodly-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains layergen/eodly-mcp?

+

layergen/eodly-mcp is maintained by layergen. The last recorded GitHub activity is dated 2026-08-20, with 0 open issues.

Are there alternatives to eodly-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy eodly-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: layergen/eodly-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/layergen-eodly-mcp)](https://claudewave.com/repo/layergen-eodly-mcp)
<a href="https://claudewave.com/repo/layergen-eodly-mcp"><img src="https://claudewave.com/api/badge/layergen-eodly-mcp" alt="Featured on ClaudeWave: layergen/eodly-mcp" width="320" height="64" /></a>

More MCP Servers

eodly-mcp alternatives