# footdigest MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-footdigest-footdigest
- Website: https://footdigest.com/mcp

## Install
- Endpoint: https://footdigest.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://footdigest.com/mcp

## Tools
- get_match_probabilities - 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. Endpoint: https://footdigest.com/mcp
- get_model_card - 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. Endpoint: https://footdigest.com/mcp
- simulate - 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"). Endpoint: https://footdigest.com/mcp
- get_tournament_odds - 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"). Endpoint: https://footdigest.com/mcp
- get_head_to_head - 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. Endpoint: https://footdigest.com/mcp
- get_qualification_scenarios - 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. Endpoint: https://footdigest.com/mcp
- get_standings - 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. Endpoint: https://footdigest.com/mcp
- get_schedule - 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`. Endpoint: https://footdigest.com/mcp
- get_match - 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). Endpoint: https://footdigest.com/mcp
- get_team_availability - Footdigest: a team's active injuries in a competition, player, type, status, and expected return. Give the competition slug and a team name. Endpoint: https://footdigest.com/mcp
- get_match_brief - 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). Endpoint: https://footdigest.com/mcp
- get_defining_moments - 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`. Endpoint: https://footdigest.com/mcp
- get_suspension_watch - 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. Endpoint: https://footdigest.com/mcp
- get_bracket - 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. Endpoint: https://footdigest.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.footdigest
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
