mcp-nhl
mcp-nhl
NHL MCP — 通过官方 NHL API 获取实时 NHL 数据
属于 Pipeworx 的一部分 — 一个将 AI 代理连接到 1476+ 个实时数据源的 MCP 网关。
工具
工具 | 描述 |
| 查看当前 NHL 排名。返回所有球队的胜场、负场、加时负、积分、进球/失球以及连胜/连败信息。 |
| 获取今日 NHL 比赛比分和状态(进行中、已结束或未开始)。返回球队、比分、射门次数和当前节次。 |
| 获取当前 NHL 周赛程。返回即将进行和最近的比赛,包括球队、日期、时间和场馆。 |
| 按球员 ID 获取 NHL 球员的个人资料和当前赛季数据。返回简介、位置、球队和赛季统计。 |
Related MCP server: NHL MCP Server
快速开始
添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"nhl": {
"url": "https://gateway.pipeworx.io/nhl/mcp"
}
}
}此端点实际提供的内容
位于 https://gateway.pipeworx.io/nhl/mcp 的 tools/list 返回上表中的工具,外加共享的 Pipeworx 元工具 — ask_pipeworx、discover_tools、search_within、remember/recall 以及其余网关级工具集。因此您看到的工具数量比此表要多:单个包端点目前会列出约 30 个共享工具以及该包自身的工具。连接的 initialize 响应会说明其确切范围,并且是某一天最权威的答案。
这是有意为之,并非偶然的多路复用。元工具让受限连接能够回答此包未涵盖的问题 — 通过 ask_pipeworx,它会在整个目录中路由 — 而无需您添加第二个 MCP 服务器。目前无法在没有它们的情况下挂载包端点;如果额外的模式消耗的上下文比路由带来的价值更多,请一次性连接到完整网关,而不是连接多个包端点。
或者连接到完整的 Pipeworx 网关,以直接列出所有包的工具,而不仅仅是这一个的:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}两个 URL 都指向同一个网关和相同的 1476+ 个数据源。唯一的区别是哪些包的工具被直接列出;ask_pipeworx 从任一入口都能访问所有工具。
与 ask_pipeworx 一起使用
您无需直接调用工具,而是可以用纯英语提问 — 这在上面的包端点和完整网关上均适用:
ask_pipeworx({ question: "your question about Nhl data" })网关会自动选择正确的工具并填写参数。
更多
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides structured access to NHL data including teams, players, standings, schedules, and statistics through the Model-Context Protocol pattern.256
- AlicenseNot gradedqualityDmaintenanceProvides access to live NHL game data, team and player statistics, standings, schedules, playoff information, and head-to-head comparisons through natural language queries using official NHL APIs.MIT
- FlicenseAqualityDmaintenanceProvides access to live NHL game data, player and team statistics, standings, schedules, playoff brackets, and historical comparisons through natural language queries using the official NHL API.11
- FlicenseNot gradedqualityDmaintenanceProvides access to live NHL data including player statistics, team standings, game scores, schedules, and playoff information through 40+ NHL API endpoints.3
Related MCP Connectors
The hockey data API. Stats, odds, and everything between. REST API and MCP server.
Provides access to live sports data and analytics from BALLDONTLIE: The Sports API
ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nhl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server