Productivity
eodly.io
Manages end-of-day reports and team rosters for organizations using Eodly API.
ENDPOINT 1
https://eodly.io/api/mcp
MCP server metadata
- Name
- eodly
- Version
- 1.0.0
Read-only access to an Eodly organization's end-of-day reports and team roster. Authenticate tools/call with an Eodly API key (Authorization: Bearer eodly_sk_...). Create a key at https://eodly.io/developers.
Known tools 4
whoamiIdentify the calling Eodly API key: the organization it belongs to and the scopes it holds.
Inferred read-onlylist_reportsList recent end-of-day reports for the key's organization, most recent first.
Inferred read-onlyget_reportGet the full structured content of one end-of-day report by id (KPI status, shipped, silent, slipping, blockers).
Inferred read-onlylist_teamList the team roster for the key's organization (name, role, department, active).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eodly]
url = "https://eodly.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eodly": {
"type": "http",
"url": "https://eodly.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eodly
Remote MCP URL: https://eodly.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eodly": {
"url": "https://eodly.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eodly": {
"type": "http",
"url": "https://eodly.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eodly",
"transport": "streamable-http",
"url": "https://eodly.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eodly.io was fetched 2026-08-17T15:23:08.200Z and is being refreshed.
eodly.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.