You're viewing a demo portfolio

Join the waitlist
PRSM

get_matchup

Active

Tool of Mlb Stats

declared in 0.1.0

MLB BATTER-vs-PITCHER history from the official MLB Stats API — "how has Yordan Alvarez hit against Tanner Bibee", "<batter> career numbers vs <pitcher>". Accepts batter and pitcher NAMES (resolved automatically) or numeric ids. Returns the batter's hitting line against that specific pitcher (at-bats, hits, HR, RBI, AVG, OPS, strikeouts), split by season with career totals.

Parameters schema

{
  "type": "object",
  "required": [
    "batter",
    "pitcher"
  ],
  "properties": {
    "batter": {
      "type": "string",
      "description": "Batter NAME (e.g. \"Yordan Alvarez\") or numeric MLB person id."
    },
    "season": {
      "type": [
        "number",
        "string"
      ],
      "description": "Optional season year to limit to; omit for full career."
    },
    "pitcher": {
      "type": "string",
      "description": "Pitcher NAME (e.g. \"Tanner Bibee\") or numeric MLB person id."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mlb Stats

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

1/7 registries
View full server →