io.github.adebayojuwon200-pixel/eodly
Official4 toolsRead your team's end-of-day reports and roster from Eodly.
Access team end-of-day reports and roster information from Eodly.
Captured live from the server via tools/list.
whoami
Identify the calling Eodly API key: the organization it belongs to and the scopes it holds.
No parameters.
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.
Parameters (1)
- limitinteger
Max reports to return (default 14).
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.
Parameters (1)
- idstringrequired
The report UUID.
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.
No parameters.
README not available yet.
Install
Configuration
EODLY_API_KEYrequiredsecretAn Eodly API key (eodly_sk_...). Create one in the Eodly app under Settings > Developer > API keys.
claude_desktop_config.json
{
"mcpServers": {
"eodly": {
"command": "npx",
"args": [
"-y",
"@eodly/mcp@0.1.1"
],
"env": {
"EODLY_API_KEY": "<YOUR_EODLY_API_KEY>"
}
}
}
}