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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 39 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add lacausecrypto-sports-hub -- npx -y mcp-sports-hub
codex mcp add lacausecrypto-sports-hub -- npx -y mcp-sports-hub
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lacausecrypto-sports-hub": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-sports-hub"
],
"enabled": true
}
}
} openclaw mcp add lacausecrypto-sports-hub --command npx --arg -y --arg mcp-sports-hub
mcp_servers:
lacausecrypto-sports-hub:
command: "npx"
args: ["-y", "mcp-sports-hub"] {
"mcpServers": {
"lacausecrypto-sports-hub": {
"command": "npx",
"args": [
"-y",
"mcp-sports-hub"
]
}
}
} 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.
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.
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.
sportsdb_search_players sportsdb: Search players ~61
Search players by name, or list all players on a team. Provide either player_name or team_name (or both).
| Name | Type | Req | Description |
|---|---|---|---|
| player_name | string | — | Player name to search for |
| team_name | string | — | Team name to list players from |
No output schema declared.
No examples provided.
sportsdb_search_teams sportsdb: Search teams ~42
Search teams by name. Returns matching teams with basic info, badges, and stadium details.
| Name | Type | Req | Description |
|---|---|---|---|
| team_name | string | yes | Team name to search for |
No output schema declared.
No examples provided.
sportsrc_get_league_scores sportsrc: Get league scores ~54
Get scores / recent results for a specific football league.
| Name | Type | Req | Description |
|---|---|---|---|
| league | string | yes | League id (use sportsrc_get_leagues to list). E.g. "PL", "CL", "BL1". |
No output schema declared.
No examples provided.
sportsrc_get_leagues 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 sportsrc: Get live ~68
Convenience: get the matches feed for a sport. Filter the returned `data` array client-side by `status` for live games.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Sport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma". |
No output schema declared.
No examples provided.
sportsrc_get_match sportsrc: Get match ~71
Get detailed match information including streams, venue, and lineups.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Sport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma". |
| match_id | string | yes | Match id (from sportsrc_get_matches results) |
No output schema declared.
No examples provided.
sportsrc_get_matches sportsrc: Get matches ~60
List matches for a sport. Returns live, upcoming, and recently finished matches with team info.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Sport id (use sportsrc_get_sports to list). E.g. "football", "basketball", "mma". |
No output schema declared.
No examples provided.
sportsrc_get_sports 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 sportsrc: Get table ~51
Get the standings table for a specific football league.
| Name | Type | Req | Description |
|---|---|---|---|
| league | string | yes | League id (use sportsrc_get_leagues to list). E.g. "PL", "CL", "BL1". |
No output schema declared.
No examples provided.
squiggle_get_games squiggle: Get games ~94
Get AFL games with optional filters. Returns home/away teams, scores, completion status, venue, and time.
| Name | Type | Req | Description |
|---|---|---|---|
| complete | integer | — | Completion % filter (100 = finished games only) |
| round | integer | — | Round number |
| team | integer | — | Team id (use squiggle_get_teams to list) |
| year | integer | — | Season year (e.g. 2024) |
No output schema declared.
No examples provided.
squiggle_get_ladder 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.
| Name | Type | Req | Description |
|---|---|---|---|
| round | integer | yes | Round number |
| source | integer | — | Model source id (use squiggle_get_sources) |
| year | integer | yes | Season year |
No output schema declared.
No examples provided.
squiggle_get_sources 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 squiggle: Get standings ~60
Get the actual AFL ladder/standings (wins, losses, draws, points, percentage) for a year and round.
| Name | Type | Req | Description |
|---|---|---|---|
| round | integer | — | Round number (defaults to current) |
| year | integer | yes | Season year |
No output schema declared.
No examples provided.
squiggle_get_teams 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| game | integer | — | Specific game id |
| round | integer | — | Round number |
| source | integer | — | Model source id |
| year | integer | — | Season year |
No output schema declared.
No examples provided.