🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eodly/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eodly/mcp

MCP server for Eodly. Read your team's end-of-day reports and roster from any MCP client (Claude, Cursor) using an Eodly API key.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@eodly/mcp

An MCP server for Eodly. Lets any MCP client (Claude, Cursor, and others) read your team's end-of-day reports and roster from Eodly, so you can ask your assistant "what did my team ship today?" and have it answer from the real data.

It is a thin, read-only wrapper over the Eodly public API, authenticated with an Eodly API key.

Get an API key

  • Sign in to Eodly as a founder or lead.
  • Open Settings > Developer > API keys and create a key.
  • Copy the secret (eodly_sk_...). It is shown once.

Full guide: https://eodly.io/developers

Use it

Add it to your MCP client config. Example for Claude Desktop (claude_desktop_config.json) or Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "eodly": {
      "command": "npx",
      "args": ["-y", "@eodly/mcp"],
      "env": { "EODLY_API_KEY": "eodly_sk_your_key_here" }
    }
  }
}

That is it. No install step: npx fetches and runs the package.

Tools

ToolScopeDescription
whoamianyThe organization the key belongs to and its scopes.
list_reportsreports:readRecent end-of-day report summaries (optional limit, 1-50).
get_reportreports:readThe full structured content of one report by id.
list_teamteam:readThe team roster (names, roles, departments).

A key only carries the scopes you granted it when you created it.

Configuration

Env varRequiredDefault
EODLY_API_KEYyesnone
EODLY_API_BASEnohttps://eodly.io/api/v1

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts