CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

PuckAPI

puckapi/mcp
12 toolsauthHTTPregistry active
Summary

Connects Claude to 16+ seasons of NHL data through 13 tools covering games, stats, odds, and line movement. You get box scores, player comparisons (goals, assists, TOI, shooting percentage), standings, head-to-head records, and pre-game odds from 15+ sportsbooks with opening-to-closing line tracking. Built on PuckAPI's REST API with the same endpoints exposed as MCP tools. Free tier includes 500 credits, each tool call costs one credit. Useful for sports analysis, betting research, or building hockey-aware agents that need current scores, historical matchups, or real-time odds without scraping or managing multiple data sources.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
get_standingsGet current NHL standings with team records, points, and advanced stats. Optionally filter by conference or division.3 params

Get current NHL standings with team records, points, and advanced stats. Optionally filter by conference or division.

Parameters* required
seasonstring
Season ID (e.g. 20252026). Defaults to current season.
divisionstring
Filter by division (e.g. Atlantic, Metropolitan, Central, Pacific)
conferencestring
Filter by conferenceone of Eastern · Western
get_team_statsGet detailed stats for a specific NHL team including record, advanced metrics, and rankings.2 params

Get detailed stats for a specific NHL team including record, advanced metrics, and rankings.

Parameters* required
teamstring
Team abbreviation (e.g. BUF, TOR, NYR)
seasonstring
Season ID (e.g. 20252026). Defaults to current season.
list_teamsList all 32 active NHL teams with basic info. Excludes historical/relocated franchises (ATL, ARI). Optionally filter by conference or division.2 params

List all 32 active NHL teams with basic info. Excludes historical/relocated franchises (ATL, ARI). Optionally filter by conference or division.

Parameters* required
divisionstring
Filter by division
conferencestring
Filter by conferenceone of Eastern · Western
get_gamesGet NHL games filtered by date range, team, season, or game state. Returns scores, teams, and game metadata.7 params

Get NHL games filtered by date range, team, season, or game state. Returns scores, teams, and game metadata.

Parameters* required
teamstring
Team abbreviation to filter (home or away)
limitinteger
Max results (default 100)
seasonstring
Season ID (e.g. 20252026)
date_tostring
End date (YYYY-MM-DD)
date_fromstring
Start date (YYYY-MM-DD)
game_typestring
Filter by game typeone of regular · playoff · preseason
game_statestring
Filter by game stateone of FUT · LIVE · FINAL · OFF
get_scheduleGet upcoming NHL games that haven't been played yet.2 params

Get upcoming NHL games that haven't been played yet.

Parameters* required
daysinteger
Number of days ahead to look (default 7)
teamstring
Team abbreviation to filter
get_game_detailGet full details for a specific game including team info, odds (available for 2020-2026 seasons), and goalie starts.1 params

Get full details for a specific game including team info, odds (available for 2020-2026 seasons), and goalie starts.

Parameters* required
game_idstring
NHL game ID (e.g. 2025020887)
get_head_to_headGet matchup history between two teams. Shows recent games and series record.4 params

Get matchup history between two teams. Shows recent games and series record.

Parameters* required
limitinteger
Max games to return (default 20)
team1string
First team abbreviation (e.g. BUF)
team2string
Second team abbreviation (e.g. TOR)
seasonstring
Season ID to filter. Omit for all-time.
search_playersSearch NHL players by name across 16 seasons (3,000+ players). Returns active players by default; set active=false to include active plus retired/historical players.5 params

Search NHL players by name across 16 seasons (3,000+ players). Returns active players by default; set active=false to include active plus retired/historical players.

Parameters* required
teamstring
Filter by team abbreviation
limitinteger
Max results (default 10)
querystring
Player name to search for (partial match supported)
activeboolean
Filter by active status (default: true). Set false to search active plus retired/historical players.
positionstring
Filter by positionone of G · D · C · LW · RW
get_player_statsGet stats for a specific player by their NHL player ID.1 params

Get stats for a specific player by their NHL player ID.

Parameters* required
player_idinteger
NHL player ID
get_goalie_statsGet goalie performance stats leaderboard. Data available when goalie_stats table is populated. Optionally filter by team.5 params

Get goalie performance stats leaderboard. Data available when goalie_stats table is populated. Optionally filter by team.

