You're viewing a demo portfolio

Join the waitlist
PRSM

auctions_search

Active

Tool of mcp-gov-auctions

declared in 0.1.0

Search live US government auction lots for physical assets sold to the public — surplus vehicles, heavy equipment, real estate, electronics — from state/local governments (GovDeals, AllSurplus) and IRS seized/forfeited property. Filter by free-text keyword (matched on the item title, e.g. "truck", "excavator", "pickup"), 2-letter state, asset_type (vehicle|equipment|realestate|electronics|other), max_price (current bid ceiling), and closing_within_hours. Returns each lot with source, title, location, current bid, close time, and a link. For historical sold prices use auctions_sold_comps instead.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": [
        "number",
        "string"
      ],
      "description": "Max lots (1-100, default 25)."
    },
    "state": {
      "type": "string",
      "description": "2-letter state code of the item location, e.g. \"TX\", \"CA\"."
    },
    "source": {
      "type": "string",
      "description": "Restrict to one source: govdeals | allsurplus | irs."
    },
    "keyword": {
      "type": "string",
      "description": "Free-text matched (case-insensitive) against the lot title, e.g. \"truck\", \"forklift\", \"generator\"."
    },
    "max_price": {
      "type": [
        "number",
        "string"
      ],
      "description": "Only lots whose current bid is at or below this."
    },
    "asset_type": {
      "type": "string",
      "description": "One of: vehicle | equipment | realestate | electronics | other."
    },
    "closing_within_hours": {
      "type": [
        "number",
        "string"
      ],
      "description": "Only lots closing within this many hours from now."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-gov-auctions

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

2/7 registries
View full server →