Best-Buyer Placement Report
Find the best-fit dealer or rooftop to buy each vehicle.
Best-Buyer Placement Report
Find the best-fit dealer or rooftop to buy each vehicle.
At a glance
| Price | $1.49 per vehicle. Minimum $2.99 per run. A batch is quoted before it runs: the first call returns a total and charges nothing. |
| Tool name | generate_placement_report |
| Scope | reports:placement |
| Built for | Auctions & Wholesale, Dealer Group |
What it does
Powered by MarketMatch. Give it one or more vehicles (VIN, price, miles) and a candidate buyer network (dealer website domains + ZIPs), and for each vehicle it ranks the dealers by fit and names the best buyer (fit rank 1) plus a runner-up. Built for auction houses and wholesalers placing consignments, and for dealer groups deciding which rooftop should take a unit. Scores are predictive fit indices on a 400 to 3000 scale (inventory alignment + year-make-model affinity), not prices and not a guarantee of sale. For a group transfer, confirm the move pencils after transport. PRICING: metered at $1.49 per vehicle placed, with a $2.99 minimum. You pay only for vehicles actually placed. If the run could cost more than the $2.99 floor, it requires cost confirmation: call first WITHOUT confirm_cost_usd for an up-to quote (charges nothing), then call again with confirm_cost_usd set to the quoted cap once the user approves. Use when an auction house, wholesaler, or dealer group asks which DEALERS or rooftops are the best buyers for a vehicle, i.e. where to sell or place a unit. This is the inverse of Acquisition Fit Report (which ranks candidate vehicles for ONE dealer).
Arguments
| Argument | What it is | Example | |
|---|---|---|---|
vehicles |
Required | The vehicles to place, one per line: VIN, price, miles (e.g. "WP1BE2AY5PDA28064, 20000, 3000"). Up to 100. Price/miles are pulled from the current listing and marked assumed if you omit them. | WP1BE2AY5PDA28064, 20000, 3000 |
dealers |
Required | The candidate buyer network, one dealer per line as "domain, ZIP" (e.g. "mbofaugusta.com, 30907"). Up to 100. For a dealer group, list your rooftops. | mbofaugusta.com, 30907 |
confirm_cost_usd |
Optional | Only when the run could cost more than the $2.99 floor. After quoting the user the up-to cap and getting approval, call again with this set to the quoted cap. Charged for vehicles actually placed, never above the cap. Leave empty on the first (quote) call. | 5.96 |
What comes back
- Best buyer per vehicle (plus a runner-up)
- Full ranked dealer shortlist (single-vehicle runs)
- Buyer YMM affinity and market position
- Transfer / placement guidance
- Coverage and caveats
Asking for it in a chat client
Which of these dealers is the best buyer for VIN WP1BE2AY5PDA28064 ($20,000, 3,000 mi)? mbofaugusta.com 30907; esterobaychevrolet.com 33928; carvana.com 95765
Which of our rooftops should take this trade-in? VIN 5FNYF8H54SB000197, $37,610, 14,428 mi.
Running it from a backend
Grant an agent the reports:placement scope, then call the tool over MCP:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_placement_report",
"arguments": {
"vehicles": "WP1BE2AY5PDA28064, 20000, 3000",
"dealers": "mbofaugusta.com, 30907"
}
}
}
See Server-side access for the token exchange and how to read the response.