Lender PluginHeavySkillv0.12.3

Vehicle Appraiser

Comparable-backed collateral valuations with LTV analysis — defensible for origination, revaluation, and loss mitigation

collateral valueLTV calculationloan collateral checkappraise this vehiclecollateral valuation reportwhat's it worth
Heavy
Complexity
5–6
API Calls
$0.005 – $0.012
MC API Cost
$0.08 – $0.20
Total Cost

Purpose

Every auto loan is backed by a depreciating asset. When a lender originates a loan at 105% LTV because the valuation was anchored to a stale book value, or fails to catch a portfolio unit that has gone underwater during a market correction, the downstream exposure compounds quietly until it surfaces as a deficiency balance or repossession loss. Collateral valuation is not an administrative step — it is the first line of underwriting defense.

Vehicle Appraiser for lenders builds a three-source collateral valuation — algorithmic prediction, active comparable range, and sold transaction evidence — with every comparable cited by VIN, price, mileage, dealer, and distance. When a loan amount is provided, it calculates real-time LTV against retail and wholesale values, projects when the LTV will reach the warning and high-risk thresholds at current depreciation rates, and estimates recovery exposure in a repo scenario. The output is a collateral valuation report that supports both origination decisions and portfolio risk management.

Audience:Auto loan originatorsResidual value analystsPortfolio risk managersLoss mitigation specialistsFloor plan auditors

How It Works

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

01
Profile Load

Reads marketcheck-profile.md for ZIP, radius, country, portfolio_focus, risk_ltv_threshold, and high_risk_ltv_threshold. LTV thresholds default to 100% (warning) and 120% (high risk) if not set. US = full toolset; UK = active listings only.

02
VIN Decodedecode_vin_neovin

Calls decode_vin_neovin to lock exact year, make, model, trim, body type, drivetrain, engine, transmission, and MSRP. Assumed trims in loan files are a known risk — the decode confirms the actual collateral.

03
Collateral Price Predictionpredict_price_with_comparables

Calls predict_price_with_comparables with VIN, odometer, ZIP, and dealer_type=franchise for the retail collateral value. Franchise pricing is the appropriate anchor for lending — it represents the highest recoverable value from a standard retail channel.

↔ Parallel Execution

04a
Active Comparable Pullsearch_active_cars

Calls search_active_cars with YMMT, ZIP, radius (from profile, min 75mi), and mileage band ±15K of odometer reading. Returns 20 listings with VIN, price, miles, dealer, distance, and DOM — establishes the current market price ceiling and floor.

04b
Sold Transaction Pullsearch_past_90_days

Parallel call to search_past_90_days with the same YMMT and location filters. Sold transaction data is the most defensible evidence in a collateral dispute — it reflects actual buyer behavior, not asking prices.

05
Collateral Value Synthesis

Combines the algorithmic prediction, active comp range, and sold transaction range into a collateral value band (low / mid / high). Condition adjustment applied. Collateral midpoint used as the primary LTV denominator.

06
LTV Analysis and Risk Flagging

If loan amount is provided: LTV = loan / collateral_midpoint × 100. Flags UNDERWATER if LTV > risk_ltv_threshold. Flags HIGH RISK if LTV > high_risk_ltv_threshold. Projects the forward months until LTV reaches each threshold at current segment depreciation rate. Recovery estimate = wholesale value minus remarketing costs ($1,500–2,500).

07
Collateral Report Output

Delivers structured report: vehicle specs, collateral value table (retail/wholesale/comp range/confidence), LTV analysis, recovery and deficiency exposure estimates, cited comparables, and actionable risk recommendation.

MCP Tool Calls

ToolCallsPurpose
decode_vin_neovin1Exact collateral spec confirmation including MSRP
predict_price_with_comparables2Franchise retail and independent wholesale-proxy collateral values
search_active_cars1–2Active comparable listings for collateral range
search_past_90_days1Sold transaction evidence for defensible collateral valuation
get_car_history1 (optional)Historical listing trajectory — rapid dealer hops or extended DOM warrant collateral haircut

Example Output

COLLATERAL VALUATION REPORT
════════════════════════════════════════════════
Vehicle:    2022 Toyota RAV4 XLE AWD
VIN:        2T3P1RFV8NC234567
Odometer:   41,800 miles | Condition: Average
Purpose:    Loan origination
Location:   Dallas, TX (ZIP 75201) | Radius: 75 mi

COLLATERAL VALUE SUMMARY
  Algorithmic Predicted Value:     $31,200  (franchise)
  Active Comparable Range:         $28,900$34,800  (21 comps)
  Sold Transaction Range:          $27,400$32,600  (14 sales, 90 days)
  ─────────────────────────────────────────────────────
  COLLATERAL VALUE — RETAIL:       $30,800  (midpoint)
  COLLATERAL VALUE — WHOLESALE:    $27,400  (estimated recovery floor)
  Confidence:                      HIGH (21 active comps, 14 sold)

LTV ANALYSIS
  Loan Amount:                     $29,500
  LTV vs Retail:                   95.8%  — ACCEPTABLE (below 100% threshold)
  LTV vs Wholesale (recovery):     107.7% — ELEVATED (recovery shortfall: $2,100)
  ─────────────────────────────────────────────────────
  Months to LTV=100% (retail):     ~9 months at current 0.8%/mo depreciation rate
  Estimated deficiency at repo:    $2,100 + remarketing costs (~$2,000)
  Net recovery risk:               ~$4,100

RECOMMENDATION: Approve with standard terms. Consider GAP coverage recommendation — recovery shortfall likely within 12 months.

Cost Estimate

TierHeavy
API Calls5–6
MC API — best$0.005
MC API — worst$0.012
Claude — best$0.07
Claude — worst$0.18
Total range$0.08$0.20

200 collateral checks/month ≈ $16–40

Limitations

  • US-only for full collateral toolset (decode, predict, sold transactions). UK lenders get active listings only — no ML prediction or sold history.
  • LTV projections use the current segment-level depreciation rate as a proxy — actual depreciation velocity for a specific unit may differ based on condition and mileage.
  • Recovery estimates assume standard remarketing conditions ($1,500–2,500 costs) — actual costs vary by geography and vehicle condition.
  • Comparable count in rural markets or for niche vehicles may fall below the confidence threshold; flagged as LOW confidence when fewer than 10 comps found.
Lender Plugin
View all skills & commands