Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.adebayojuwon200-pixel/eodly

io.github.adebayojuwon200-pixel/eodly

Read your team's end-of-day reports and roster from Eodly.

Uptime
100.0%
1 direct probes · 30d
Response
698ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
0
available

Tools · 4

whoami

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

list_reports

List recent end-of-day reports for the key's organization, most recent first. Each report summarizes who shipped, who is silent, and who is slipping. Requires the reports:read scope.

get_report

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

list_team

List the team roster for the key's organization (name, role, department, active). Personal contact details are omitted. Requires the team:read scope.

Resources · 1

eodly_report_view

Interactive end-of-day report card: who shipped, who's slipping, who's silent.

ui://eodly/report.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.adebayojuwon200-pixel/eodly": {
      "url": "https://eodly.io/api/mcp",
      "transport": "streamable-http"
    }
  }
}