HomeOther › sportscore-mcp

sportscore-mcp

Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.

TypeScript Cloud macOSWindowsLinux
★ 12 stars Last pushed 2026-09-19 License: MIT

Topics: Sports

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y sportscore-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "sportscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sportscore-mcp@0.1.1"
      ],
      "env": {
        "SPORTSCORE_API_BASE": "<YOUR_VALUE>",
        "SPORTSCORE_UA": "<YOUR_VALUE>"
      }
    }
  }
}
  • SPORTSCORE_API_BASE — Override the API base URL (default: https://sportscore.com). Useful for staging or self-hosted.
  • SPORTSCORE_UA — Override the User-Agent string sent to the SportScore API.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry