You're viewing a demo portfolio

Join the waitlist
PRSM

gsa_search_auctions

Active

Tool of Gsa Auctions

declared in 0.1.0

Search current US federal government surplus auctions from GSA Auctions (api.data.gov). GSA Auctions sells government surplus to the public — vehicles, machinery, aircraft, vessels, industrial equipment, electronics, etc. Filter active lots by property state (2-letter, e.g. "TX"), a free-text keyword matched against the item name (e.g. "truck", "forklift", "boat"), and/or auction status. Returns each lot with sale/lot number, item name, property location, sale location, start/end dates, status, high bid, reserve, number of bidders, item and image URLs. NOTE: the upstream API has no server-side category filter — use the keyword argument to narrow by item type.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": [
        "number",
        "string"
      ],
      "description": "Max lots to return (1-200). Default 25."
    },
    "state": {
      "type": "string",
      "description": "Filter by 2-letter property state code (e.g. \"TX\", \"CA\"). Matches PropertyState."
    },
    "status": {
      "type": "string",
      "description": "Filter by AuctionStatus (case-insensitive substring, e.g. \"Active\", \"Open\"). Omit to include all statuses."
    },
    "keyword": {
      "type": "string",
      "description": "Free-text keyword matched (case-insensitive) against the item name — use for category/type (e.g. \"truck\", \"forklift\", \"aircraft\", \"boat\", \"generator\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gsa Auctions

https://github.com/pipeworx-io/mcp-gsa-auctions

1/7 registries
View full server →