mcp-polvenn

henrikogaard/mcp-polvenn
★ 0 stars TypeScript Other Updated 1d ago
Local-first MCP server for Vinmonopolet beer releases and stock lookups
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-polvenn": {
      "command": "npx",
      "args": [
        "-y",
        "henrikogaard/mcp-polvenn"
      ]
    }
  }
}