You're viewing a demo portfolio

Join the waitlist
PRSM

stats

Active

Tool of Balldontlie

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Balldontlie

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

1/7 registries
View full server →
stats — Balldontlie — PRSM MCP