com.thenextgennexus/sports-mcp-server
Official4 toolsLive and historical NBA/NFL/NHL data — fantasy bots, content sites, betting research.
Live and historical NBA, NFL, and NHL data for fantasy and betting analysis.
Captured live from the server via tools/list.
get_nba_scores
Retrieve today's NBA basketball game scores, schedules, and results. Returns team names, final scores, game time, teams' win-loss records, and key player statistics. Use for sports betting research, fantasy basketball, or staying updated on daily NBA action.
No parameters.
get_nfl_scores
Fetch current NFL football game scores, schedules, and results. Returns team matchups, final scores, scheduled start times, team standings, and individual player stats. Use for fantasy football, sports analysis, or following NFL season progress.
No parameters.
get_nhl_scores
Get today's NHL hockey game scores, schedules, and match results. Returns team names, final scores, game times, current standings, and player statistics. Use for hockey fan updates, fantasy league management, or sports betting research.
No parameters.
get_all_scores
Retrieve combined scores from all major sports leagues (NBA, NFL, NHL) in a single call. Returns games from all three leagues with final scores, teams, game times, and standings summaries. Use for comprehensive sports news monitoring or multi-sport fantasy management.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"sports-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sports-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.