← Back to Plugins
MCP Server MCP

io.github.lacausecrypto/sports-hub

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-sports-hub",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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).",
          "format": "string",
          "name": "SPORTS_HUB_PROVIDERS"
        },
        {
          "description": "API-Sports key (free at api-sports.io)",
          "format": "string",
          "isSecret": true,
          "name": "API_SPORTS_KEY"
        },
        {
          "description": "PandaScore esports token (free at pandascore.co)",
          "format": "string",
          "isSecret": true,
          "name": "PANDASCORE_TOKEN"
        },
        {
          "description": "The Odds API key (free at the-odds-api.com)",
          "format": "string",
          "isSecret": true,
          "name": "THE_ODDS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...