PluginBench
MCP Server

io.github.lacausecrypto/sports-hub MCP Server

io.github.lacausecrypto/sports-hub

What is the io.github.lacausecrypto/sports-hub MCP server?

41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.

How to install io.github.lacausecrypto/sports-hub

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SPORTS_HUB_PROVIDERS

    Comma-separated provider names or a preset (free, us-major, soccer, f1, motorsport, esports, odds, cricket, golf, chess, all). Omit to load the free preset (17 no-key providers).

  • API_SPORTS_KEY
    secret

    API-Sports key (free at api-sports.io)

  • PANDASCORE_TOKEN
    secret

    PandaScore esports token (free at pandascore.co)

  • THE_ODDS_API_KEY
    secret

    The Odds API key (free at the-odds-api.com)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ],
      "env": {
        "SPORTS_HUB_PROVIDERS": "<YOUR_SPORTS_HUB_PROVIDERS>",
        "API_SPORTS_KEY": "<YOUR_API_SPORTS_KEY>",
        "PANDASCORE_TOKEN": "<YOUR_PANDASCORE_TOKEN>",
        "THE_ODDS_API_KEY": "<YOUR_THE_ODDS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ],
      "env": {
        "SPORTS_HUB_PROVIDERS": "<YOUR_SPORTS_HUB_PROVIDERS>",
        "API_SPORTS_KEY": "<YOUR_API_SPORTS_KEY>",
        "PANDASCORE_TOKEN": "<YOUR_PANDASCORE_TOKEN>",
        "THE_ODDS_API_KEY": "<YOUR_THE_ODDS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ],
      "env": {
        "SPORTS_HUB_PROVIDERS": "<YOUR_SPORTS_HUB_PROVIDERS>",
        "API_SPORTS_KEY": "<YOUR_API_SPORTS_KEY>",
        "PANDASCORE_TOKEN": "<YOUR_PANDASCORE_TOKEN>",
        "THE_ODDS_API_KEY": "<YOUR_THE_ODDS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sports-hub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ],
      "env": {
        "SPORTS_HUB_PROVIDERS": "<YOUR_SPORTS_HUB_PROVIDERS>",
        "API_SPORTS_KEY": "<YOUR_API_SPORTS_KEY>",
        "PANDASCORE_TOKEN": "<YOUR_PANDASCORE_TOKEN>",
        "THE_ODDS_API_KEY": "<YOUR_THE_ODDS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add sports-hub --env SPORTS_HUB_PROVIDERS=<YOUR_SPORTS_HUB_PROVIDERS> --env API_SPORTS_KEY=<YOUR_API_SPORTS_KEY> --env PANDASCORE_TOKEN=<YOUR_PANDASCORE_TOKEN> --env THE_ODDS_API_KEY=<YOUR_THE_ODDS_API_KEY> -- npx -y mcp-sports-hub

Related MCP servers

MCP server for Datamuse word-finding API

View repository →

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

View repository →

MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).

View repository →

MCP server for New Caledonia open data (data.gouv.nc)

View repository →

Classic poetry search and discovery via PoetryDB.

View repository →

Honest token economics for MCP agents. 68% tokens saved, zero-ML Rust binary.

View repository →