
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
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.
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.
eodly_sk_...). It is shown once.Full guide: https://eodly.io/developers
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.
| Tool | Scope | Description |
|---|---|---|
whoami | any | The organization the key belongs to and its scopes. |
list_reports | reports:read | Recent end-of-day report summaries (optional limit, 1-50). |
get_report | reports:read | The full structured content of one report by id. |
list_team | team:read | The team roster (names, roles, departments). |
A key only carries the scopes you granted it when you created it.
| Env var | Required | Default |
|---|---|---|
EODLY_API_KEY | yes | none |
EODLY_API_BASE | no | https://eodly.io/api/v1 |
MIT
FAQs
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.
We found that @eodly/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.