auctions_closing_soon
Pack: gov-auctions · Endpoint: https://gateway.pipeworx.io/gov-auctions/mcp
Live government auction lots ordered by soonest close time — the “what can I still bid on before it ends” view across all sources (GovDeals, AllSurplus, IRS). Optionally filter by state, asset_type, or keyword. Returns lots with time remaining, current bid, location, and link.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
state | string | no | 2-letter state code. |
asset_type | string | no | One of: ${ASSET_TYPES.join(’ | ’)}. |
keyword | string | no | Free-text title match. |
limit | number,string | no | Max lots (1-100, default 25). |
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_closing_soon","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.