io.github.adebayojuwon200-pixel/eodly
io.github.adebayojuwon200-pixel/eodlyRead your team's end-of-day reports and roster from Eodly.
Tools · 4
Identify the calling Eodly API key: the organization it belongs to and the scopes it holds.
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 the full structured content of one end-of-day report by id (KPI status, shipped, silent, slipping, blockers). Requires the reports:read scope.
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
Interactive end-of-day report card: who shipped, who's slipping, who's silent.
ui://eodly/report.html
Similar MCP servers embedding-nearest
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"
}
}
}