Connects Claude to live NHL data through the official NHL API via the Pipeworx gateway. The source doesn't list specific tools, but this is part of Pipeworx's collection of 673+ data sources, so you're likely getting access to scores, schedules, team stats, and player information. You can either call tools directly or use the ask_pipeworx wrapper to query in plain English and let it route to the right endpoint. Useful when you're building hockey analytics, need current game data in your workflow, or want to answer NHL questions without leaving your AI client. Runs over streamable HTTP, so no local setup required.
NHL MCP — live NHL data via the official NHL API
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nhl": {
"url": "https://gateway.pipeworx.io/nhl/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Nhl data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json