auction_lot_details
Pack: gov-auctions · Endpoint: https://gateway.pipeworx.io/gov-auctions/mcp
Full details for a single government auction lot, looked up by its source + source_lot_id (as returned by auctions_search) or by its listing URL. Returns title, description, category, location, bid, close time, seller agency, and link.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
source | string | no | Lot source: govdeals | allsurplus | irs. |
source_lot_id | string | no | The lot id within that source. |
url | string | no | Alternatively, the full listing URL. |
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":"auction_lot_details","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.