get_player
ActiveTool of Mlb Stats
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mlb Stats
https://github.com/pipeworx-io/mcp-mlb-stats
1/7 registries