← Back to Plugins
MCP Server MCP

PuckAPI

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...