Total-loss determination and settlement pricing. Triggers: "total loss valuation", "claims value", "settlement offer", "salvage estimate", "insurance claim pricing", "total loss threshold", "what's the claim worth", "settlement range", "pre-loss value", "diminished value", "total loss determination", insurance claim vehicle valuation, total-loss determination, settlement pricing, or salvage value estimation.
From insurernpx claudepluginhub marketcheckhub/marketcheck-cowork-plugin --plugin insurerThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
marketcheck-profile.md project memory file./onboarding first.The primary user is an insurance adjuster or total-loss specialist who needs a defensible, comparable-backed fair market value (FMV) to determine if a vehicle is a total loss and, if so, what the settlement offer should be. The valuation must be supportable in dispute resolution.
Collect from user:
Call mcp__marketcheck__decode_vin_neovin with the VIN to get exact specs: year, make, model, trim, body type, drivetrain, engine, transmission, original MSRP.
→ Extract only: year, make, model, trim, body_type, drivetrain, engine, transmission, MSRP. Discard full response.
Make THREE pricing calls:
mcp__marketcheck__predict_price_with_comparables with VIN, miles, ZIP, dealer_type=franchise → Franchise retail FMVmcp__marketcheck__predict_price_with_comparables with VIN, miles, ZIP, dealer_type=independent → Independent retail FMVis_certified in history or user states): additional call with is_certified=true
→ Extract only: predicted_price, comp count per call. Discard full response.Pre-loss FMV = average of franchise and independent predicted prices, adjusted by condition:
Pull active retail comparables:
mcp__marketcheck__search_active_cars with YMMT, ZIP, radius=100, miles_range=<odo-15000>-<odo+15000>, car_type=used, sort_by=price, sort_order=asc, rows=20
→ Extract only: VIN, price, miles, dealer_name, distance, dom per listing. Discard full response.Pull sold transaction evidence (strongest for disputes):
mcp__marketcheck__search_past_90_days with same YMMT filters, sold=true
→ Extract only: VIN, sold_price, miles, dealer_name, sale_date per listing. Discard full response.Calculate:
Calculate three tiers:
Salvage value is typically 15-25% of pre-loss FMV depending on damage severity:
Net claim cost = Settlement offer - Salvage value
Present: vehicle ID summary, pre-loss FMV table (franchise/independent/condition-adjusted), total-loss threshold and determination, settlement range (low/mid/high), salvage estimate and net claim cost, comparable evidence tables (active + sold with VIN/price/miles/dealer), methodology notes and caveats.
For multiple VINs (e.g., hail damage event, flood):
insurer:portfolio-scanner agent to process each VINFor vehicles that were repaired (not total-loss) and the claimant wants diminished value:
predict_price_with_comparables and search_past_90_days.