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.

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.

+24 this week 70 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 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
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
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 · sportwizzard-mcp

# add to Claude Code
claude mcp add com-sportwizzard-sportwizzard -- npx -y sportwizzard-mcp
# add to Codex CLI
codex mcp add com-sportwizzard-sportwizzard -- npx -y sportwizzard-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-sportwizzard-sportwizzard": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "sportwizzard-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-sportwizzard-sportwizzard --command npx --arg -y --arg sportwizzard-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-sportwizzard-sportwizzard:
    command: "npx"
    args: ["-y", "sportwizzard-mcp"]
// mcp.json
{
  "mcpServers": {
    "com-sportwizzard-sportwizzard": {
      "command": "npx",
      "args": [
        "-y",
        "sportwizzard-mcp"
      ]
    }
  }
}
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 +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.

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 — 20 exposed · ~2,132 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
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.

NameTypeReqDescription
etagstringOptional: the etag from a previous download. If the board hasn't changed the server returns 304 and nothing is downloaded.
save_pathstringyesAbsolute 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
limitintegerMax rows to return (page size). Default 50, server caps apply.
min_profitnumberMinimum guaranteed profit % (e.g. 1 for 1%).
typestringArbitrage 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
event_idstringScope to a single event UUID.
leaguestringLeague slug filter.
limitintegerMax rows to return (page size). Default 50, server caps apply.
min_edgenumberMinimum edge threshold (e.g. 5 for 5%).
sourcestringDFS/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.

NameTypeReqDescription
event_idstringyesEvent 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.

NameTypeReqDescription
event_idstringyesEvent 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.

NameTypeReqDescription
event_idstringyesEvent 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
event_idstringScope to one event (UUID from list_events).
leaguestringLeague slug filter.
limitintegerMax rows to return (page size). Default 50, server caps apply.
marketstringMarket type filter (e.g. MONEYLINE, SPREAD, PLAYER_TOTAL). See list_markets.
player_idstringScope to one player (UUID from list_players).
sportsbookstringSportsbook / DFS source id (e.g. draftkings, prizepicks). See list_sportsbooks.
team_idstringScope 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
event_idstringEvent UUID (from list_events).
limitintegerMax rows to return (page size). Default 50, server caps apply.
player_idstringPlayer UUID (from list_players).
team_idstringTeam 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
limitintegerMax rows to return (page size). Default 50, server caps apply.
player_idstringyesPlayer 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.

NameTypeReqDescription
player_idstringyesPlayer UUID (from list_players).
seasonintegerSeason 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
limitintegerMax rows to return (page size). Default 50, server caps apply.
team_idstringyesTeam 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.

NameTypeReqDescription
seasonintegerSeason year (e.g. 2026). Omit for all available.
team_idstringyesTeam 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
leaguestringLeague slug (e.g. mlb, wnba, mls, pga-tour, fifa-world-cup). See list_leagues.
limitintegerMax rows to return (page size). Default 50, server caps apply.
starts_afterstringISO-8601 timestamp; only events starting at/after this time.
starts_beforestringISO-8601 timestamp; only events starting at/before this time.
statusstringEvent status filter (e.g. scheduled, live, final).
team_idstringFilter 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
leaguestringLeague slug filter.
limitintegerMax rows to return (page size). Default 50, server caps apply.
teamstringTeam 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page.
leaguestringLeague slug filter.
limitintegerMax 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.