Configuration

Add this to your MCP client configuration:

{
  "mcpServers": {
    "nhlstats": {
      "url": "https://nhlstats.org/mcp-server"
    }
  }
}

Setup Instructions

1

Locate Your MCP Configuration File

Find your MCP client's configuration file (location varies by client)

2

Add Server Configuration

Copy configuration above and add it to your mcpServers section

3

Restart Your MCP Client

Restart your MCP client to load nhlstats server

Available Tools

This MCP server provides access to comprehensive NHL statistics through the following tools:

nhl-standings

Get NHL standings for a given year

Parameters: year (number)

nhl-player-stats

Get player statistics with filtering options

Parameters: year (optional), team (optional), sortBy (optional: points, goals, assists), limit (optional, default 50, max 100)

nhl-team-info

Get detailed information about a specific team including standings and all players

Parameters: team (required, short name like "MTL"), year (optional)

nhl-player-details

Get detailed stats for a specific player by ID

Parameters: playerId (required), year (optional)

nhl-player-search

Search for NHL players by name with optional team filtering

Parameters: query (required), team (optional), year (optional), limit (optional, default 20, max 50)

nhl-teams-list

Get list of all NHL teams with optional filtering

Parameters: conference (optional: EAST, WEST), division (optional)

Your MCP client will automatically discover and present available tools.

Example Queries

"What are the current NHL standings?"

"Show me the top 10 goal scorers this season"

"List all teams in the Eastern Conference"

"Tell me about the Toronto Maple Leafs"

"Get player stats for the Canadiens sorted by goals"

"Search for players named Connor"

"Find all players on the Oilers named McDavid"