
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.