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

NameTypeRequiredDescription
keywordstringnoFree-text title match, e.g. “f-150”, “excavator”, “trailer”.
asset_typestringnoOne of: ${ASSET_TYPES.join(’ | ’)}.
statestringno2-letter state code.
limitnumber,stringnoMax 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.

Regenerated from source · build July 4, 2026