Skip to main content
Glama
pipeworx-io

mcp-nhl

by pipeworx-io

mcp-nhl

NHL MCP — 通过官方 NHL API 获取实时 NHL 数据

属于 Pipeworx 的一部分 — 一个将 AI 代理连接到 1476+ 个实时数据源的 MCP 网关。

工具

工具

描述

get_standings

查看当前 NHL 排名。返回所有球队的胜场、负场、加时负、积分、进球/失球以及连胜/连败信息。

get_scores

获取今日 NHL 比赛比分和状态(进行中、已结束或未开始)。返回球队、比分、射门次数和当前节次。

get_schedule

获取当前 NHL 周赛程。返回即将进行和最近的比赛,包括球队、日期、时间和场馆。

get_player

按球员 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/mcptools/list 返回上表中的工具,外加共享的 Pipeworx 元工具ask_pipeworxdiscover_toolssearch_withinremember/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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Provides structured access to NHL data including teams, players, standings, schedules, and statistics through the Model-Context Protocol pattern.
    25
    6
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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
  • F
    license
    A
    quality
    D
    maintenance
    Provides 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides access to live NHL data including player statistics, team standings, game scores, schedules, and playoff information through 40+ NHL API endpoints.
    3

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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