auction_stats

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

Latest aggregate monthly stats per online whisky-auction house: mean winning bid, total trading volume, lots count for that house, and the all-auctions total lots count for the month. Aggregates online whisky-auction data; prices are in each house’s reporting currency. Keyless.

Parameters

NameTypeRequiredDescription
limitnumbernoMax auction-house records to return, newest first (default 25, max 60).

Example call

Arguments

{
  "limit": 25
}

curl

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":"auction_stats","arguments":{"limit":25}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('auction_stats', {
  "limit": 25
});

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 September 9, 2026