Skip to main content
Glama

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

A remote Streamable HTTP endpoint, nothing to install:

https://eodly.io/api/mcp

Local (stdio)

npx @eodly/mcp

Related 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

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.

License

MIT. See LICENSE.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Read-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.
    33
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Read-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
  • A
    license
    Not graded
    quality
    F
    maintenance
    Read-only MCP server for SQL databases (SQL Server, Postgres, SQLite) with multi-server support and three-layer safety using AST validation and linting.
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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