← Registry

Productivity

eodly.io

Manages end-of-day reports and team rosters for organizations using Eodly API.

1 endpoint4 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://eodly.io/api/mcp

No auth detected

MCP server metadata

Name
eodly
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

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

whoami

Identify the calling Eodly API key: the organization it belongs to and the scopes it holds.

Inferred read-only
list_reports

List recent end-of-day reports for the key's organization, most recent first.

Inferred read-only
get_report

Get the full structured content of one end-of-day report by id (KPI status, shipped, silent, slipping, blockers).

Inferred read-only
list_team

List the team roster for the key's organization (name, role, department, active).

Inferred read-only

CONNECT 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.

Trust status Neutral

eodly.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.