Skip to main content
ClaudeWave
ddevetak avatar
ddevetak

footballcharts-mcp

View on GitHub

MCP server for football-charts.com — tables, results, model probabilities and Monte Carlo season projections for 90+ football leagues

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · footballcharts-mcp
Claude Code CLI
claude mcp add footballcharts-mcp -- npx -y footballcharts-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "footballcharts-mcp": {
      "command": "npx",
      "args": ["-y", "footballcharts-mcp"],
      "env": {
        "FC_API_KEY": "<fc_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
FC_API_KEY
Use cases

MCP Servers overview

# 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](https://www.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)

## Get a key

```bash
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`:

```json
{
  "mcpServers": {
    "football-charts": {
      "command": "npx",
      "args": ["-y", "footballcharts-mcp"],
      "env": { "FC_API_KEY": "fc_your_key_here" }
    }
  }
}
```

## Use with Claude Code

```bash
claude mcp add football-charts -e FC_API_KEY=fc_your_key_here -- npx -y footballcharts-mcp
```

## Tools

| Tool | What it returns |
|---|---|
| `list_leagues` | All leagues + the seasons your key can query. Call first. |
| `get_league_table` | Standings: points, W/D/L, goals, form. |
| `get_rankings` | Luck-adjusted or goals-based re-ranking of the table. |
| `get_results` | Finished matches with FT/HT scores + first-goal minute. |
| `get_fixtures` | Upcoming matches with model probabilities. |
| `get_match` | One match: full probability block across markets. |
| `get_season_projection` | Title / top-4 / relegation %, points ranges (10k sims, daily). |
| `get_team` | One team: match log, goal timing, stats. |
| `get_goal_timing` | Goals per 15-minute bin, per team. |
| `get_track_record` | FC's settled public prediction ledger. |

## Configuration

| Env var | Default | Purpose |
|---|---|---|
| `FC_API_KEY` | — (required) | Your API key |
| `FC_API_BASE` | 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 only). The data served by the football-charts.com API
remains © football-charts.com, provided under the terms at
https://www.football-charts.com/developers.

What people ask about footballcharts-mcp

What is ddevetak/footballcharts-mcp?

+

ddevetak/footballcharts-mcp is mcp servers for the Claude AI ecosystem. MCP server for football-charts.com — tables, results, model probabilities and Monte Carlo season projections for 90+ football leagues It has 0 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install footballcharts-mcp?

+

You can install footballcharts-mcp by cloning the repository (https://github.com/ddevetak/footballcharts-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ddevetak/footballcharts-mcp safe to use?

+

Our security agent has analyzed ddevetak/footballcharts-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains ddevetak/footballcharts-mcp?

+

ddevetak/footballcharts-mcp is maintained by ddevetak. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to footballcharts-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy footballcharts-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ddevetak/footballcharts-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ddevetak-footballcharts-mcp)](https://claudewave.com/repo/ddevetak-footballcharts-mcp)
<a href="https://claudewave.com/repo/ddevetak-footballcharts-mcp"><img src="https://claudewave.com/api/badge/ddevetak-footballcharts-mcp" alt="Featured on ClaudeWave: ddevetak/footballcharts-mcp" width="320" height="64" /></a>

More MCP Servers

footballcharts-mcp alternatives