How to Use the NHL MCP in Claude Code
Pipe live hockey scores and advanced player metrics directly into your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NHL MCP to Claude Code
Create your Vinkius account to connect NHL to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Pipelines with Claude Code
The NHL MCP Server pushes live sports data straight into your terminal. You can configure Claude Code to run `get_live_scores` on a cron job, piping the active game states into a local Redis cache. The CLI handles the HTTP requests and formats the output without you ever opening a browser. The `get_team_weekly_schedule` tool finds upcoming matchups to build a schedule alerter. Your agent queries this endpoint and `get_current_schedule` to grab start times. It parses those timestamps and triggers a shell script to send you a Slack notification before puck drop.
Headless NHL Stat Aggregation
The `get_skater_powerplay` tool pulls structured JSON straight from the league into your command line. Pulling player metrics from the terminal is usually a mess. You ask for the top powerplay producers, and the agent filters the raw data right in your window using this and `get_goalie_advanced`. The `get_team_summary` tool generates daily markdown reports of team analytics. The CLI triggers this alongside `get_team_faceoff_percentages` to build out the stats. It runs the tools, formats the tables, and saves the file to your local directory.
Query Historic Milestones via MCP Server
The `get_records_milestone_1000_point` tool grabs career achievement data for automated workflows. Claude Code executes this to pull decades of history. It takes that array and writes it directly to your PostgreSQL database using a quick bash script. The `get_records_franchise_team_totals` tool dumps raw franchise stats into a CSV file. Your terminal agent calls this and `get_records_attendance` to format the data. Your data science team gets clean records so they can start building predictive models immediately.
Set up NHL MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenhl-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest NHL transactions." It will automatically discover and invoke the available NHL tools.
claude mcp add --transport http nhl-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NHL MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NHL MCP today
We host it, we monitor it, we maintain it. You just paste one token.