← Index

io.github.Backspace-me/sportscore-mcp

io.github.Backspace-me/sportscore-mcp·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sportscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sportscore-mcp"
      ],
      "env": {
        "SPORTSCORE_API_BASE": "<sportscore_api_base>",
        "SPORTSCORE_UA": "<sportscore_ua>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sportscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sportscore-mcp"
      ],
      "env": {
        "SPORTSCORE_API_BASE": "<sportscore_api_base>",
        "SPORTSCORE_UA": "<sportscore_ua>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y sportscore-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other