nba_mcp_server
Verified Safeby labeveryday
Overview
Provide a Model Context Protocol (MCP) server that offers 30 tools to access comprehensive NBA statistics, including live scores, player and team data, and advanced analytics for agents and UIs.
Installation
uvx nba-stats-mcpEnvironment Variables
- NBA_MCP_LOG_LEVEL
- NBA_MCP_HTTP_TIMEOUT_SECONDS
- NBA_MCP_MAX_CONCURRENCY
- NBA_MCP_RETRIES
- NBA_MCP_CACHE_TTL_SECONDS
- NBA_MCP_LIVE_CACHE_TTL_SECONDS
- NBA_MCP_TLS_VERIFY
Security Notes
The server defaults to TLS verification for API calls. An explicit environment variable (NBA_MCP_TLS_VERIFY=0) can disable this, which is not recommended for security but might be necessary in some constrained environments (e.g., specific macOS privacy contexts) to resolve PermissionError when reading CA bundles. Subprocess calls are used for internal testing mechanisms, not core server operation. No obvious hardcoded secrets or malicious patterns.
Similar Servers
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
mcp
Provides a Model Context Protocol (MCP) server for accessing comprehensive sports data and analytics from the BALLDONTLIE API across 18 major sports and leagues.
nba_mcp_server
Provide a Model Context Protocol (MCP) server that offers 30 tools to access comprehensive NBA statistics, including live scores, player and team data, and advanced analytics for agents and UIs.