MLB Stats

lookup_player

Get data about players based on first, last, or full name.

Remote etweisberg/mlb-mcp

Other tools also called lookup_player? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name"
    }
  }
}