Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.lacausecrypto/sports-hub

NPM · MCP-SPORTS-HUB · SCANNED SEP 21

41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.

Available components

0 this week 85 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability89
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 11924 tokens (~71/item across 167 items; 165 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 165 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 166 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.lacausecrypto/sports-hub MCP server?

io.github.lacausecrypto/sports-hub runs locally as an npm package, launched with npx -y mcp-sports-hub. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-sports-hub

# add to Claude Code
claude mcp add lacausecrypto-sports-hub -- npx -y mcp-sports-hub
// .cursor/mcp.json
{
  "mcpServers": {
    "lacausecrypto-sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lacausecrypto-sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add lacausecrypto-sports-hub -- npx -y mcp-sports-hub
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lacausecrypto-sports-hub": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-sports-hub"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lacausecrypto-sports-hub --command npx --arg -y --arg mcp-sports-hub
# ~/.hermes/config.yaml
mcp_servers:
  lacausecrypto-sports-hub:
    command: "npx"
    args: ["-y", "mcp-sports-hub"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lacausecrypto-sports-hub": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-sports-hub"
      ]
    }
  }
}
# add to Vellum
assistant mcp add lacausecrypto-sports-hub -t stdio -c npx -a -y mcp-sports-hub
// mcp.json
{
  "mcpServers": {
    "lacausecrypto-sports-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sports-hub"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 10 Sept 26 −2
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1
    • Security disclosure: unverified → fail functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/mcp-sports-hub@1.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 165 exposed · ~11,870 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
sportsdb_search_players ~61

Search players by name, or list all players on a team. Provide either player_name or team_name (or both).

NameTypeReqDescription
player_namestringPlayer name to search for
team_namestringTeam name to list players from

No output schema declared.

No examples provided.

sportsdb_search_teams ~42

Search teams by name. Returns matching teams with basic info, badges, and stadium details.

NameTypeReqDescription
team_namestringyesTeam name to search for

No output schema declared.

No examples provided.

sportsrc_get_league_scores ~54

Get scores / recent results for a specific football league.

NameTypeReqDescription
leaguestringyesLeague id (use sportsrc_get_leagues to list). E.g. "PL", "CL", "BL1".

No output schema declared.

No examples provided.

sportsrc_get_leagues ~34

List football leagues/competitions supported by SportSRC. Returns league ids you can pass to scores and tables tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sportsrc_get_live ~68

Convenience: get the matches feed for a sport. Filter the returned `data` array client-side by `status` for live games.

NameTypeReqDescription
categorystringyesSport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma".

No output schema declared.

No examples provided.

sportsrc_get_match ~71

Get detailed match information including streams, venue, and lineups.

NameTypeReqDescription
categorystringyesSport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma".
match_idstringyesMatch id (from sportsrc_get_matches results)

No output schema declared.

No examples provided.

sportsrc_get_matches ~60

List matches for a sport. Returns live, upcoming, and recently finished matches with team info.

NameTypeReqDescription
categorystringyesSport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma".

No output schema declared.

No examples provided.

sportsrc_get_sports ~28

List sport categories supported by SportSRC. Returns ids you can pass to other tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sportsrc_get_table ~51

Get the standings table for a specific football league.

NameTypeReqDescription
leaguestringyesLeague id (use sportsrc_get_leagues to list). E.g. "PL", "CL", "BL1".

No output schema declared.

No examples provided.

squiggle_get_games ~94

Get AFL games with optional filters. Returns home/away teams, scores, completion status, venue, and time.

NameTypeReqDescription
completeintegerCompletion % filter (100 = finished games only)
roundintegerRound number
teamintegerTeam id (use squiggle_get_teams to list)
yearintegerSeason year (e.g. 2024)

No output schema declared.

No examples provided.

squiggle_get_ladder ~74

Get the projected AFL ladder for a given year and round, by prediction model. Each model gives its own projected wins / mean rank.

NameTypeReqDescription
roundintegeryesRound number
sourceintegerModel source id (use squiggle_get_sources)
yearintegeryesSeason year

No output schema declared.

No examples provided.

squiggle_get_sources ~45

List the prediction model sources contributing to Squiggle (Squiggle, MoS, FiveThirtyEight, etc.). Use the returned ids with tips and ladder tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

squiggle_get_standings ~60

Get the actual AFL ladder/standings (wins, losses, draws, points, percentage) for a year and round.

NameTypeReqDescription
roundintegerRound number (defaults to current)
yearintegeryesSeason year

No output schema declared.

No examples provided.

squiggle_get_teams ~42

List all AFL teams in the Squiggle database (current and historic), with id, abbreviation, debut/retirement years, and logo path.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

squiggle_get_tips ~82

Get game-level tips/predictions from one or all Squiggle prediction models. Each tip includes margin, confidence, and post-hoc correctness when known.

NameTypeReqDescription
gameintegerSpecific game id
roundintegerRound number
sourceintegerModel source id
yearintegerSeason year

No output schema declared.

No examples provided.

Common questions

What is the io.github.lacausecrypto/sports-hub MCP server?

io.github.lacausecrypto/sports-hub is an MCP server listed in the public MCP registry as io.github.lacausecrypto/sports-hub. 41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more. This page covers its npm package (mcp-sports-hub).

Is the io.github.lacausecrypto/sports-hub MCP server safe to use?

io.github.lacausecrypto/sports-hub scores 85 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.lacausecrypto/sports-hub MCP server expose?

io.github.lacausecrypto/sports-hub exposes 165 tools: espn_get_scoreboard, espn_get_standings, espn_get_teams, espn_get_team_details, espn_get_team_roster, and 160 more. Their descriptions and schemas cost roughly 11,870 tokens of context every time the server is loaded.

Is the io.github.lacausecrypto/sports-hub MCP server still maintained?

io.github.lacausecrypto/sports-hub is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.lacausecrypto/sports-hub MCP server under?

io.github.lacausecrypto/sports-hub declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.