sportsdataio_player_props
Pack: sportsdataio · Endpoint: https://gateway.pipeworx.io/sportsdataio/mcp
Player prop bets for a date — available betting markets and outcomes (over/under totals, payouts) across NFL / NBA / MLB / NHL / CFB / CBB. Requires a SEPARATE SportsDataIO Odds/Props API key (the Props warehouse is billed apart from Stats/Projections). Note: a free trial key returns scrambled sample data. Example: sportsdataio_player_props({ league: “nba”, date: “2026-01-15”, _apiKey: “your-odds-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
league | string | yes | League to query. One of: ${LEAGUE_LIST}. |
date | string | yes | Slate date in YYYY-MM-DD format, e.g. “2026-01-15” |
_apiKey | string | yes | SportsDataIO Odds/Props API key (separate from the Stats key) |
Example call
curl -X POST https://gateway.pipeworx.io/sportsdataio/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sportsdataio_player_props","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"sportsdataio": {
"url": "https://gateway.pipeworx.io/sportsdataio/mcp"
}
}
}
See Getting Started for client-specific install steps.