SportWizzard MCP Server
The SportWizzard MCP Server lets AI agents query live sports-betting data via 20 tools across these capabilities:
Events & Scores
List fixtures with filters (league, team, status, time window)
Get full event details: venue, lineups, weather, probable pitchers, officials
Retrieve box scores (player stat lines + team result rows)
Odds
Get all sportsbook prices for a specific event (every book × market × selection)
Broad odds queries scoped by event, player, team, sportsbook, market, or league
Fetch all current prop prices for a player or prices for a team
Betting Analysis
Find +EV edges vs. devigged fair market, filterable by league, source, min edge %, or event
Scan for arbitrage opportunities (two- or three-way) with legs and optimal stake fractions
Player & Team Stats
List players/teams by league and retrieve historical/season statistics
Pull bulk per-game player game logs for model training
Full Data Snapshot
Download the entire live board (80k+ markets) to a local file, with ETag support for efficient updates (stdio/local only)
Reference & Discovery
List tracked sportsbooks, supported leagues, and market types (with live counts)
Check platform status (total live markets + active sportsbook count)
Account
View your API plan tier, rate limits, and monthly usage
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SportWizzard MCP Serverfind arbitrage opportunities for tonight's NBA games"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SportWizzard MCP Server
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).
Hosted (recommended — zero install)
claude mcp add --transport http sportwizzard https://mcp.sportwizzard.com/mcp \
--header "Authorization: Bearer sk_your_key_here"codex mcp add sportwizzard --transport http --url https://mcp.sportwizzard.com/mcp \
--header "Authorization: Bearer sk_your_key_here"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.)
Related MCP server: Sports Betting MCP
Stdio (local)
npx -y sportwizzard-mcpClaude Code:
claude mcp add sportwizzard -e SPORTWIZZARD_API_KEY=sk_your_key_here -- npx -y sportwizzard-mcpClaude Desktop (claude_desktop_config.json — macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
{
"mcpServers": {
"sportwizzard": {
"command": "npx",
"args": ["-y", "sportwizzard-mcp"],
"env": { "SPORTWIZZARD_API_KEY": "sk_your_key_here" }
}
}
}Mock mode (no key, no network)
Set SPORTWIZZARD_MOCK=1 to get canned sample responses — useful for wiring up an integration before you have a key.
Configuration
Env var | Default | Purpose |
| (none) | Your API key, sent as |
|
| Override the API base URL. |
| (off) |
|
Tools
Tool | What it does |
| Events/fixtures — filter by league, team, status, time; full detail incl. weather, lineups, probable pitchers. |
| Box score: every player's stat line + team results for one event. |
| Current prices, scoped by event, player, team, sportsbook, market, or league. |
| +EV edges vs. devigged fair market (league, source, min_edge filters). |
| Arbitrage opportunities with legs and stake fractions (two/three-way). |
| Reference data and season/historical stats. |
| Bulk per-game stat rows — the model-training feed. |
| 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. |
| Coverage: books, leagues, market types, live counts. |
| 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.
From source
git clone https://github.com/adamruehle/sportwizzard-mcp.git
cd sportwizzard-mcp && npm install && npm run build
SPORTWIZZARD_MOCK=1 node dist/index.js # or set SPORTWIZZARD_API_KEYLicense
MIT © SportWizzard LLC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.Last updated12MIT
- AlicenseAqualityCmaintenanceProvides AI-powered sports betting intelligence including live odds, injury reports, and documented picks for NBA, NHL, and NCAAB. It enables AI agents to analyze line movements, win rates, and betting edges using real-time data from sportsbettingaianalyzer.com.Last updated112MIT

Odds-API MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access sports betting odds data from 265+ bookmakers across 34 sports, including events, odds, historical data, arbitrage, and value bets.Last updated22231MIT- Alicense-qualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.Last updatedMIT
Related MCP Connectors
Props-first sports odds API: live odds and player props across NBA, NFL, MLB and NHL.
Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key.
Provides access to live sports data and analytics from BALLDONTLIE: The Sports API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamruehle/sportwizzard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server