# io.github.adebayojuwon200-pixel/eodly (remote · eodly.io)

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

- Trust score: 70/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `eodly.io`: 70/100 (this document), [markdown](https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp.md), [page](https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp)
- npm · `@eodly/mcp`: 30/100, [markdown](https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/eodly-mcp.md), [page](https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/eodly-mcp)

## Channel facts

- Endpoint: `https://eodly.io/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 259 tokens (~51/item across 5 items; 4 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http adebayojuwon200-pixel-eodly https://eodly.io/api/mcp
```

### Codex

```toml
[mcp_servers.adebayojuwon200-pixel-eodly]
url = "https://eodly.io/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adebayojuwon200-pixel-eodly": {
      "type": "remote",
      "url": "https://eodly.io/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adebayojuwon200-pixel-eodly --url https://eodly.io/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  adebayojuwon200-pixel-eodly:
    url: "https://eodly.io/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "adebayojuwon200-pixel-eodly": {
      "type": "http",
      "url": "https://eodly.io/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 68, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (4)

### `whoami` (~28 tokens)

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

### `list_reports` (~61 tokens)

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.

Input parameters:

- `limit` (integer): Max reports to return (default 14).

### `get_report` (~51 tokens)

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

Input parameters:

- `id` (string, required): The report UUID.

### `list_team` (~39 tokens)

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

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 69
- 2026-07-31: 68
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://eodly.io/api/mcp
- Changelog RSS feed: https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/adebayojuwon200-pixel-eodly/api-mcp
