Connect Claude to PuckAPI.
Install the PuckAPI MCP server, create an API key, and ask for schedules, standings, players, goalie stats, odds, game detail, head-to-head history, and line movement.
# Add the MCP server
$ claude mcp add puckapi https://mcp.puckapi.com/mcp?key=YOUR_API_KEY --transport streamable-http
# Then ask Claude a stable first question
$ claude "Using PuckAPI, list the supported hockey teams, then show the schedule if games are available."Claude Desktop config
Use this when your MCP client accepts a Streamable HTTP URL.
{
"mcpServers": {
"puckapi": {
"url": "https://mcp.puckapi.com/mcp?key=YOUR_API_KEY"
}
}
}First useful prompts
“Using PuckAPI, list the supported hockey teams, then show today’s schedule if games are available. Keep the answer concise and cite the tools used.”
“Using PuckAPI, show the current standings, then summarize the top teams by division or conference if that structure is available. Cite the tools used.”
“Using PuckAPI, search for a player by name, then show available player stats. If the result is a goalie, use goalie stats instead. Cite the tools used.”
12 MCP tools
The same hockey data is available through REST and MCP. Credits are charged per tool call.
list_teams1crAll 32 active NHL teams with divisions, conferences, and arenas
get_standings2crCurrent standings with advanced stats
get_schedule2crUpcoming games for next N days
search_players2crFind players by name, team, or position
get_games5crQuery by date, team, season, game state, or type
get_team_stats5crDetailed stats for a specific team with advanced metrics
get_player_stats5crPlayer bio and team context; includes goalie stats for goalies
get_goalie_stats5crGoalie leaderboard sorted by save%, GAA, GSAX, or wins
get_odds10crOdds by game with bookmaker filters
get_game_detail10crFull game detail with odds and goalie starts
get_head_to_head10crMatchup history with win/loss records
get_line_movement25crTime-series odds grouped by bookmaker
Data Exploration
Find games, compare teams, scout players, check odds.
Find games by date, team, season. Scores and schedule.
Standings, stats, strength of schedule, rankings.
Player search, stats, comparison, NHLe translation.
GSAA, xSV%, high-danger save%, workload tracking.
Multi-book odds comparison, line movement detection.
Natural language to structured data queries.
Full game preview: matchup, goalie, trends, odds.
Hockey Analytics
Understand and build the metrics that matter.
Corsi, Fenwick, xG, PDO, RAPM, WAR definitions and context.
Build an expected goals model from play-by-play shot data.
Methodology
Feature engineering, model training, validation, calibration.
Rolling windows, shift(1) leakage detection, feature catalogs.
Temporal cross-validation. Refuses k-fold on time series.
LR to RF to XGBoost ladder. Hard-vote ensemble.
5 Elo variants with NHL-tuned configs.
Platt scaling, isotonic regression, Brier score decomposition.
4 devigging methods (power, multiplicative, Shin, worst-case).
GitHub Actions automation, SQLite schema, credit budgeting.
Betting
Find edges, size bets, track performance honestly.
EV calculation, Kelly criterion sizing, CLV tracking.
Walk-forward historical strategy simulation.
Full slate analysis with edge rankings. Requires your model.
Log predictions, track CLV, test statistical significance.
Calibration plots, edge charts, player cards, correlation matrices.
Sport-Specific Models
Specialized prediction models for specific bet types.
Over/under prediction. Pace metrics, Poisson, under bias.
Player prop projections. TOI-first architecture, SGP correlation.
RAPM ridge regression, component GAR, contract surplus.
Monte Carlo season and bracket simulation.
Workflow
Prompt patterns, hypothesis testing, skill routing.
4 workflow patterns for hypothesis testing with Claude.
Routes requests to the right 2-3 skills automatically.
Infrastructure
MCP tool routing, credit tracking, data source management.
Routes all MCP tool calls. 12 endpoints, credit tracking, BYOD support.
Open source methodology. Production-ready data.
The skills are free forever. When you need real data, PuckAPI is ready. Start with 500 credits on us.