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_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

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