Server data from the Official MCP Registry
Live sports betting odds from 265+ bookmakers across 34 sports, with value bets and arbitrage.
Live sports betting odds from 265+ bookmakers across 34 sports, with value bets and arbitrage.
This is a well-structured MCP server for the Odds-API.io sports betting API. The code is clean, properly authenticated via environment variables, and permissions align well with its stated purpose. All 22 tools are properly documented and tested. Minor code quality observations exist but do not indicate security vulnerabilities. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ODDS_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-odds-api-io-odds-api-mcp-server": {
"env": {
"ODDS_API_KEY": "your-odds-api-key-here"
},
"args": [
"-y",
"odds-api-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Model Context Protocol (MCP) server for Odds-API.io - providing AI tools like Claude, Cursor, and VS Code with direct access to sports betting odds data.
Full AI-tooling docs: docs.odds-api.io/ai-vibe-coding
Download the latest .mcpb file from Releases and open it. Claude Desktop will prompt you for your API key.
claude mcp add odds-api --env ODDS_API_KEY="your-api-key" -- npx -y odds-api-mcp-server
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"odds-api": {
"command": "npx",
"args": ["-y", "odds-api-mcp-server"],
"env": {
"ODDS_API_KEY": "your-api-key"
}
}
}
}
Add to your Cursor MCP settings (.cursor/mcp.json in your project or global config):
{
"mcpServers": {
"odds-api": {
"command": "npx",
"args": ["-y", "odds-api-mcp-server"],
"env": {
"ODDS_API_KEY": "your-api-key"
}
}
}
}
Add to your VS Code settings (.vscode/mcp.json):
{
"servers": {
"odds-api": {
"command": "npx",
"args": ["-y", "odds-api-mcp-server"],
"env": {
"ODDS_API_KEY": "your-api-key"
}
}
}
}
npm install -g odds-api-mcp-server
Then use odds-api-mcp as the command instead of npx -y odds-api-mcp-server.
| Variable | Required | Description |
|---|---|---|
ODDS_API_KEY | Yes | Your API key from odds-api.io |
| Tool | Description |
|---|---|
get_sports | List all available sports with slugs |
get_leagues | Get leagues for a sport (with optional all flag for inactive leagues) |
| Tool | Description |
|---|---|
get_bookmakers | List all supported bookmakers |
get_selected_bookmakers | Get your currently selected bookmakers |
select_bookmakers | Add bookmakers to your selection |
clear_selected_bookmakers | Clear all selected bookmakers (once per 12h) |
| Tool | Description |
|---|---|
get_events | Get events with filtering (league, status, date range, participant, bookmaker, pagination) |
get_event | Get a single event by ID |
get_live_events | Get currently live events |
search_events | Search events by team name or text |
| Tool | Description |
|---|---|
get_odds | Get odds for an event from selected bookmakers |
get_multi_odds | Get odds for up to 10 events in one call |
get_odds_movements | Get historical line movements for a market |
get_updated_odds | Get recently changed odds (polling) |
| Tool | Description |
|---|---|
get_historical_events | Get finished events for a sport/league/date range |
get_historical_odds | Get closing odds and scores for finished events |
| Tool | Description |
|---|---|
get_value_bets | Get positive EV opportunities for a bookmaker |
get_arbitrage_bets | Get arbitrage opportunities with optimal stakes |
get_dropping_odds | Track sharp bookmaker line movements by sport, league, market, and time window |
| Tool | Description |
|---|---|
get_participants | Get teams/participants for a sport |
get_participant | Get a single participant by ID |
| Tool | Description |
|---|---|
get_documentation | Fetch full API documentation |
| Resource URI | Description |
|---|---|
odds-api://documentation | Complete API documentation |
odds-api://openapi | OpenAPI/Swagger specification |
Once configured, ask your AI assistant things like:
git clone https://github.com/odds-api-io/odds-api-mcp-server
cd odds-api-mcp-server
npm install
npm run build
npm test
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.