gsa_auction_lot

Pack: gsa-auctions · Endpoint: https://gateway.pipeworx.io/gsa-auctions/mcp

Full detail for a single GSA Auctions lot, identified by its sale number and lot number. Returns everything the auction listing carries: item name, per-lot descriptions (LotInfo), property and sale locations, start/end dates, status, high bid, reserve, bid increment, bidder count, inspection instructions, contracting-officer contact, agency/bureau, and item/image URLs.

Parameters

NameTypeRequiredDescription
sale_nostringyesThe sale number (SaleNo), e.g. “25QSCI21001”.
lot_nonumber,stringyesThe lot number (LotNo) within that sale, e.g. 1.

Example call

curl -X POST https://gateway.pipeworx.io/gsa-auctions/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gsa_auction_lot","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "gsa-auctions": {
      "url": "https://gateway.pipeworx.io/gsa-auctions/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026