Skip to main content
Glama
ufo2243

nba-mcp

by ufo2243

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NBA_USER_AGENTNoUser-Agent header for requestsMozilla/5.0 ...
NBA_MAX_RETRIESNoMaximum number of retries for failed requests2
NBA_LIVE_BASE_URLNoBase URL for live data endpointshttps://cdn.nba.com/static/json/liveData
NBA_STATS_BASE_URLNoBase URL for stats.nba.com endpointshttps://stats.nba.com/stats
NBA_LIVE_TIMEOUT_MSNoTimeout in milliseconds for live data requests10000
NBA_STATS_TIMEOUT_MSNoTimeout in milliseconds for stats.nba.com requests30000
NBA_STATS_RATE_LIMIT_MSNoRate limit in milliseconds between stats.nba.com requests650

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
nba_stats_endpointC

Advanced raw stats.nba.com endpoint caller. Use a documented endpoint name and NBA parameter names.

nba_search_teamsA

Search NBA teams by name, city, abbreviation, slug, or team id.

nba_live_scoreboardA

Get today's NBA live scoreboard from cdn.nba.com.

nba_live_boxscoreB

Get the live box score for a 10-digit NBA game id from cdn.nba.com.

nba_live_play_by_playA

Get live play-by-play actions for a 10-digit NBA game id from cdn.nba.com.

nba_live_oddsA

Get live betting odds for today's games from cdn.nba.com when available.

nba_schedule_by_dateB

Get NBA schedule and scores for a specific date via stats.nba.com scoreboardv2.

nba_search_playersB

Search NBA players by name using stats.nba.com playerindex. Defaults to the supplied season and active players only.

nba_player_infoB

Get biographical and headline information for an NBA player id.

nba_player_career_statsB

Get career and season totals for an NBA player id.

nba_player_game_logC

Get game-by-game statistics for an NBA player in a season.

nba_team_game_logC

Get game-by-game statistics for an NBA team in a season.

nba_league_standingsC

Get NBA standings for a season and season type.

nba_league_player_statsA

Get league-wide player statistics for a season. Results are limited by default.

nba_league_team_statsC

Get league-wide team statistics for a season. Results are limited by default.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ufo2243/nba-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server