# Balldontlie Sports Data Server

Provide up-to-date information about players, teams, and games for the NBA, NFL, and MLB. Query detailed sports data dynamically to enhance your applications or agents with real-time sports insights.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mikechao/balldontlie-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list mikechao/balldontlie-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mikechao/balldontlie-mcp get_teams

# Call a tool
npx -y @smithery/cli@latest tool call mikechao/balldontlie-mcp get_teams '{}'
```

## Tools (4)

- `get_teams` — Gets the list of team from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseba…
- `get_players` — Gets the list of players from one of the following leagues NBA (National Basketball Association), MLB (Major League Bas…
- `get_games` — Gets the list of games from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseb…
- `get_game` — Get a specific game from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseball…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mikechao/balldontlie-mcp <tool-name>
```

## Prompts (1)

- `schedule_generator` (league, startDate, endDate) — Generates a schedule for a league from a given start date to end date

---

Source: https://github.com/mikechao/balldontlie-mcp | License: MIT
