Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.ddevetak/footballcharts-mcp

io.github.ddevetak/footballcharts-mcp

Tables, results, fixtures, goal timing, season projections: 93 football leagues incl. lower tiers

Uptime
100.0%
2 direct probes · 30d
Response
239ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

about_football_charts

What football-charts.com covers (93 leagues incl. lower divisions), what it does NOT hold (live scores, players, odds), how league keys and season strings work, how to phrase model probabilities hones…

list_leagues

Every league this source covers — 93 across 42 countries — with country, league key, display name and the seasons available, newest first. No parameters. Call first in any workflow: every other tool t…

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 unde…

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. Rows are in chronological order, earliest first. last=N keeps on…

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; dr…

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 …

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 poin…

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), goa…

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_pc…

get_track_record

The public calibration ledger: every model prediction published before kick-off and graded after the result — count, hit rate and profit/loss at flat 1-unit stakes, overall and by market (1x2, ft_ou_2…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ddevetak/footballcharts-mcp": {
      "url": "https://mcp.football-charts.com/mcp",
      "transport": "streamable-http"
    }
  }
}