mcp-odds-api
0
The mcp-odds-api is a minimalist server using the Model Context Protocol to interact with OddsAPI, providing features to fetch sporting events and odds. It utilizes environmental variables to tailor queries and supports both SSE and STDIO transports for flexible operation.
mcp-odds-api
A minimalist Model Context Protocol MCP server to interact with the OddsAPI.
Features
- Uses environmental variables to limit the queries to some regions and a single sport.
- Supports both SSE and STDIO transports.
Tools
- Get in-play and forthcoming events (matches).
- Get odds for all forthcoming events for selected betting markets.
- Get odds for a specific event for selected betting markets.
Configuration
Create or edit the configuration file and add specific paths, API keys, and settings to integrate with Claude Desktop.
Development
Setup
- Requires Python 3.10 or higher and an OddsAPI key.
- Clone the repository and set environment variables.
- Install dependencies using
uv
package manager.
Start the server
Run the server with SSE transport on specified ports.