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"
}
}
}このエンドポイントが実際に提供するもの
tools/list(https://gateway.pipeworx.io/nhl/mcp)は、上記の表のツールに加えて、共有のPipeworxメタツール — ask_pipeworx、discover_tools、search_within、remember/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
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