You're viewing a demo portfolio

Join the waitlist
PRSM

sgo_events

Active

Tool of Sports Game Odds

declared in 0.1.0

List upcoming <league> games with odds. Returns scheduled events for a league (NFL, NBA, MLB, NHL, EPL, etc.) with team names, start time, status, and eventIDs to fetch full odds. Example: sgo_events({ leagueID: "NFL", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "leagueID",
    "_apiKey"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Sports Game Odds API key (get one free at sportsgameodds.com — Amateur plan)."
    },
    "leagueID": {
      "type": "string",
      "description": "League identifier, e.g. \"NFL\", \"NBA\", \"MLB\", \"NHL\", \"EPL\", \"BUNDESLIGA\". Comma-separate for multiple."
    },
    "oddsAvailable": {
      "type": "boolean",
      "description": "Only return events that currently have odds available. Defaults to true."
    }
  }
}

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_events — Sports Game Odds — PRSM MCP