auctions_sold_comps
Pack: gov-auctions · Endpoint: https://gateway.pipeworx.io/gov-auctions/mcp
Historical SOLD prices for government auction items — the final hammer price of closed lots, which no upstream site keeps but Pipeworx retains. Use to answer “what do seized pickup trucks actually sell for” or to comp an asset. Filter by keyword (title match), asset_type, and/or state. Returns count, min/median/max/average final price, and recent examples. Only includes lots that have closed with a recorded final price.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Free-text title match, e.g. “f-150”, “excavator”, “trailer”. |
asset_type | string | no | One of: ${ASSET_TYPES.join(’ | ’)}. |
state | string | no | 2-letter state code. |
limit | number,string | no | Max example lots to return (1-50, default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/gov-auctions/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"auctions_sold_comps","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gov-auctions": {
"url": "https://gateway.pipeworx.io/gov-auctions/mcp"
}
}
}
See Getting Started for client-specific install steps.