list_distilleries

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

List whisky distilleries tracked by whiskyhunter.net (300+ distilleries with auction data). Returns each distillery name, slug, and country. Use the slug with distillery_prices to get its auction price history. Keyless.

Parameters

NameTypeRequiredDescription
searchstringnoOptional case-insensitive substring filter on distillery name, e.g. “macallan”, “glen”.
limitnumbernoMax distilleries to return (default 25, max 60).

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":"list_distilleries","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