stats
ActiveTool of Balldontlie
Per-game NBA player box-score stats filtered by player, team, game, or season. Returns PTS, REB, AST, STL, BLK, TO, FG%, FT%, 3P%, minutes, +/-. Use for individual game performance lookup, box-score analysis, fantasy stats.
Parameters schema
{
"type": "object",
"examples": [
{
"seasons": [
2023
],
"player_ids": [
237
]
},
{
"game_ids": [
512221
],
"per_page": 50,
"postseason": false
}
],
"properties": {
"cursor": {
"type": "number"
},
"seasons": {
"type": "array",
"items": {
"type": "number"
}
},
"game_ids": {
"type": "array",
"items": {
"type": "number"
}
},
"per_page": {
"type": "number"
},
"player_ids": {
"type": "array",
"items": {
"type": "number"
}
},
"postseason": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Balldontlie
https://github.com/pipeworx-io/mcp-balldontlie
1/7 registries