Odds API Server
БесплатноНе проверенAn MCP server that connects Claude Desktop to The Odds API, giving Claude real-time access to sports odds, scores, and schedules across 80+ sports and leagues w
Описание
An MCP server that connects Claude Desktop to The Odds API, giving Claude real-time access to sports odds, scores, and schedules across 80+ sports and leagues worldwide.
README
An MCP (Model Context Protocol) server that connects Claude Desktop to The Odds API, giving Claude real-time access to sports odds, scores, and schedules across 80+ sports and leagues worldwide.
What It Does
This server lets Claude fetch live sports betting data on your behalf — moneylines, spreads, totals, player props, scores, and more — from major bookmakers across the US, UK, EU, and Australia.
Every response includes your API quota usage so you can track how many requests you have left.
Tools
| Tool | Description | Quota Cost |
|---|---|---|
get_sports |
List all in-season sports and their keys | Free |
get_events |
List upcoming/live events for a sport with IDs and schedules | Free |
get_odds |
Get odds from multiple bookmakers for a sport (h2h, spreads, totals, outrights) | 1 per region per market |
get_scores |
Get live scores and recently completed games (up to 3 days back) | 1-2 |
get_event_odds |
Get odds for a single event, including player props (points, assists, rebounds, etc.) | 1 per region per market |
get_event_markets |
See which markets each bookmaker has open for a specific event | Varies |
Prerequisites
- Node.js v18 or later
- An API key from The Odds API (free tier available)
Installation
Clone this repository:
git clone https://github.com/acraw4d/odds-api-mcp-server.git cd odds-api-mcp-serverInstall dependencies:
npm installBuild:
npm run build
Configure Claude Desktop
Open your Claude Desktop config file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the server to mcpServers (update the path to match where you cloned the repo):
{
"mcpServers": {
"odds-api-server": {
"command": "node",
"args": [
"C:\\path\\to\\odds-api-mcp-server\\dist\\index.js"
],
"env": {
"ODDS_API_KEY": "your-api-key-here"
}
}
}
}
Restart Claude Desktop after saving.
Local Development
If you want to run the server locally outside of Claude Desktop:
Create a
.envfile in the project root:ODDS_API_KEY=your-api-key-hereBuild and run:
npm run build npm start
Example Usage
Once configured, you can ask Claude things like:
- "What NBA games are on tonight?"
- "Show me the moneyline odds for today's MLB games"
- "What are the player prop odds for the Lakers game?"
- "Get me the scores from yesterday's NFL games"
- "What sports are in season right now?"
API Documentation
This server wraps The Odds API v4. See their docs for full details on available sports, markets, and bookmaker regions.
License
MIT
Установка Odds API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/axc9000/odds-api-mcp-serverFAQ
Odds API Server MCP бесплатный?
Да, Odds API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Odds API Server?
Нет, Odds API Server работает без API-ключей и переменных окружения.
Odds API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Odds API Server в Claude Desktop, Claude Code или Cursor?
Открой Odds API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Odds API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
