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
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max auction-house records to return, newest first (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":"auction_stats","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.