The odds api

The odds api

The Odds API provides real-time sports betting odds data from various bookmakers worldwide, covering multiple sports and betting markets.

1VIEWS
2884USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app the_odds_apinpx @composio/cli add cursor --app the_odds_apinpx @composio/cli add cursor --app the_odds_apinpx @composio/cli add cursor --app the_odds_api

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Events

Tool to fetch live and upcoming events for a specified sport. use when you need event listings including odds.

Get Event Odds

Tool to retrieve odds for a specific event. use after confirming sport key and event id to obtain bookmaker and market details.

Get Odds

Tool to fetch live and upcoming event odds for a specified sport, including bookmakers, regions, and markets. use after retrieving sports via get sports; filter by region, market, or event ids.

Get Participants

Tool to fetch list of participants (teams or players) for a specified sport. use after confirming you have a valid sport key.

Get Scores

Tool to return live and recently completed event scores for a sport. use after selecting a sport key to inspect current and recent game scores.

Get Sports

Tool to retrieve a list of in-season sports. use when you need sports data; set 'all' to true to include out-of-season sports.

6 actions available