Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://footdigest.com/mcp14 outils · 498 msget_match_probabilitiesFootdigest: 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.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.
| Paramètre | Type | Description |
|---|---|---|
| away_team | string | Away (or second) team name. |
| home_team | string | Home (or first) team name. |
| match_id | integer | Scheduled fixture id. |
get_model_cardFootdigest: 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.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.
Aucun schéma d’entrée n’a été publié pour cet outil.
simulateFootdigest: 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").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").
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | 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_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. Pass `trials` and `seed` to control and reproduce the run. Identify the competition by its slug (e.g. "world-cup-2026").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").
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | 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_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. Ask by team names.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.
| Paramètre | Type | Description |
|---|---|---|
| limit | integer | Recent meetings to include (default 5, max 20). |
| team1* | string | First team name, e.g. France. |
| team2* | string | Second team name, e.g. Spain. |
get_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..."). Seeded and reproducible. Give the competition slug and a team name.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.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
| seed | integer | Seed for reproducibility (default 42). |
| team* | string | The team whose qualification you're asking about. |
| trials | integer | Simulated tournaments (default 10000, capped at 50000). |
get_standingsFootdigest: 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.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.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
| group | string | Optional group code, e.g. A. |
get_scheduleFootdigest: 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`.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`.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | 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_matchFootdigest: one fixture in detail, teams, status, kickoff, score, stage, venue, and the event timeline (goals, cards, subs). Ask by `match_id` (from get_schedule).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).
| Paramètre | Type | Description |
|---|---|---|
| match_id* | integer | Fixture id, e.g. from get_schedule. |
get_team_availabilityFootdigest: a team's active injuries in a competition, player, type, status, and expected return. Give the competition slug and a team name.Footdigest: a team's active injuries in a competition, player, type, status, and expected return. Give the competition slug and a team name.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
| team* | string | Team name, e.g. France. |
get_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. Ask by `match_id`; optional `locale` (en or fr).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).
| Paramètre | Type | Description |
|---|---|---|
| locale | string | Language: en (default) or fr. |
| match_id* | integer | Fixture id (from get_schedule). |
get_defining_momentsFootdigest: 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`.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`.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
| limit | integer | Max moments to return (default 5, max 20). |
get_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. Give the competition slug.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.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
get_bracketFootdigest: 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.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.
| Paramètre | Type | Description |
|---|---|---|
| competition* | string | Competition slug, e.g. world-cup-2026. |
14 outils sur 14 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.