nhl-mcp

nhl-mcp

2

The NHL API - Model Context Protocol is a TypeScript-based server providing access to NHL data, utilizing the Model-Context Protocol pattern to offer a structured interface to official NHL APIs. Key features include comprehensive data on teams, players, and games, although there are some data gaps and integration priorities.

Overview

  • A TypeScript implementation of the NHL API using the Model-Context Protocol pattern.
  • Provides access to NHL data including teams, players, standings, schedules, and statistics in a structured format.
  • Current features include league standings, team and player information, schedules, statistics, and live game scores.
  • Issues include incomplete team data and lack of historical data verification.
  • High priority tasks: Fix team API, implement game state tracking, add UI data transformation.

Getting Started

  1. Clone the repository and install dependencies.
  2. Configure API credentials.
  3. Start the development server.