Parameters* required
teamstring
Filter by team abbreviation
limitinteger
Max results (default 20)
seasonstring
Season ID. Defaults to current.
sort_bystring
Sort metric (default save_pct)one of save_pct · gaa · gsax · wins
min_gamesinteger
Minimum games played (default 10)
get_oddsGet betting odds for a specific game. Returns moneyline, spread, and totals from available bookmakers. Odds data covers 2020-2026 seasons; earlier games return empty odds.3 params

Get betting odds for a specific game. Returns moneyline, spread, and totals from available bookmakers. Odds data covers 2020-2026 seasons; earlier games return empty odds.

Parameters* required
game_idstring
NHL game ID (e.g. 2025020887)
bookmakerstring
Filter by bookmaker key (e.g. draftkings, fanduel, betmgm). Lowercase.
snapshot_typestring
Filter by snapshot type: opening (game-day morning lines) or closing (final pre-game lines). Default returns both.one of opening · closing
get_line_movementGet odds snapshots for a game grouped by bookmaker, showing opening vs closing lines. Odds data covers 2020-2026 seasons.2 params

Get odds snapshots for a game grouped by bookmaker, showing opening vs closing lines. Odds data covers 2020-2026 seasons.

Parameters* required
game_idstring
NHL game ID
bookmakerstring
Filter by specific bookmaker key (lowercase)
PuckAPI MCP Server

The hockey data API. Stats, odds, and everything between.
REST API and MCP server. Free to start.


License: MIT Tools Seasons Skills

Quick Start · Tools · Data · Pricing · REST API


You:    "What were last night's NHL scores?"
Claude: [calls get_games → returns scores, periods, shots, goals]

You:    "Show me the line movement on the Sabres game"
Claude: [calls get_line_movement → opening line, current line, timestamps, book-by-book]

You:    "Compare McDavid and MacKinnon this season"
Claude: [calls get_player_stats x2 → side-by-side goals, assists, points, TOI, shooting %]

Quick Start

Claude Desktop -- add to claude_desktop_config.json:

{
  "mcpServers": {
    "puckapi": {
      "url": "https://mcp.puckapi.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Claude Code -- one command:

claude mcp add puckapi \
  --transport streamable-http \
  "https://mcp.puckapi.com/mcp?key=YOUR_API_KEY"

Other MCP clients -- any client supporting Streamable HTTP:

SettingValue
URLhttps://mcp.puckapi.com/mcp?key=YOUR_API_KEY
TransportStreamable HTTP

Also accepts Authorization: Bearer or x-api-key headers for REST API usage.

Get your free key at puckapi.com -- 500 credits, no credit card.


Available Tools

Games -- 4 tools
ToolDescription
get_gamesGame results with scores, periods, shots, and goals
get_scheduleUpcoming and past game schedules
get_game_detailFull box score for a specific game
get_head_to_headHistorical matchup data between two teams
Teams -- 3 tools
ToolDescription
get_standingsCurrent or historical standings by season
get_team_statsTeam-level stats (goals, shots, PP%, PK%, etc.)
list_teamsAll NHL teams with abbreviations and metadata
Players -- 4 tools
ToolDescription
search_playersFind players by name
get_player_statsSkater stats (goals, assists, points, TOI, etc.)
get_skater_season_statsSeason stats leaderboard -- goals, assists, points, TOI, shooting %, filterable by team and sortable by 5 metrics
get_goalie_statsGoalie stats (SV%, GAA, wins, shutouts, etc.)
Odds -- 2 tools
ToolDescription
get_oddsPre-game odds from 15+ sportsbooks (ML, spread, total)
get_line_movementTrack how lines move from open to close

Data Coverage

CategoryDetails
Seasons2008-09 through current (16+)
Games22,000+ with full box scores
OddsPre-game ML, spread, totals from 15+ books
Line movementOpening to closing line tracking
Players3,000+ skaters and goalies
UpdatesScores and odds refresh throughout the day

Pricing

PlanCredits/moPrice
Free500$0
Starter10,000$19/mo
Pro30,000$49/mo
Scale125,000$149/mo

Each tool call costs 1 credit. Top up anytime with wallet deposits.


REST API

PuckAPI also offers a standard REST API:

curl -H "x-api-key: YOUR_API_KEY" \
  https://mcp.puckapi.com/v1/get_standings

Full documentation at puckapi.com/docs.


Related

PuckAPI Skills28 free Claude Code skills for hockey analytics, betting models, and research
puckapi.comSign up, dashboard, API docs

puckapi.com · API Docs · Skills

MIT License

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Data & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 10, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.