Serversio.github.noahowsh/puckapi
P

PuckAPI

io.github.noahowsh/puckapi · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.puckapi.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.noahowsh/puckapi",
  "description": "The hockey data API. Stats, odds, and everything between. REST API and MCP server.",
  "title": "PuckAPI",
  "repository": {
    "url": "https://github.com/PuckAPI/mcp",
    "source": "github",
    "id": "1233426731"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.puckapi.com/mcp",
      "headers": [
        {
          "description": "Your PuckAPI API key. Get a free key with 500 credits at puckapi.com/signup",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}