mcpbeat Sign in

Sportscore MCP Server

by backspace-me Your server? Claim it
local only

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.

Installs per day peak 124 · avg 24 · -60% w/w
a month agotoday
119
Installs / week
npm · sportscore-mcp
11
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command test-introspect.mjs:14
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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add sportscore-mcp -- npx -y sportscore-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sportscore-mcp": {
      "args": [
        "-y",
        "sportscore-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sportscore-mcp]
command = "npx"
args = ["-y", "sportscore-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sportscore-mcp": {
      "args": [
        "-y",
        "sportscore-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Sportscore MCP

same job, measured the same way
Turnale
by turnale

Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

30 tools answering
College Baseball
by blazesportsintel

Live NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics.

7 tools answering
Footdigest
by footdigest

Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card.

14 tools answering
Sports MCP Server
by cyanheads

Get live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, and soccer.

60 installs/wk local only
MCP Server Espn
by ebrunet001

Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues

answering
Openfoot MCP
by bartokulus

Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.

34 installs/wk local only
Cricket
by pipeworx-io

Cricket MCP — wraps CricAPI (api.cricapi.com) for live cricket data.

40 tools answering
Sports
by vublox

Live football scores, match summaries, and fan clip links from Vublox. No API key required.

48 installs/wk local only

Sportscore MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sportscore MCP?
Sportscore MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sportscore-mcp was installed 119 times last week.
How do I connect Sportscore MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sportscore-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sportscore MCP?
The npm package sportscore-mcp was installed 119 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sportscore MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.