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"
    }
  }
}

このエンドポイントが実際に提供するもの

tools/listhttps://gateway.pipeworx.io/nhl/mcp)は、上記の表のツールに加えて、共有のPipeworxメタツールask_pipeworxdiscover_toolssearch_withinremember/recall、およびその他のゲートウェイ全体のセットを返します。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントは、現在、パック独自のツールに加えて約30の共有ツールをリストしています。接続のinitialize応答は正確なスコープを示し、特定の日に対する信頼できる答えです。

これは意図的なものであり、偶然の多重化ではありません。メタツールは、スコープされた接続がこのパックがカバーしない質問に答えることを可能にします — ask_pipeworxを介して、カタログ全体にルーティングします — 2番目の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