How to Use the NHL MCP in Cline
Give Cline direct access to live hockey scores, player stats, and play-by-play events inside VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NHL MCP to Cline
Create your Vinkius account to connect NHL to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Live Scoreboards in VS Code
The NHL MCP Server gives your coding agent direct access to live rink data. You tell Cline to create a real-time game tracker, and it immediately calls `get_live_scores` to inspect the response payload. It writes the data-fetching hooks, creates the UI components, and stages the files. The `get_team_monthly_schedule` tool builds a complete dashboard for your favorite franchise. Cline triggers this endpoint alongside `get_current_standings` to map out the season. The agent handles the API pagination, parses the dates, and writes the tests.
Generate Fantasy Hockey Dashboards
The `search_player` tool pulls exact shooting percentages and penalty minutes for fantasy sports apps. You define the app requirements, and the agent uses this and `get_skater_summary` to write the database schema based on the actual API types. The `get_goalie_saves_by_strength` tool builds out the advanced analytics views for netminders. Cline runs this and `get_team_faceoff_percentages` to calculate team advantages. It creates the charts, maps the JSON arrays, and shows you the diff right in your editor.
Parse Historic Drafts via MCP Server
The `get_legacy_draft` tool pulls decades of franchise history without manual CSV scraping. Cline calls this and `get_awards` to map out past seasons. The agent writes a Python script to analyze the data, runs it in your terminal, and saves the output. The `get_records_milestone_500_goal` tool populates hall-of-fame web pages instantly. Cline uses this endpoint to track career milestones. It fetches the records, formats the HTML, and commits the changes.
Set up NHL MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
nhl-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest NHL refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"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 Cline
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.