How to Use the NHL MCP in Windsurf
Pull live hockey stats, schedules, and play-by-play data straight into Windsurf to build your sports analytics apps.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NHL MCP to Windsurf
Create your Vinkius account to connect NHL to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Track Live Games with Windsurf Cascade
The NHL MCP Server feeds real-time rink action straight to your editor. Tell Cascade to build a live scoreboard widget, and it pulls `get_live_scores` and `get_game_play_by_play` without asking you for the API endpoints. It reads the coordinates, parses the shots on goal, and writes the React components immediately. The `get_team_weekly_schedule` tool automatically populates your app's upcoming match UI. Cascade grabs this data alongside `get_current_standings` to build out the calendar. The agent figures out the data dependencies and handles the fetching itself.
Deep Dive Player Metrics
The `get_player_landing` tool pulls exact goals, assists, and time-on-ice directly from the source. Stop scraping unreliable hockey reference sites. You ask for a comparison between two centers, and Windsurf runs `search_player` to grab their IDs before charting the stats. Goalie analysis tools like `get_goalie_advanced` write the backend logic for your fantasy hockey app. Cascade triggers this endpoint and `get_team_powerplay` to calculate special teams advantages. It sees the JSON response, types the TypeScript interfaces, and binds the data to your frontend.
Access Decades of Records via MCP Server
The `get_records_milestone_1000_point` tool exposes decades of career milestones on demand. Historical trivia apps need massive datasets. Your agent digests the raw arrays from this endpoint and `get_legacy_draft` to format a clean local database seeder script. Franchise history tools like `get_records_franchises` make team profile pages easy to build. Cascade hits this endpoint and `get_records_trophies` to map out team histories. You get the raw data, and the IDE handles the tedious state management.
Set up NHL MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the NHL MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my NHL payment history." If connected, Cascade will call the NHL tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"nhl-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NHL. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
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.