get_event_odds
ActiveTool of mcp-odds-api
declared in 0.1.0
Odds for a single event — allows richer markets (player props, alt lines). Higher quota cost per call.
Parameters schema
{
"type": "object",
"examples": [
{
"event_id": "3735601",
"sport_key": "americanfootball_nfl"
},
{
"markets": "player_props_pts",
"regions": "us",
"event_id": "3735602",
"sport_key": "basketball_nba"
}
],
"required": [
"sport_key",
"event_id"
],
"properties": {
"markets": {
"type": "string",
"description": "Includes player_props_* markets for some leagues"
},
"regions": {
"type": "string"
},
"event_id": {
"type": "string"
},
"sport_key": {
"type": "string"
},
"odds_format": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-odds-api
https://github.com/pipeworx-io/mcp-odds-api
2/7 registries