You're viewing a demo portfolio

Join the waitlist
PRSM

sgo_event_odds

Active

Tool of Sports Game Odds

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Sports Game Odds

https://github.com/pipeworx-io/mcp-sports-game-odds

1/7 registries
View full server →
sgo_event_odds — Sports Game Odds — PRSM MCP