Connect an assistant

Aged Inventory Prospector

A wholesale outreach call list: the dealers in a ZIP sitting on the most aged inventory, with contact details.

Aged Inventory Prospector

A wholesale outreach call list: the dealers in a ZIP sitting on the most aged inventory, with contact details.

At a glance

Price $14.99 per run.
Tool name generate_aged_inventory_prospector
Scope reports:aged-inventory-prospector
Built for Auctions & Wholesale, Dealer Group, Small Dealer

What it does

A prospecting lead list for auction and wholesale reps: the dealers within a ZIP and radius holding the most aged used inventory (units advertised past a days-on-lot threshold, default 60), ranked by aged-unit volume, each with contact details (phone, website, location, franchise/independent), the count of aged and 90+ day units, median age, capital tied up (the sum of asking prices), the dominant aged segments, and an expandable list of their oldest units. Built so a rep knows exactly who to call and what they are stuck on before dialing. All figures are advertised (asking) prices; days-on-lot is shelf time (aging), not sell-speed. Use when an auction or wholesale rep (or a dealer scouting acquisition targets) wants a list of dealers in an area sitting on aging inventory to call for consignment or wholesale, with contact details. For one dealer's own lot repricing use Lot Pricing Scan; for the full market movement briefing use Full Market Capture.

Arguments

Argument What it is Example
zip Required ZIP code of the market to prospect. 84070
radius_miles Recommended Search radius in miles (default 25, max 100). 25
aging_threshold_days Optional Minimum days a unit has been advertised on its current listing to count as aged (default 60). Listings over 2 years are excluded as likely stale feed records. 60
max_dealers Optional How many top dealers to return in the call list (default 25, max 50). 25
units_per_dealer Optional How many of each dealer's oldest aged units to show inline (default 10, max 25). Ask a data-tools follow-up for the rest. 10
car_type Optional "used" or "new". Defaults to used. used
dealer_type Optional Optional channel filter: "independent" or "franchise". Omit for all dealers. independent
offset Optional Skip this many top-ranked dealers before returning results (pagination). Use it to get the next page: after seeing the top 25, pass offset 25 for the next 25. 25

What comes back

Asking for it in a chat client

Which dealers near 84070 are sitting on the most aged inventory? Give me a call list.

Find independent dealers within 25 miles of 60601 with cars aged 90+ days, with phone numbers.

Running it from a backend

Grant an agent the reports:aged-inventory-prospector scope, then call the tool over MCP:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "generate_aged_inventory_prospector",
    "arguments": {
      "zip": "84070"
    }
  }
}

See Server-side access for the token exchange and how to read the response.