com.sportwizzard/sportwizzard
NPM · SPORTWIZZARD-MCP · 2 COMPONENTS · SCANNED AUG 3
Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 95), 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 95), 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 10 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2132 tokens (~106/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 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 · sportwizzard-mcp
claude mcp add com-sportwizzard-sportwizzard -- npx -y sportwizzard-mcp
codex mcp add com-sportwizzard-sportwizzard -- npx -y sportwizzard-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-sportwizzard-sportwizzard": {
"type": "local",
"command": [
"npx",
"-y",
"sportwizzard-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-sportwizzard-sportwizzard --command npx --arg -y --arg sportwizzard-mcp
mcp_servers:
com-sportwizzard-sportwizzard:
command: "npx"
args: ["-y", "sportwizzard-mcp"] {
"mcpServers": {
"com-sportwizzard-sportwizzard": {
"command": "npx",
"args": [
"-y",
"sportwizzard-mcp"
]
}
}
} 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 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +53
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ 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
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −31
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −19
- 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 −5
- Malware scan: pass → unverified ▼ security
- Schema quality: unverified → excellent ▲ functional
- 29 Jul 26 +22
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 27 Jul 26 46
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.
download_snapshot ~174
Download the FULL live board — every market from every sportsbook (tens of MB gzip, 80k+ markets) — and save it to a file on disk instead of returning it (it would not fit in a context window). Provide an absolute save_path: a path ending in .gz keeps the gzip; any other path writes decompressed JSON. Returns the saved path, byte count and ETag. Re-poll cheaply by passing the returned etag: unchanged data returns not_modified without downloading.
| Name | Type | Req | Description |
|---|---|---|---|
| etag | string | — | Optional: the etag from a previous download. If the board hasn't changed the server returns 304 and nothing is downloaded. |
| save_path | string | yes | Absolute file path to write the snapshot to. `.gz` suffix keeps it gzip-compressed; otherwise decompressed JSON is written. |
No output schema declared.
No examples provided.
get_account_usage ~42
Your API plan and usage: plan tier, per-minute rate limit, monthly usage/cap where metered. Works without a key (shows the effective anonymous plan).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_arbitrage ~138
Arbitrage scanner: cross-book opportunities with a guaranteed profit, including each leg (source, selection, odds) and the optimal stake fractions. Filter by type (two_way | three_way) and minimum profit %. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| min_profit | number | — | Minimum guaranteed profit % (e.g. 1 for 1%). |
| type | string | — | Arbitrage type. |
No output schema declared.
No examples provided.
get_edges ~188
SportWizzard's edge finder: DFS/book offers that are +EV versus the devigged fair market, with the edge %, the book(s) setting fair value, and per-book odds. Filter by league, source (DFS/book), minimum edge, or a single event. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| event_id | string | — | Scope to a single event UUID. |
| league | string | — | League slug filter. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| min_edge | number | — | Minimum edge threshold (e.g. 5 for 5%). |
| source | string | — | DFS/book source id to find edges for (e.g. prizepicks, underdog). |
No output schema declared.
No examples provided.
get_event ~90
Full detail for a single event: teams, start time, status, league, venue, season year, final scores (when final), and rich game context — weather, confirmed/projected lineups, probable pitchers, and officials where the league provides them. The model-builder's pre-game context endpoint. Use an event id from list_events.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID (from list_events). |
No output schema declared.
No examples provided.
get_event_odds ~77
Get every sportsbook price for a single event: one flat row per book x market x selection, with american+decimal price, line, side, player/team, and SportWizzard's devigged fair odds where available. Use an event id from list_events.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID (from list_events). |
No output schema declared.
No examples provided.
get_event_stats ~80
The box score for a single event: every player's stat line (e.g. batting_stats/pitching_stats JSON per player) plus the team-level result row (scores, team stats). Use an event id from list_events; works for final and in-progress events that have stats.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID (from list_events). |
No output schema declared.
No examples provided.
get_odds ~232
Core odds query. Returns a flat array of book prices scoped by any combination of event_id, player_id, team_id, sportsbook, market and league. Called unscoped it paginates hard — prefer scoping to at least one entity. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| event_id | string | — | Scope to one event (UUID from list_events). |
| league | string | — | League slug filter. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| market | string | — | Market type filter (e.g. MONEYLINE, SPREAD, PLAYER_TOTAL). See list_markets. |
| player_id | string | — | Scope to one player (UUID from list_players). |
| sportsbook | string | — | Sportsbook / DFS source id (e.g. draftkings, prizepicks). See list_sportsbooks. |
| team_id | string | — | Scope to one team (UUID from list_teams). |
No output schema declared.
No examples provided.
get_player_game_logs ~159
Bulk per-game player stat rows (game logs) filtered by player, team, or event — the model-training data feed. At least one of player_id / team_id / event_id is required. Each row is one player-game with the raw stat JSON. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| event_id | string | — | Event UUID (from list_events). |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| player_id | string | — | Player UUID (from list_players). |
| team_id | string | — | Team UUID (from list_teams). |
No output schema declared.
No examples provided.
get_player_odds ~102
All current book prices for a single player across events and markets (player props). Use a player id from list_players. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| player_id | string | yes | Player UUID (from list_players). |
No output schema declared.
No examples provided.
get_player_stats ~68
Historical / season statistics for a single player. Use a player id from list_players; optionally scope to one season.
| Name | Type | Req | Description |
|---|---|---|---|
| player_id | string | yes | Player UUID (from list_players). |
| season | integer | — | Season year (e.g. 2026). Omit for all available. |
No output schema declared.
No examples provided.
get_team_odds ~102
All current book prices for a single team across its events and markets. Use a team id from list_teams. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| team_id | string | yes | Team UUID (from list_teams). |
No output schema declared.
No examples provided.
get_team_stats ~82
Per-game team stats and results for a single team (scores, result, team stat JSON per event). Use a team id from list_teams; optionally scope to one season.
| Name | Type | Req | Description |
|---|---|---|---|
| season | integer | — | Season year (e.g. 2026). Omit for all available. |
| team_id | string | yes | Team UUID (from list_teams). |
No output schema declared.
No examples provided.
list_events ~237
List sporting events / fixtures (the spine of the API). Each event carries home/away team, start time, status and whether live odds exist (hasOdds). Filter by league, team, status or start-time window, then use the returned event id with get_event_odds. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| league | string | — | League slug (e.g. mlb, wnba, mls, pga-tour, fifa-world-cup). See list_leagues. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| starts_after | string | — | ISO-8601 timestamp; only events starting at/after this time. |
| starts_before | string | — | ISO-8601 timestamp; only events starting at/before this time. |
| status | string | — | Event status filter (e.g. scheduled, live, final). |
| team_id | string | — | Filter to events involving this team UUID (from list_teams). |
No output schema declared.
No examples provided.
list_leagues ~34
List the leagues currently covered (with live markets). Reference/discovery — call this to learn valid `league` filter values.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_markets ~40
List the market types SportWizzard supports, each with a live market count. Reference/discovery — call this to learn valid `market` filter values.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_players ~111
List players (reference resource). Filter by league and/or team. Returns player UUIDs to use with get_player_odds and get_player_stats. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| league | string | — | League slug filter. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
| team | string | — | Team UUID filter. |
No output schema declared.
No examples provided.
list_sportsbooks ~44
List the sportsbooks and DFS platforms SportWizzard tracks, with a live market count each. Reference/discovery — call this to learn valid `sportsbook` filter values.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_teams ~104
List teams (reference resource). Filter by league. Returns team UUIDs to use with list_events(team_id), get_team_odds and get_team_stats. Paginate with cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. |
| league | string | — | League slug filter. |
| limit | integer | — | Max rows to return (page size). Default 50, server caps apply. |
No output schema declared.
No examples provided.
status ~28
Platform status: total live markets and number of sportsbooks currently ingesting. A cheap health/coverage check.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.