mcp-odds-api
If you are the rightful owner of mcp-odds-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A minimalist Model Context Protocol (MCP) server to interact with the OddsAPI.
The mcp-odds-api is a streamlined MCP server designed to facilitate interaction with the OddsAPI. It allows users to query in-play and forthcoming sports events, as well as retrieve odds for these events. The server is configured to use environmental variables to limit queries to specific regions and a single sport, ensuring efficient and targeted data retrieval. It supports both Server-Sent Events (SSE) and standard input/output (STDIO) transports, providing flexibility in how data is accessed and utilized. The server is particularly useful for developers and analysts looking to integrate sports betting data into their applications or workflows.
Features
- Uses environmental variables to limit queries to specific regions and a single sport.
- Supports both SSE and STDIO transports for flexible data access.
- Provides tools to get in-play and forthcoming events.
- Allows retrieval of odds for all forthcoming events for selected betting markets.
- Enables fetching odds for specific events for selected betting markets.
Tools
get_events
Get in-play and forthcoming events (matches).
get_odds
Get odds for all forthcoming events (matches) for selected betting markets.
get_event_odds
Get odds for a specific event (match) for selected betting markets.