footballcharts-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@footballcharts-mcpshow me the current Premier League table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
football-charts MCP server
Give your AI assistant live football data for 90+ leagues: tables, results, fixtures, model probabilities and Monte Carlo season projections from football-charts.com.
FC publishes probabilities and a settled track record — not betting tips.
Every model signal is published before kickoff and graded after; the
get_track_record tool returns that ledger.
Free tier
All 90+ leagues (top and lower divisions, women's leagues)
Current + previous season per league
Model probabilities (Dixon-Coles based) and daily 10,000-run Monte Carlo season projections
5,000 requests/day, 60/minute
No betting odds (odds + full historical archive are part of the paid tier — contact contact@football-charts.com)
Related MCP server: GoalGorithm MCP Server
Get a key
curl -X POST https://footballcharts-backend.onrender.com/api/v1/keys/register/ \
-H 'Content-Type: application/json' \
-d '{"email":"you@example.com"}'The key (fc_...) is shown once — store it.
Use with Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"football-charts": {
"command": "npx",
"args": ["-y", "footballcharts-mcp"],
"env": { "FC_API_KEY": "fc_your_key_here" }
}
}
}Use with Claude Code
claude mcp add football-charts -e FC_API_KEY=fc_your_key_here -- npx -y footballcharts-mcpTools
Tool | What it returns |
| All leagues + the seasons your key can query. Call first. |
| Standings: points, W/D/L, goals, form. |
| Luck-adjusted or goals-based re-ranking of the table. |
| Finished matches with FT/HT scores + first-goal minute. |
| Upcoming matches with model probabilities. |
| One match: full probability block across markets. |
| Title / top-4 / relegation %, points ranges (10k sims, daily). |
| One team: match log, goal timing, stats. |
| Goals per 15-minute bin, per team. |
| FC's settled public prediction ledger. |
Configuration
Env var | Default | Purpose |
| — (required) | Your API key |
| FC production API | Override for self-hosted/testing |
Terms
Free for personal and research use with attribution ("Data by football-charts.com"). No resale of the data. Commercial use of the paid tier: contact@football-charts.com.
License
MIT (server code). The data served by the API remains © football-charts.com.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides AI agents with access to football match predictions for Premier League and Champions League, including half-time/full-time scores, goal scorers, corner counts, and key player insights.169MIT
- AlicenseAqualityDmaintenanceProvides soccer match predictions and league statistics using xG data and Poisson distribution models. It enables users to forecast outcomes, analyze team performance, and view league tables across major European football leagues.3GPL 2.0
- Flicense-qualityDmaintenanceProvides tools to query football match data, odds, standings, and team statistics via natural language, integrating with the football-scraper-api.
- Flicense-qualityDmaintenanceProvides live football match data from Sofascore, including formations, injuries, betting odds, and league positions, enabling natural language queries about matches.1
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Football-Data.org MCP — soccer competitions, matches, standings
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddevetak/footballcharts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server