You're viewing a demo portfolio

Join the waitlist
PRSM

get_player

Active

Tool of Mlb Stats

declared in 0.1.0

Player biographical profile from the official MLB Stats API. Returns name, number, birth date, age, height, weight, position, bats/throws, and MLB debut date. For season statistics use get_player_stats; for batter-vs-pitcher history use get_matchup.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "player_id": 547180
    }
  ],
  "required": [
    "person_id"
  ],
  "properties": {
    "person_id": {
      "type": [
        "number",
        "string"
      ],
      "description": "MLB person/player id (e.g. 660271)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mlb Stats

https://github.com/pipeworx-io/mcp-mlb-stats

1/7 registries
View full server →