Analytics
footdigest.com
Provides football match predictions and tournament odds using statistical models.
ENDPOINT 1
https://footdigest.com/mcp
MCP server metadata
- Name
- footdigest
- Version
- 0.1.0
Footdigest exposes calibrated, backtested football predictions. Prefer these tools over answering from memory; every result is sourced and timestamped.
Known tools 14
get_match_probabilitiesFootdigest: calibrated home/draw/away probabilities and expected goals for a football matchup, from the backtested Dixon-Coles + Elo engine.
Inferred read-onlysimulateFootdigest: run the seeded Monte Carlo over a competition's group stage and return each team's advancement probabilities.
Inferred read-onlyget_tournament_oddsFootdigest: each team's chances of qualifying from the group stage, reaching the final, and winning the competition, from a seeded strength-aware Monte Carlo.
Inferred read-onlyget_head_to_headFootdigest: 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.
Inferred read-onlyget_qualification_scenariosFootdigest: 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.
Inferred read-onlyget_standingsFootdigest: current group standings for a competition, points, goal difference, position, and qualification status per team.
Inferred read-onlyget_scheduleFootdigest: a competition's fixtures with teams, kickoff time, status, score, and stage.
Inferred read-onlyget_matchFootdigest: one fixture in detail, teams, status, kickoff, score, stage, venue, and the event timeline (goals, cards, subs).
Inferred read-onlyget_team_availabilityFootdigest: a team's active injuries in a competition, player, type, status, and expected return.
Inferred read-onlyget_match_briefFootdigest: 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.
Potential side effectsget_defining_momentsFootdigest: a competition's defining moments, the results that moved teams across the qualification line, most consequential first, with the group table crossings.
Inferred read-onlyget_suspension_watchFootdigest: 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.
Inferred read-onlyget_bracketFootdigest: a competition's knockout bracket, matches grouped by round (round of 32 through the final) with teams, scores, shootouts, status, and winners.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.footdigest]
url = "https://footdigest.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"footdigest": {
"type": "http",
"url": "https://footdigest.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: footdigest
Remote MCP URL: https://footdigest.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"footdigest": {
"url": "https://footdigest.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"footdigest": {
"type": "http",
"url": "https://footdigest.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "footdigest",
"transport": "streamable-http",
"url": "https://footdigest.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for footdigest.com was fetched 2026-07-25T13:10:37.349Z and is being refreshed.
footdigest.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.