sgo_event_odds
ActiveTool of Sports Game Odds
Get all odds & player props for a specific game. Returns moneyline, spread, and total markets plus player props for a single event, with prices across sportsbooks. Look up the eventID first via sgo_events. Example: sgo_event_odds({ eventID: "abc123", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"eventID",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Sports Game Odds API key (get one free at sportsgameodds.com — Amateur plan)."
},
"eventID": {
"type": "string",
"description": "Event identifier, from sgo_events (event.eventID)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Sports Game Odds
https://github.com/pipeworx-io/mcp-sports-game-odds
1/7 registries