Sports MCP Server

29 sports API providers, 319 tools. Scores, stats, odds, esports, and more.

Remote serverstreamable-http

What is the Sports MCP server?

Sports MCP server exists for a simple reason — assistants are far more useful when they can act on Sports directly instead of describing what you should do. 29 sports API providers, 319 tools. Scores, stats, odds, esports, and more.

What you get

A unified MCP server that aggregates 41 sports API providers into a single service. 396 tools covering scores, stats, odds, esports, college sports, chess, motorsport, boxing, AFL, and more across 70+ sports.

What the assistant can call

Once Sports is connected, these are the calls the assistant has available:

Configuration and credentials

You will need 8 environment variables: PANDASCORE_TOKEN, API_SPORTS_KEY, THE_ODDS_API_KEY, SPORTS_HUB_PROVIDERS, THESPORTSDB_API_KEY, API_FOOTBALL_KEY, API_TENNIS_KEY, BALLDONTLIE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Sports's toolset — Prefix, espn_, nhl_ and 11 more — is a fair guide to whether it matches your workflow. It is maintained by lacausecrypto; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Sports.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the sports mcp server does with a few real requests.

Available tools

ToolWhat it does
PrefixProvider
espn_[ESPN](https://site.api.espn.com/)
nhl_[NHL Web API](https://api-web.nhle.com/)
mlb_[MLB Stats API](https://statsapi.mlb.com/)
f1_[Jolpica F1](https://api.jolpi.ca/ergast/f1/)
openf1_[OpenF1](https://openf1.org/)
openliga_[OpenLigaDB](https://api.openligadb.de/)
sportsdb_[TheSportsDB](https://www.thesportsdb.com/)
ncaa_[NCAA API](https://github.com/henrygd/ncaa-api)
sportsrc_[SportSRC](https://sportsrc.org/)
lichess_[Lichess](https://lichess.org/api)
chesscom_[Chess.com](https://www.chess.com/news/view/published-data-api)
squiggle_[Squiggle](https://api.squiggle.com.au/)
motogp_[MotoGP](https://www.motogp.com/)

How to install the Sports MCP server

Or in `.claude/settings.json`:
```json
{
  "mcpServers": {
    "sports-hub": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-sports-hub/dist/index.js"],
      "env": {
        "PANDASCORE_TOKEN": "your-token"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PANDASCORE_TOKENCredential the server authenticates with.Yes
API_SPORTS_KEYCredential the server authenticates with.Yes
THE_ODDS_API_KEYCredential the server authenticates with.Yes
SPORTS_HUB_PROVIDERSConfiguration value read at startup.Optional
THESPORTSDB_API_KEYCredential the server authenticates with.Yes
API_FOOTBALL_KEYCredential the server authenticates with.Yes
API_TENNIS_KEYCredential the server authenticates with.Yes
BALLDONTLIE_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Sports to Prefix.
  • Use Sports to espn .
  • Use Sports to nhl .

Frequently asked questions

It connects Sports to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Prefix, espn_, nhl_, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Sports directly.