# io.github.cyanheads/sports-mcp-server (npm · @cyanheads/sports-mcp-server)

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

- Trust score: 64/100 (medium)
- Change this week: +58
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@cyanheads/sports-mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@cyanheads/sports-mcp-server`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 125 of 132 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 125 of 132 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 55 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1189 tokens (~169/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add cyanheads-sports-mcp-server -- npx -y @cyanheads/sports-mcp-server
```

### Codex

```bash
codex mcp add cyanheads-sports-mcp-server -- npx -y @cyanheads/sports-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-sports-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cyanheads/sports-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-sports-mcp-server --command npx --arg -y --arg @cyanheads/sports-mcp-server
```

### Hermes

```yaml
mcp_servers:
  cyanheads-sports-mcp-server:
    command: "npx"
    args: ["-y", "@cyanheads/sports-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-sports-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/sports-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 64, +29)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail

### 2026-08-05 (score 35, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-04 (score 35, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-02 (score 35, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 5, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 6, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 24, 0)

- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.

### 2026-07-28 (score 24, 0)

- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.

## MCP tools (7)

### `sports_get_scores` (~175 tokens)

Sports Get Scores

Live and final scores for a league on a given date, optionally scoped to a specific team. Returns each game with home/away teams, current score, status (scheduled/in-progress/final), period/clock, and UTC start time. Omit date for today's games. Use sports_find_team first to resolve a fuzzy team name before filtering by team_name.

Input parameters:

- `date` (string): Date in YYYY-MM-DD format. Omit for today's games.
- `league` (string, required): League identifier. Supported: nfl, nba, mlb, nhl, epl, mls, laliga, bundesliga, seriea, ligue1, ucl, ncaaf, ncaab.
- `team_name` (string): Filter results to games involving this team. Fuzzy match on team name or abbreviation.

Output parameters:

- `date` (string): The effective date queried (YYYY-MM-DD).
- `games` (array): List of games for the requested date and league.
- `league` (string): The league queried.
- `reason` (string): Human-readable note when no games are found.

### `sports_get_schedule` (~181 tokens)

Sports Get Schedule

Upcoming and past fixtures for a team or full league over a date range. Returns opponent, home/away flag, UTC date/time, venue, and result if final. Use sports_find_team first to resolve an ambiguous team name to the canonical form before passing it as team_name.

Input parameters:

- `date_from` (string): Start of date range in YYYY-MM-DD format. Inclusive.
- `date_to` (string): End of date range in YYYY-MM-DD format. Inclusive.
- `league` (string, required): League identifier. Supported: nfl, nba, mlb, nhl, epl, mls, laliga, bundesliga, seriea, ligue1, ucl, ncaaf, ncaab.
- `team_name` (string): Team name or partial name to filter schedule. Fuzzy match. Omit for league-wide schedule.

Output parameters:

- `dateFrom` (string): Start date filter applied, if any.
- `dateTo` (string): End date filter applied, if any.
- `games` (array): Games in the requested date range.
- `league` (string): The league queried.
- `teamFilter` (string): Team name filter applied, if any.
- `totalReturned` (number): Total number of games returned.

### `sports_get_standings` (~139 tokens)

Sports Get Standings

Current standings or league table for a league. Returns team rank, W/L record (or points for soccer/NHL), division or conference, streak, and games behind. Omit season for the current year. NHL standings use points; soccer uses points-based league tables.

Input parameters:

- `league` (string, required): League identifier. Supported: nfl, nba, mlb, nhl, epl, mls, laliga, bundesliga, seriea, ligue1, ucl, ncaaf, ncaab.
- `season` (string): Season year, e.g. "2025". Omit for the current season.

Output parameters:

- `league` (string): The league queried.
- `notice` (string): Informational note, e.g. "Season not currently active" when standings are unavailable during the off-season.
- `season`: The season queried, or null if current.
- `source` (string): Primary data source used.
- `standings` (array): Standings entries, ordered as returned by the source.

### `sports_find_team` (~126 tokens)

Sports Find Team

Resolve a team name or partial name to its canonical record and source IDs across providers. Returns full name, league, logo URL, venue, and ESPN/MLB/TheSportsDB IDs. Use this before any team-scoped query to confirm the correct team name. Optionally scope to a specific league for faster, more accurate results.

Input parameters:

- `league` (string): Narrow search to a specific league. Optional but recommended for faster results.
- `query` (string, required): Team name or partial name to search for, e.g. "Mariners", "Man United", "Seattle Seahawks".

Output parameters:

- `query` (string): The search query used.
- `teams` (array): Matching teams found across sources.
- `totalFound` (number): Total number of matching records.

### `sports_get_team` (~132 tokens)

Sports Get Team

Team detail: active roster, last 5 results, next 3 upcoming fixtures, venue, and team metadata. Combines team detail, roster, and schedule data. Use sports_find_team first to confirm the correct team name.

Input parameters:

- `league` (string, required): League identifier. Supported: nfl, nba, mlb, nhl, epl, mls, laliga, bundesliga, seriea, ligue1, ucl, ncaaf, ncaab.
- `team_name` (string, required): Team name, abbreviation, or city. Fuzzy matched against ESPN/MLB team list.

Output parameters:

- `recentResults` (array): Last up to 5 completed games for this team.
- `roster` (array): Active roster.
- `team` (object): Team metadata.
- `upcomingFixtures` (array): Next up to 3 upcoming scheduled games for this team.

### `sports_find_player` (~141 tokens)

Sports Find Player

Resolve a player name to their canonical record via TheSportsDB. Returns player ID, full name, current team, position, nationality, birth date, and thumbnail URL. Use this before sports_get_player to get a valid player_id.

Input parameters:

- `query` (string, required): Player name or partial name to search, e.g. "Shohei Ohtani", "LeBron", "Messi".
- `sport` (string): Advisory sport hint for disambiguation, e.g. "Baseball", "Soccer", "Basketball". TheSportsDB does not support server-side sport filtering, so all players matching the query are returned regardless of…

Output parameters:

- `players` (array): Players matching the search query.
- `query` (string): The search query used.
- `totalFound` (number): Total number of players found.

### `sports_get_player` (~108 tokens)

Sports Get Player

Full player detail from TheSportsDB: bio, current team, position, nationality, birth date, height/weight, career description, and media thumbnail. Requires a TheSportsDB player ID — use sports_find_player to resolve a player name to a valid player_id first.

Input parameters:

- `player_id` (string, required): TheSportsDB player ID. Accepts tsdb: prefixed (e.g. tsdb:34185573) or raw numeric string (e.g. 34185573).

Output parameters:

- `player` (object): Full player record.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server#diagnostics

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 35
- 2026-08-04: 35
- 2026-08-03: 35
- 2026-08-02: 35
- 2026-08-01: 5
- 2026-07-31: 6
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@cyanheads/sports-mcp-server
- Socket report: https://socket.dev/npm/package/@cyanheads/sports-mcp-server
- Repository: https://github.com/cyanheads/sports-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-sports-mcp-server/cyanheads-sports-mcp-server
