Skip to content
VS Code

PuckAPI for VS Code

io.github.noahowsh/puckapi

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

client:VS Code transport:streamable-http

Install PuckAPI in VS Code

.vscode/mcp.json

{
  "servers": {
    "puckapi": {
      "type": "http",
      "url": "https://mcp.puckapi.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PuckAPI in other clients