distillery_prices

Pack: whiskyhunter · Endpoint: https://gateway.pipeworx.io/whiskyhunter/mcp

A single distillery’s monthly online whisky-auction price/volume history: per-month max/min/mean winning bid, total trading volume, and lots count. Prices are in the auctions’ reporting currency and aggregate many online auction houses. Pass a distillery slug from list_distilleries (e.g. “macallan”, “8_doors”). Returns the most recent ~60 months. Keyless.

Parameters

NameTypeRequiredDescription
slugstringyesDistillery slug from list_distilleries, e.g. “macallan”, “8_doors”, “ardbeg”.

Example call

curl -X POST https://gateway.pipeworx.io/whiskyhunter/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"distillery_prices","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "whiskyhunter": {
      "url": "https://gateway.pipeworx.io/whiskyhunter/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026