SportWizzard MCP Server

SportWizzard MCP Server

Enables AI agents to query live sports betting data including odds, edges, arbitrage opportunities, player/team stats, and reference data using the SportWizzard API.

Category
访问服务器

README

SportWizzard MCP Server

Query live sports-betting data — odds, edges, arbitrage, player/team stats and reference data — from any MCP-capable AI agent (Claude Desktop, Cursor, Claude Code, etc.) using your SportWizzard API key.

This is a Model Context Protocol stdio server. It wraps the SportWizzard REST v1 API in a curated set of tools your agent can call.

Status: publishing to npm is pending. Until then, run it from a local checkout (see From source). The npx sportwizzard-mcp command below works once the package is published.

Quick start

npx -y sportwizzard-mcp

Set your API key via the SPORTWIZZARD_API_KEY environment variable. Get a key at https://sportwizzard.com/account.

While SportWizzard is in its pre-billing public phase the data endpoints are open, so the tools also work without a key. Once metering is enabled a missing/invalid key returns a clear error.

Claude Desktop

Add this to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json):

{
  "mcpServers": {
    "sportwizzard": {
      "command": "npx",
      "args": ["-y", "sportwizzard-mcp"],
      "env": {
        "SPORTWIZZARD_API_KEY": "sk_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You'll see the SportWizzard tools available in the chat.

Try it without a key (mock mode)

Set SPORTWIZZARD_MOCK=1 to return canned sample responses — no key, no network. Great for wiring things up before you have a key:

{
  "mcpServers": {
    "sportwizzard": {
      "command": "npx",
      "args": ["-y", "sportwizzard-mcp"],
      "env": { "SPORTWIZZARD_MOCK": "1" }
    }
  }
}

Configuration

Env var Default Purpose
SPORTWIZZARD_API_KEY (none) Your SportWizzard API key, sent as the X-Api-Key header.
SPORTWIZZARD_BASE_URL https://api.sportwizzard.com Override the API base URL (e.g. for local testing).
SPORTWIZZARD_MOCK (off) Set to 1 to return canned sample data instead of calling the API.

Tools

Tool Endpoint What it does
list_events GET /api/v1/events List events/fixtures — the spine. Filter by league, team_id, status, starts_after/before; paginate with cursor.
get_event GET /api/v1/events/{id} Full event detail: venue, season, scores, and game context (weather, lineups, probable pitchers, officials).
get_event_stats GET /api/v1/events/{id}/stats The box score: every player's stat line + the team result row for one event.
get_event_odds GET /api/v1/events/{id}/odds Every sportsbook price for one event (flat rows: book × market × selection).
get_odds GET /api/v1/odds Core odds query, scoped by event_id / player_id / team_id / sportsbook / market / league.
get_player_odds GET /api/v1/players/{id}/odds All current prices for one player (props).
get_team_odds GET /api/v1/teams/{id}/odds All current prices for one team.
get_edges GET /api/v1/edges +EV edges vs. devigged fair market. Filter by league, source, min_edge, event_id.
get_arbitrage GET /api/v1/arbitrage Arbitrage opportunities with legs + stake fractions. Filter by type (two_way/three_way), min_profit.
list_players GET /api/v1/players Players reference. Filter by league/team.
list_teams GET /api/v1/teams Teams reference. Filter by league.
get_player_stats GET /api/v1/players/{id}/stats Player season/historical stats.
get_team_stats GET /api/v1/teams/{id}/stats Per-game team stats/results, optionally scoped to a season.
get_player_game_logs GET /api/v1/stats/players Bulk per-game player stat rows (game logs) by player/team/event — the model-training feed.
get_account_usage GET /api/v1/account/usage Your plan tier, rate limit, and monthly usage.
download_snapshot GET /api/v1/snapshot Downloads the FULL live board (tens of MB gzip, 80k+ markets) to a file — you provide save_path; it never enters the context window. .gz path keeps gzip, otherwise decompressed JSON. Returns path/bytes/etag; pass the etag back to skip unchanged downloads (304).
list_sportsbooks GET /api/v1/sportsbooks Sportsbooks/DFS platforms tracked, with live market counts.
list_leagues GET /api/v1/leagues Leagues currently covered.
list_markets GET /api/v1/markets Supported market types, with live counts.
status GET /api/v1/status Total live markets + active sportsbook count.

Every response uses the SportWizzard envelope { success, data, nextCursor, meta }. When a nextCursor is present the tool appends a _paging hint so the agent knows to call again with cursor=....

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_KEY

Point your MCP client's command at node and args at the absolute path to dist/index.js.

License

MIT © SportWizzard LLC

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选