aigeon-ai/api-nba
If you are the rightful owner of api-nba and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The `api-nba` MCP server provides comprehensive access to various NBA-related data and statistics.
Tools
Functions exposed to the LLM to take actions
seasons
All seasons
can be used in other endpoints as filters. Seasons are only 4-digit keys like YYYY
. > This endpoint does not require any parameters.
leagues
Get the list of available leagues. All leagues
can be used in other endpoints as filters. Available leagues * Africa * Orlando * Sacramento * Standard * Utah * Vegas > This endpoint does not require any parameters.
games
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_between_two_teams
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_in_live
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_per_season
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_per_date
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_per_team_and_season
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
games_per_id
Get the list of games according to the parameters. Available status * 1 : Not Started * 2 : live * 3 : Finished > This endpoint requires at least one parameter.
teams
Get data about teams. The team id
are unique in the API and teams keep it among all seasons. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest
teams_per_conference
Get data about teams. The team id
are unique in the API and teams keep it among all seasons. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest
teams_per_division
Get data about teams. The team id
are unique in the API and teams keep it among all seasons. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest
teams_per_code
Get data about teams. The team id
are unique in the API and teams keep it among all seasons. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest
teams_per_id
Get data about teams. The team id
are unique in the API and teams keep it among all seasons. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest
players
Get data about players. The player id
are unique in the API and players keep it among all seasons. > This endpoint requires at least one parameter.
players_per_team_and_season
Get data about players. The player id
are unique in the API and players keep it among all seasons. > This endpoint requires at least one parameter.
players_per_id
Get data about players. The player id
are unique in the API and players keep it among all seasons. > This endpoint requires at least one parameter.
players_per_country
Get data about players. The player id
are unique in the API and players keep it among all seasons. > This endpoint requires at least one parameter.
standings
Get the standings for a league & season. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest > Parameters league
& season
are required.
standings_per_conference_and_season
Get the standings for a league & season. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest > Parameters league
& season
are required.
standings_per_division_and_season
Get the standings for a league & season. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest > Parameters league
& season
are required.
standings_per_team_and_season
Get the standings for a league & season. Available conferences * East * West Available divisions * Atlantic * Central * Northwest * Pacific * Southeast * Southwest > Parameters league
& season
are required.
games_statistics
Get the statistics of the teams that played a game.
teams_statistics
Get the overall statistics of a team for a given season
.
players_statistics_per_player_and_season
Get statistics from one or more players. > This endpoint requires at least one parameter.
players_statistics_per_team_and_season
Get statistics from one or more players. > This endpoint requires at least one parameter.
players_statistics_per_game_id
Get statistics from one or more players. > This endpoint requires at least one parameter.
search_teams
Search team by name.
search_players
Search a player by lastname.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client