You're viewing a demo portfolio

Join the waitlist
PRSM

get_player

Active

Tool of Nba

declared in 0.1.0

Direct lookup of a single NBA player by BallDontLie ID. ⚠️ TIER-GATED: the /players/{id} endpoint requires the ALL-STAR tier ($9.99/mo) or higher; free-tier _apiKey gets a 403 with "No approval received". search_players covers the same player metadata (name/position/height/weight/team) on the free tier, so prefer that unless you already have a paid BallDontLie key.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 114,
      "_apiKey": "your-nba-api-key"
    }
  ],
  "required": [
    "id",
    "_apiKey"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "BallDontLie player ID"
    },
    "_apiKey": {
      "type": "string",
      "description": "BallDontLie API key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Nba

https://github.com/pipeworx-io/mcp-nba

1/7 registries
View full server →