# com.footdigest/footdigest (remote · footdigest.com)

Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card.

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

## Components

- remote · `footdigest.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-footdigest-footdigest/footdigest.md), [page](https://verifymcp.io/servers/com-footdigest-footdigest/footdigest)

## Channel facts

- Endpoint: `https://footdigest.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## 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 14 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1348 tokens (~96/item across 14 items; 14 tools + 0 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-footdigest-footdigest https://footdigest.com/mcp
```

### Codex

```toml
[mcp_servers.com-footdigest-footdigest]
url = "https://footdigest.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-footdigest-footdigest": {
      "type": "remote",
      "url": "https://footdigest.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-footdigest-footdigest --url https://footdigest.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-footdigest-footdigest:
    url: "https://footdigest.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-footdigest-footdigest": {
      "type": "http",
      "url": "https://footdigest.com/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 68, +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 67, +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 66, −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 68, +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 67, +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 66, +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 65)

First indexed and scored.

## MCP tools (14)

### `get_match_probabilities` (~118 tokens)

Footdigest: calibrated home/draw/away probabilities and expected goals for a football matchup, from the backtested Dixon-Coles + Elo engine. Ask by `match_id`, or by `home_team` and `away_team` names for any matchup. Every answer is sourced and timestamped; see get_model_card for the methodology.

Input parameters:

- `away_team` (string): Away (or second) team name.
- `home_team` (string): Home (or first) team name.
- `match_id` (integer): Scheduled fixture id.

### `get_model_card` (~66 tokens)

Footdigest: the live model card behind every prediction. Returns the backtested RPS versus a naive baseline, the out-of-sample size, the calibration table, the methodology, and an explicit list of what is not measured. Use it to audit any number the other tools return.

### `simulate` (~126 tokens)

Footdigest: run the seeded Monte Carlo over a competition's group stage and return each team's advancement probabilities. Pass `trials` and `seed` to control and reproduce the run; the same inputs always return the same numbers. Identify the competition by its slug (e.g. "world-cup-2026").

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `seed` (integer): Seed for reproducibility (default 42).
- `trials` (integer): Simulated tournaments (default 10000, capped at 50000).

### `get_tournament_odds` (~130 tokens)

Footdigest: each team's chances of qualifying from the group stage, reaching the final, and winning the competition, from a seeded strength-aware Monte Carlo. Pass `trials` and `seed` to control and reproduce the run. Identify the competition by its slug (e.g. "world-cup-2026").

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `seed` (integer): Seed for reproducibility (default 42).
- `trials` (integer): Simulated tournaments (default 10000, capped at 50000).

### `get_head_to_head` (~101 tokens)

Footdigest: the all-time head-to-head record between two men's national teams from the historical results dataset, wins, draws, goals, recent meetings, and penalty shootouts. Ask by team names.

Input parameters:

- `limit` (integer): Recent meetings to include (default 5, max 20).
- `team1` (string, required): First team name, e.g. France.
- `team2` (string, required): Second team name, e.g. Spain.

### `get_qualification_scenarios` (~129 tokens)

Footdigest: a team's chance of qualifying from its group, and how each remaining group result would move it ("if X beats Y, Z's chances become..."). Seeded and reproducible. Give the competition slug and a team name.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `seed` (integer): Seed for reproducibility (default 42).
- `team` (string, required): The team whose qualification you're asking about.
- `trials` (integer): Simulated tournaments (default 10000, capped at 50000).

### `get_standings` (~89 tokens)

Footdigest: current group standings for a competition, points, goal difference, position, and qualification status per team. Give the competition slug (e.g. "world-cup-2026"), optionally a single group code.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `group` (string): Optional group code, e.g. A.

### `get_schedule` (~108 tokens)

Footdigest: a competition's fixtures with teams, kickoff time, status, score, and stage. Give the competition slug; optionally filter by `status` (e.g. scheduled, live, finished) and cap with `limit`.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `limit` (integer): Max fixtures to return (default 20, max 100).
- `status` (string): Optional status filter, e.g. finished.

### `get_match` (~68 tokens)

Footdigest: one fixture in detail, teams, status, kickoff, score, stage, venue, and the event timeline (goals, cards, subs). Ask by `match_id` (from get_schedule).

Input parameters:

- `match_id` (integer, required): Fixture id, e.g. from get_schedule.

### `get_team_availability` (~73 tokens)

Footdigest: a team's active injuries in a competition, player, type, status, and expected return. Give the competition slug and a team name.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `team` (string, required): Team name, e.g. France.

### `get_match_brief` (~89 tokens)

Footdigest: the AI-generated brief for a match, the pre-match five-lens brief, the post-match recap, and event impacts, sourced from Footdigest's engine. Ask by `match_id`; optional `locale` (en or fr).

Input parameters:

- `locale` (string): Language: en (default) or fr.
- `match_id` (integer, required): Fixture id (from get_schedule).

### `get_defining_moments` (~88 tokens)

Footdigest: a competition's defining moments, the results that moved teams across the qualification line, most consequential first, with the group table crossings. Give the competition slug; optional `limit`.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.
- `limit` (integer): Max moments to return (default 5, max 20).

### `get_suspension_watch` (~66 tokens)

Footdigest: who is suspended for their next match and who is one booking away from a ban in a competition, per the competition's fair-play rules. Give the competition slug.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.

### `get_bracket` (~68 tokens)

Footdigest: a competition's knockout bracket, matches grouped by round (round of 32 through the final) with teams, scores, shootouts, status, and winners. Give the competition slug.

Input parameters:

- `competition` (string, required): Competition slug, e.g. world-cup-2026.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-footdigest-footdigest/footdigest#diagnostics

## Score history

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

## Links

- Remote endpoint: https://footdigest.com/mcp
- Website: https://footdigest.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-footdigest-footdigest/footdigest/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-footdigest-footdigest/footdigest/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-footdigest-footdigest/footdigest
