INDIVIDUAL MCP TOOL
get_match
One match in full: the complete model probability block (calibrated and raw, all markets), team ratings, first-goal-time histograms for both sides (fgt_h, fgt_a), recent form, and — once played — the score, half-time score and status.
LIVE ENDPOINT
https://mcp.football-charts.com/mcp
Connect to this endpoint to inspect the live schema for get_match 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.football-charts]
url = "https://mcp.football-charts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"football-charts": {
"type": "http",
"url": "https://mcp.football-charts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: football-charts
Remote MCP URL: https://mcp.football-charts.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": {
"football-charts": {
"url": "https://mcp.football-charts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"football-charts": {
"type": "http",
"url": "https://mcp.football-charts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "football-charts",
"transport": "streamable-http",
"url": "https://mcp.football-charts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
about_football_charts— What football-charts.list_leagues— Every league this source covers — 93 across 42 countries — with country, league key, display name and the seasons available, newest first.get_league_table— Standings for one league season: one row per team with position, played, W/D/L, goals, points, last-five form, plus expected points and a luck category (how far results run ahead of or behind the underlying numbers).get_results— Finished matches of one league season, one row per match: date, teams, full-time and half-time score, first-goal minute, goalless flag.get_fixtures— Upcoming matches of one league, earliest first: kick-off date and time, teams, a slug, and the model's calibrated probabilities (home/away, over/under ladders, both teams to score, half-time lines; draw = 1 − home − away) with team attack/defence ratings.get_season_projection— How one league's CURRENT season is projected to finish: 10,000 Monte Carlo simulations refreshed daily, per team the title, top-four and relegation (bottom3) probabilities, points now, mean final points, a 10th–90th percentile points range and a full finishing-position matrix, plus the change since the previous run.get_team— Everything held on one team in one league season: its table row (with luck and expected points), the full match log (date, opponent, venue H/A, score, half-time score, first-goal minute, outcome), goals per 15-minute bin, first-goal distribution, and the seasons available.get_goal_timing— Goals per 15-minute bin (0-15 … 90+) for every team in a league season, each with peak_bins (the bin or bins with most goals — ties are listed; report a tie as a tie), late_share_pct and first_half_pct, plus league totals and the most active period.