sgo_events
ActiveTool of Sports Game Odds
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Sports Game Odds
https://github.com/pipeworx-io/mcp-sports-game-odds
1/7 registries