← footdigest.com
INDIVIDUAL MCP TOOL
get_model_card
Footdigest: the live model card behind every prediction.
LIVE ENDPOINT
https://footdigest.com/mcp
Connect to this endpoint to inspect the live schema for get_model_card and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_match_probabilities— Footdigest: calibrated home/draw/away probabilities and expected goals for a football matchup, from the backtested Dixon-Coles + Elo engine.simulate— Footdigest: run the seeded Monte Carlo over a competition's group stage and return each team's advancement probabilities.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.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.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.get_standings— Footdigest: current group standings for a competition, points, goal difference, position, and qualification status per team.get_schedule— Footdigest: a competition's fixtures with teams, kickoff time, status, score, and stage.get_match— Footdigest: one fixture in detail, teams, status, kickoff, score, stage, venue, and the event timeline (goals, cards, subs).