NHL Stats
FreeNot checkedProvides real-time NHL sports data retrieval by bridging official web and stats APIs, enabling comprehensive access to team standings, player statistics, game s
About
Provides real-time NHL sports data retrieval by bridging official web and stats APIs, enabling comprehensive access to team standings, player statistics, game schedules, and roster information through a flexible, multi-endpoint TypeScript implementation.
README
A TypeScript implementation of the NHL API using the Model-Context Protocol pattern. This MCP server provides access to NHL data including teams, players, standings, schedules, and statistics.
Overview
This library provides a clean interface to the NHL's official APIs using the Model-Context Protocol (MCP). It allows you to fetch data from the NHL's APIs and provides it in a structured, easy-to-use format through MCP tools.
📊 Current State
As of March 10, 2025, the platform provides the following functionality:
✅ Working Features
Standings
- League-wide standings with division breakdowns
- Complete team record information
Teams
- Basic team identity information
- Current roster information with player details
- Team statistics (skaters and goalies)
- Prospect tracking
Players
- Player biographical information
- Current season and career statistics
- Award recognition
Schedules
- Current team schedules
- Date-specific league schedules
- Upcoming game information
Statistics
- Current statistical leaders (skaters and goalies)
- Team-specific statistical breakdowns
Game Information
- Live game scores and status
- Game schedules
❌ Issues Identified
Team Information Gaps
- Team division and conference information missing in team lookup
- Basic team data incomplete (city/location details absent)
Game Details
- Limited game state information for in-progress games
- Play-by-play data implementation needs further testing
Historical Data
- Seasonal historical data access needs verification
- Historical schedule retrieval requires additional testing
UI Integration
- No current UI components for data visualization
- Raw data format requires transformation for frontend display
📝 TODO List
High Priority
- Fix team information API to include complete team details (division, conference, location)
- Implement more detailed game state tracking for live games
- Create data transformation layers for UI integration
- Complete testing of historical data endpoints
Medium Priority
- Develop standard data visualization components
- Add player image integration
- Implement team logo/brand assets
- Create search functionality across all data types
Low Priority
- Build caching system for frequently accessed data
- Add fantasy hockey integration points
- Develop news/media integration
- Add social media content connections
🚀 Getting Started
Clone the repository:
git clone https://github.com/yourusername/nhl-mcp.git cd nhl-mcpInstall dependencies:
npm installConfigure API credentials:
cp .env.example .env # Edit .env with your API keysStart the development server:
npm run dev
🔧 API Reference
The NHL-MCP platform provides the following core API endpoints:
Teams
get-team: Retrieve basic team informationget-team-roster: Get current team rosterget-team-stats: Get team statisticsget-team-prospects: Get team prospect information
Players
get-player-landing: Get detailed player information
Standings
get-current-standings: Get current NHL standings
Schedule
get-schedule: Get general schedule informationget-current-schedule: Get a team's upcoming scheduleget-date-schedule: Get schedule for a specific date
Statistics
get-current-stat-leaders: Get current statistical leadersget-current-goalie-leaders: Get current goalie statistical leaders
Games
get-scores-now: Get current scores and game states
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📞 Contact
Project Maintainer: Dylan Groos
Note: This README documents the current state of the NHL-MCP project based on testing conducted on March 10, 2025. The platform accesses NHL data which is subject to terms and conditions set by the National Hockey League.
Installing NHL Stats
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/dylangroos/nhl-mcpFAQ
Is NHL Stats MCP free?
Yes, NHL Stats MCP is free — one-click install via Unyly at no cost.
Does NHL Stats need an API key?
No, NHL Stats runs without API keys or environment variables.
Is NHL Stats hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install NHL Stats in Claude Desktop, Claude Code or Cursor?
Open NHL Stats on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare NHL Stats with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
