Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Query live sports-betting data β odds, player props, +EV edges, arbitrage, stats and reference data from 35+ sportsbooks and DFS apps β from any MCP-capable AI agent (Claude Code, Claude Desktop, Codex, Cursor, β¦).
20 read-only tools over the SportWizzard REST v1 API, available two ways: a hosted remote server (zero install) and a stdio server via npx. Get a free API key at https://sportwizzard.com/account (API Keys tab β no card required).
The hosted server is a thin proxy: your key is forwarded to the SportWizzard API, which enforces auth and rate limits. All 20 tools work on both transports. (download_snapshot on the hosted server returns a CDN download URL + a ready-to-run command your agent executes locally; on stdio it writes the file directly.)
Claude Code:
Claude Desktop (claude_desktop_config.json β macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
Set SPORTWIZZARD_MOCK=1 to get canned sample responses β useful for wiring up an integration before you have a key.
| Env var | Default | Purpose |
|---|---|---|
SPORTWIZZARD_API_KEY | (none) | Your API key, sent as X-Api-Key. |
SPORTWIZZARD_BASE_URL | https://api.sportwizzard.com | Override the API base URL. |
SPORTWIZZARD_MOCK | (off) | 1 = canned sample data, no network. |
| Tool | What it does |
|---|---|
list_events / get_event | Events/fixtures β filter by league, team, status, time; full detail incl. weather, lineups, probable pitchers. |
get_event_stats | Box score: every player's stat line + team results for one event. |
get_odds / get_event_odds / get_player_odds / get_team_odds | Current prices, scoped by event, player, team, sportsbook, market, or league. |
get_edges | +EV edges vs. devigged fair market (league, source, min_edge filters). |
get_arbitrage | Arbitrage opportunities with legs and stake fractions (two/three-way). |
list_players / list_teams / get_player_stats / get_team_stats | Reference data and season/historical stats. |
get_player_game_logs | Bulk per-game stat rows β the model-training feed. |
download_snapshot | The FULL live board (80k+ markets, ~70MB gzip) to a file β never enters the context window; ETag-aware for cheap re-syncs. Hosted returns a CDN URL + save command; stdio writes directly. |
list_sportsbooks / list_leagues / list_markets / status | Coverage: books, leagues, market types, live counts. |
get_account_usage | Your plan tier, rate limit, and monthly usage. |
Every response uses the envelope { success, data, nextCursor, meta }; when nextCursor is present the tool appends a _paging hint so agents know to continue.
MIT Β© SportWizzard LLC
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sportwizzard)<a href="https://allmcps.com/mcp/sportwizzard"><img src="https://allmcps.com/api/badge/sportwizzard?style=directory" alt="Sportwizzard on AllMCPs" /></a>