Provides access to NBA statistics and live game data via the NBA API.
This Python server bridges applications and the NBA's data services, offering both real-time game information and historical statistics. Utilizing the Model Context Protocol (MCP), it serves as an interface for accessing live scoreboard data, detailed player statistics, team game logs, league standings, game results, and schedules. It is built on the NBA API, Pydantic for input validation, and Pandas for data manipulation.