gsa_auctions_closing_soon
Pack: gsa-auctions · Endpoint: https://gateway.pipeworx.io/gsa-auctions/mcp
Current GSA Auctions federal surplus lots that are ending soonest — active auctions sorted by auction end date ascending. Use to find last-chance bidding opportunities across all agencies and property types. Returns sale/lot number, item name, location, end date, status, high bid, and reserve.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number,string | no | Max lots to return (1-200). Default 25. |
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_auctions_closing_soon","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.