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

io.github.lacausecrypto/sports-hub

NPM · MCP-SPORTS-HUB · SCANNED AUG 3

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

Available components

+16 this week 69 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).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 Management23
  • Stability observed for 7 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-sports-hub

# add to Claude Code
claude mcp add lacausecrypto-sports-hub -- npx -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"]
// 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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +59
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −19
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.