MCP.so
Sign In
Servers

MCP Server for NBA Stats Predictor Application

@dhrbtjr0331

MCP server of NBA stats predictor app that generates player performance forecasts using real-time data analysis and advanced statistical modeling

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "nba-stats-predictor-mcp": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

More from Other