mcpserver.lol
registry/cost-estimator
Connection check verified live · 20h ago

cost-estimator

Car repair cost estimates by make, model and repair type. 31 cost guides, VIN decode. Free.

Tools 7
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

7 tools

Read from the running server on 20h ago.

decode_vin read-only vin*
Decode a 17-character Vehicle Identification Number (VIN) into year, make, model, trim, body style, and manufacturer. Use before estimate_vehicle_value to get exact vehicle details…
estimate_vehicle_value read-only make*trimyear*model*
Estimate the current US market value (USD) of a vehicle from year, make, model, and optional trim. Deterministic model: base price by make, trim multiplier, age-based depreciation.…
get_repair_cost_estimate read-only make_slug*part_slug*
Estimate the cost of a car repair job (parts + labor, USD, US national averages 2026) by make and repair type. Returns low/high ranges for parts, labor, and total. Use list_makes_m…
get_repair_cost_guide read-only slug*
Get the full editorial cost guide for a repair type: direct answer, price range, cost breakdown table, price factors, failure symptoms, and FAQs (US market, 2026). Use list_repair_…
list_makes_models read-only
List all supported car makes and their models (slugs, EV flag, price multiplier). Use the make_slug values with get_repair_cost_estimate and list_repair_types.
list_repair_guides read-only category
List all editorial repair cost guides (slug, title, category, price range). Optionally filter by category: body, mechanical, glass-wheels, or electrical.
list_repair_types read-only make_slug
List the repair job types available for cost estimates (slugs, typical parts cost, labor hours). Pass a make_slug to get only the jobs applicable to that make (EVs skip ICE-only jo…