Sportscore MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from npm. Last commit 24 Apr 2026.
Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(CHILD, ARGS, { stdio: ["pipe", "pipe", "pipe"] });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sportscore-mcp -- npx -y sportscore-mcp
{
"mcpServers": {
"sportscore-mcp": {
"args": [
"-y",
"sportscore-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.sportscore-mcp]
command = "npx"
args = ["-y", "sportscore-mcp"]
{
"mcpServers": {
"sportscore-mcp": {
"args": [
"-y",
"sportscore-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sportscore-mcp": {
"args": [
"-y",
"sportscore-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
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.).
The author declared them in the registry entry; get the values from the project itself.
Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.
Live NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics.
Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card.
Get live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, and soccer.
Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues
Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.
Cricket MCP — wraps CricAPI (api.cricapi.com) for live cricket data.
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
Answers built from our own checks of this server.