sportscore-mcp
Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"sportscore-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"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
strava-mcp
MCP server for accessing Strava API
trainingpeaks-mcp
Query TrainingPeaks workouts, analyze CTL/ATL/TSB fitness metrics, and compare power/pace PRs through Claude Desktop.
livetennisapi-mcp
Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.
Fantasy Football Manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
mlb-api-mcp
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
mcp-sports-hub
41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry