get_odds
ActiveTool of mcp-odds-api
declared in 0.1.0
Current odds for upcoming + live events in a league. Each market type costs 1 quota credit per region per call — pick markets carefully.
Parameters schema
{
"type": "object",
"examples": [
{
"markets": "h2h",
"regions": "us",
"sport_key": "americanfootball_nfl"
},
{
"markets": "spreads,totals",
"regions": "us,uk",
"sport_key": "basketball_nba",
"bookmakers": "draftkings,fanduel",
"odds_format": "decimal"
}
],
"required": [
"sport_key"
],
"properties": {
"markets": {
"type": "string",
"description": "h2h | spreads | totals | outrights — comma-sep (default h2h)"
},
"regions": {
"type": "string",
"description": "us | uk | eu | au — comma-sep (default us)"
},
"event_ids": {
"type": "string",
"description": "Restrict to specific event IDs (comma-sep)"
},
"sport_key": {
"type": "string",
"description": "Sport key from list_sports, e.g. \"americanfootball_nfl\""
},
"bookmakers": {
"type": "string",
"description": "Comma-sep bookmaker keys (e.g. \"draftkings,fanduel\") to restrict"
},
"date_format": {
"type": "string",
"description": "iso (default) | unix"
},
"odds_format": {
"type": "string",
"description": "american (default) | decimal"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-odds-api
https://github.com/pipeworx-io/mcp-odds-api
2/7 registries