MCP server exposing 4 tools for nhl.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nhl/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_standings — Check current NHL standings. Returns wins, losses, OT losses, points, goals for/against, and streak info for all teams.get_scores — Get today's NHL game scores and status (live, final, or scheduled). Returns teams, scores, shots on goal, and current period.get_schedule — Get the current NHL weekly schedule. Returns upcoming and recent games with teams, dates, times, and venues.get_player — Get an NHL player's profile and current season stats by player ID. Returns bio, position, team, and season statistics.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nhl/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io