NBA MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_playerA | Look up an NBA player by full or partial name. Returns the player_id needed by player_career_stats, plus any other name matches. |
| find_teamA | Look up an NBA team by name, city, or 3-letter abbreviation (e.g. 'BOS'). Returns the team_id needed by team_roster. |
| list_teamsA | List all 30 NBA teams with their ids and abbreviations. |
| player_career_statsA | Career and per-season stats for a player. Get player_id from find_player. Returns regular-season and playoff career averages plus a season-by-season regular-season breakdown. |
| league_standingsA | Final or current standings for a season, split by conference. season is 'YYYY-YY', e.g. '2023-24'. |
| team_rosterA | Roster for a team in a given season. Get team_id from find_team. season is 'YYYY-YY'. |
| stat_leadersA | Per-game statistical leaders for a season. stat is one of: points, rebounds, assists, steals, blocks, three_pointers. season is 'YYYY-YY'. limit is capped at 50. |
| scoreboardA | Games and scores for a date (defaults to today). game_date is 'YYYY-MM-DD'. |
| game_boxscoreA | Box score summary for a game: final score and top 5 scorers per side. Get game_id from scoreboard. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| scouting_report | Build a scouting report for a player using the NBA tools. focus: 'overall', 'offense', 'defense', or 'playoffs'. |
| compare_players | Compare two players head-to-head using the NBA tools. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| teams_resource | The 30 NBA teams with ids and abbreviations. |
| glossary_resource | What the stat fields returned by the tools mean. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SergioCastro02/nba-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server