sportsdataio_projections
Pack: sportsdataio · Endpoint: https://gateway.pipeworx.io/sportsdataio/mcp
Projected player stats for a slate — fantasy points plus key projected stats per player. Daily sports (NBA / MLB / NHL / CBB) take a \
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
league | string | yes | League to query. One of: ${LEAGUE_LIST}. |
date | string | no | Game date in YYYY-MM-DD format (used for NBA/MLB/NHL/CBB), e.g. “2026-01-15” |
season | string | no | Season for weekly sports (NFL/CFB), e.g. “2025REG”, “2025POST”, or “2025” |
week | number | no | Week number for weekly sports (NFL/CFB), e.g. 5 |
_apiKey | string | yes | SportsDataIO API 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_projections","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.