Dealer PluginMediumSkillv0.1.0

Stocking Guide

Auction buying intelligence with BUY/CAUTION/PASS verdicts and max bid calculations

what should I buy at auctionauction run list checkpre-auction analysischeck these VINs before I bidhot sellers in my areawhat's turning fast
Medium
Complexity
4-5 per VIN
API Calls
$0.004 – $0.025
MC API Cost
$0.02 – $0.10
Total Cost

Purpose

Stocking Guide answers the most time-critical question in the dealer's week: should I bid on this vehicle right now? It decodes the VIN, pulls dual retail predictions, checks local supply, and retrieves sold velocity data — then outputs a BUY/CAUTION/PASS verdict with a calculated max bid price in under 60 seconds.

Beyond the per-VIN check, the skill generates a Hot List of the fastest-turning models in the dealer's market (ideal acquisition targets) and an Avoid List of slow movers with estimated floor plan cost exposure. The Category Gap Finder reveals which body types the dealer is under-indexed on relative to what the market is actually buying.

Audience:Dealer buyersUsed car managersInventory directorsDealer owners

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
VIN Decodedecode_vin_neovin

Decode VIN to confirm year, make, model, trim, body type, drivetrain, engine, and fuel type. Present one-line summary for dealer confirmation at the auction lane.

↔ Parallel Execution

02a
Retail Price (Primary)predict_price_with_comparables

Predict retail value using the dealer's own dealer_type from profile — this is the price the dealer can expect to sell at.

02b
Retail Price (Secondary)predict_price_with_comparables

Predict retail value using the other dealer type for cross-market context.

03
Local Supply Checksearch_active_cars

Pull active listings for this YMMT in the dealer's market — total count, median price, and average DOM of competing units.

04
Sold Velocityget_sold_summary

Pull prior month sold count and average days to sell for this make/model in the dealer's state.

05
BUY/CAUTION/PASS Verdict

Calculate max bid, D/S ratio, expected turn days, floor plan cost, and projected net profit. Assign verdict: BUY (D/S >2.5, turn <35d, profit >$2K), CAUTION, or PASS.

MCP Tool Calls

ToolCallsPurpose
decode_vin_neovin1 per VINDecode VIN to YMMT for comp search and spec confirmation
predict_price_with_comparables2 per VINDual retail price predictions: primary dealer type and cross-market secondary
search_active_cars1 per VINLocal supply count, median price, and avg DOM for D/S ratio
get_sold_summary1 per VINPrior month sold count and average days to sell for velocity score

Example Output

AUCTION VIN CHECK — 3 VINs
════════════════════════════════════════════════

VIN 1: 1FTFW1ET3NFA12345
2022 Ford F-150 XLT SuperCrew 4x4 | 52,400 mi

  Franchise Retail Value:    $38,200
  Independent Retail Value:  $36,100
  Your Retail (franchise):   $38,200  ← basis for Max Bid
  Max Bid:                   $30,370  (38,200 × 85% - $1,500 recon)

  D/S Ratio: 2.71 | Expected Turn: 22 days | Floor Plan: $770
  Projected Net Profit: $6,060

  VERDICT: BUY ✓
  Supply: 18 units in market | Median Ask: $39,500 | Avg DOM: 22d

────────────────────────────────────────────────
VIN 2: 1N4BL4BV2NN302841
2022 Nissan Altima S 2.5 | 71,200 mi

  Franchise Retail Value:    $17,800
  Independent Retail Value:  $16,400
  Max Bid:                   $13,630

  D/S Ratio: 0.90 | Expected Turn: 58 days | Floor Plan: $2,030
  Projected Net Profit: $620

  VERDICT: PASS ✗ — oversupplied, slow turn, thin margin

────────────────────────────────────────────────
BATCH SUMMARY: 1 BUY | 0 CAUTION | 1 PASS | 1 pending

Cost Estimate

TierMedium
API Calls4-5 per VIN
MC API — best$0.004
MC API — worst$0.025
Claude — best$0.02
Claude — worst$0.08
Total range$0.02$0.10

200 VIN checks/month ≈ $4 – $20/month

Limitations

  • US market only for full pre-auction check. UK dealers receive comp-median pricing only — no ML prediction, no sold velocity.
  • Hot List and Avoid List are US-only workflows requiring get_sold_summary.
  • Max bid calculation uses profile values for target_margin, recon_cost, and floor_plan_per_day — set these accurately in /onboarding.
  • D/S ratio is calculated at state level. Micro-market supply conditions within a metro may differ from state-level averages.
  • CPO max bid requires dealer to have cpo_program=true in profile and adds one additional prediction call per VIN.
Dealer Plugin
View all skills & commands