com.footdigest/footdigest

MCPcommunityattivo
v0.1.0com.footdigestUnknownAggiornato 2 mesi fa

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

Stato dell’endpointattivo
verificato 3 giorni fa · 318 ms
100 % degli ultimi 5 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
2 mesi faUltimo aggiornamento
Pacchetto
Autorecom.footdigest
LicenzaUnknown
Versione0.1.0
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti14 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · 12 g faQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato13 lug 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

14 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore12d ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://footdigest.com/mcp14 strumenti · 498 ms
get_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.

ParametroTipoDescrizione
away_teamstringAway (or second) team name.
home_teamstringHome (or first) team name.
match_idintegerScheduled 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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
trialsintegerSimulated 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").

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
trialsintegerSimulated 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.

ParametroTipoDescrizione
limitintegerRecent meetings to include (default 5, max 20).
team1*stringFirst team name, e.g. France.
team2*stringSecond 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.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
seedintegerSeed for reproducibility (default 42).
team*stringThe team whose qualification you're asking about.
trialsintegerSimulated 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.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
groupstringOptional 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`.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
limitintegerMax fixtures to return (default 20, max 100).
statusstringOptional 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).

ParametroTipoDescrizione
match_id*integerFixture 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.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
team*stringTeam 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).

ParametroTipoDescrizione
localestringLanguage: en (default) or fr.
match_id*integerFixture 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`.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.
limitintegerMax 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.

ParametroTipoDescrizione
competition*stringCompetition 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.

ParametroTipoDescrizione
competition*stringCompetition slug, e.g. world-cup-2026.

14 strumenti su 14 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.