Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.footdigest/footdigest

REMOTE · FOOTDIGEST.COM · SCANNED SEP 22

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

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1348 tokens (~96/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the com.footdigest/footdigest MCP server?

com.footdigest/footdigest is a hosted endpoint at https://footdigest.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · footdigest.com

# add to Claude Code
claude mcp add --transport http com-footdigest-footdigest 'https://footdigest.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-footdigest-footdigest": {
      "url": "https://footdigest.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-footdigest-footdigest": {
      "type": "http",
      "url": "https://footdigest.com/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-footdigest-footdigest --url 'https://footdigest.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-footdigest-footdigest:
    url: "https://footdigest.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-footdigest-footdigest": {
      "Transport": "http",
      "Url": "https://footdigest.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-footdigest-footdigest -t streamable-http -u 'https://footdigest.com/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Probed https://footdigest.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=footdigest.com CN=YE1,O=Let's Encrypt,C=US 6 Sept 2026 5 Dec 2026 ECDSA 256 ECDSA-SHA384 58c7cc22427ce9619b3299e1bc09ffee5c3
SANs: footdigest.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of footdigest.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
footdigest.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://footdigest.com/mcp Verified 200
http (plaintext) http://footdigest.com/mcp HTTPS enforced 301 https://footdigest.com/mcp
MCP tools · 14 exposed · ~1,319 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_bracket ~68

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.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.

No output schema declared.

No examples provided.

get_defining_moments ~88

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`.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
limitintegerMax moments to return (default 5, max 20).

No output schema declared.

No examples provided.

get_head_to_head ~101

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.

NameTypeReqDescription
limitintegerRecent meetings to include (default 5, max 20).
team1stringyesFirst team name, e.g. France.
team2stringyesSecond team name, e.g. Spain.

No output schema declared.

No examples provided.

get_match ~68

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).

NameTypeReqDescription
match_idintegeryesFixture id, e.g. from get_schedule.

No output schema declared.

No examples provided.

get_match_brief ~89

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).

NameTypeReqDescription
localestringLanguage: en (default) or fr.
match_idintegeryesFixture id (from get_schedule).

No output schema declared.

No examples provided.

get_match_probabilities ~118

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.

NameTypeReqDescription
away_teamstringAway (or second) team name.
home_teamstringHome (or first) team name.
match_idintegerScheduled fixture id.

No output schema declared.

No examples provided.

get_model_card ~66

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_qualification_scenarios ~129

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.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
teamstringyesThe team whose qualification you're asking about.
trialsintegerSimulated tournaments (default 10000, capped at 50000).

No output schema declared.

No examples provided.

get_schedule ~108

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`.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
limitintegerMax fixtures to return (default 20, max 100).
statusstringOptional status filter, e.g. finished.

No output schema declared.

No examples provided.

get_standings ~89

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.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
groupstringOptional group code, e.g. A.

No output schema declared.

No examples provided.

get_suspension_watch ~66

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.

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.

No output schema declared.

No examples provided.

get_team_availability ~73

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

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
teamstringyesTeam name, e.g. France.

No output schema declared.

No examples provided.

get_tournament_odds ~130

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").

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
trialsintegerSimulated tournaments (default 10000, capped at 50000).

No output schema declared.

No examples provided.

simulate ~126

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").

NameTypeReqDescription
competitionstringyesCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
trialsintegerSimulated tournaments (default 10000, capped at 50000).

No output schema declared.

No examples provided.

Common questions

What is the com.footdigest/footdigest MCP server?

com.footdigest/footdigest is an MCP server listed in the public MCP registry as com.footdigest/footdigest. Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card. This page covers its hosted endpoint (https://footdigest.com/mcp).

Is the com.footdigest/footdigest MCP server safe to use?

com.footdigest/footdigest scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.footdigest/footdigest MCP server expose?

com.footdigest/footdigest exposes 14 tools: get_match_probabilities, get_model_card, simulate, get_tournament_odds, get_head_to_head, and 9 more. Their descriptions and schemas cost roughly 1,319 tokens of context every time the server is loaded.

Does the com.footdigest/footdigest MCP server require authentication?

No. We connected to com.footdigest/footdigest without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.footdigest/footdigest MCP server still maintained?

com.footdigest/footdigest is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.