# Sports Scores MCP Server

Get live scores from NBA, NFL, and NHL. Track game results, team standings, and player statistics across major US sports leagues.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/sports-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/sports-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/sports-mcp-server get_nba_scores

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/sports-mcp-server get_nba_scores '{}'
```

## Direct MCP Connection

Endpoint: `https://sports-mcp-server--nexgendata-apify.run.tools`

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (4)

- `get_nba_scores` — Retrieve today's NBA basketball game scores, schedules, and results. Returns team names, final scores, game time, teams…
- `get_nfl_scores` — Fetch current NFL football game scores, schedules, and results. Returns team matchups, final scores, scheduled start ti…
- `get_nhl_scores` — Get today's NHL hockey game scores, schedules, and match results. Returns team names, final scores, game times, current…
- `get_all_scores` — Retrieve combined scores from all major sports leagues (NBA, NFL, NHL) in a single call. Returns games from all three l…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/sports-mcp-server <tool-name>
```

## Resources

- `sports://leagues` — Live scores from NBA, NFL, and NHL leagues with team standings and player stats.

## Prompts (1)

- `scores_update` — Get a comprehensive update on today's scores across NBA, NFL, and NHL leagues.
