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

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

Regenerated from source · build July 4, 2026