players
ActiveTool of Balldontlie
NBA player roster — search by name substring or filter by team. Returns ID, first/last name, position, height, weight, jersey number, and team. Use to resolve a player name to a numeric player_id required by stats/season_averages.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "LeBron"
},
{
"per_page": 25,
"team_ids": [
1,
2
]
}
],
"properties": {
"query": {
"type": "string",
"description": "Name substring."
},
"cursor": {
"type": "number"
},
"per_page": {
"type": "number"
},
"team_ids": {
"type": "array",
"items": {
"type": "number"
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Balldontlie
https://github.com/pipeworx-io/mcp-balldontlie
1/7 registries