{
  "markdown": "# Car Repair Cost Estimator MCP Server\n\nFree remote MCP server that estimates **car repair costs** — parts and labor price ranges by make, model and repair type (US market, 2026). No accounts, no API keys, no auth.\n\n- **Endpoint:** `https://carrepaircostestimator.com/mcp` (streamable HTTP)\n- **Website:** [Car Repair Cost Estimator](https://carrepaircostestimator.com)\n- **Server card:** [`/.well-known/mcp.json`](https://carrepaircostestimator.com/.well-known/mcp.json)\n\n## What you can do with it\n\n- Get a car repair cost estimate (parts + labor, low–high range in USD) for 17 common repair jobs across 10 makes and 30+ models\n- Look up average car repair costs by job type — bumper, windshield, transmission, head gasket, paint job, hail damage and more\n- Browse 31 detailed repair cost guides with price breakdown tables, cost factors and FAQs\n- Decode a VIN to year/make/model/trim\n- Estimate a vehicle's market value by year, make, model and trim\n\n## Connect\n\n### Claude Desktop / Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"car-repair-cost-estimator\": {\n      \"type\": \"http\",\n      \"url\": \"https://carrepaircostestimator.com/mcp\"\n    }\n  }\n}\n```\n\n### Cursor\n\nSettings → MCP → add a server with URL `https://carrepaircostestimator.com/mcp` (transport: HTTP).\n\n### VS Code\n\n```json\n{\n  \"servers\": {\n    \"car-repair-cost-estimator\": {\n      \"type\": \"http\",\n      \"url\": \"https://carrepaircostestimator.com/mcp\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `get_repair_cost_estimate` | Repair cost estimate (parts, labor, total — low/high USD) by make and repair type |\n| `list_repair_types` | All supported repair jobs, optionally filtered by make (EV-aware) |\n| `list_makes_models` | Supported makes and models |\n| `get_repair_cost_guide` | Full cost guide for one repair type: price ranges, breakdown table, factors, FAQs |\n| `list_repair_guides` | All 31 repair cost guides with price ranges, filterable by category |\n| `decode_vin` | Decode a VIN to year / make / model / trim |\n| `estimate_vehicle_value` | Estimated vehicle market value by year, make, model, trim |\n\nAll tools are read-only. Prices are US national averages for reference only — actual quotes vary by shop, region and vehicle condition.\n\n## Related links\n\n- [Free car repair cost estimator from photos](https://carrepaircostestimator.com/) — upload damage photos, get an AI estimate\n- [Repair cost guides](https://carrepaircostestimator.com/repair-costs)\n- [MCP server landing page](https://carrepaircostestimator.com/mcp-server)\n\n## License\n\nMIT\n",
  "bytes": 2548,
  "sha": "ea84bf27693187d40c1b73e0e3333dbb4a3ed3bfe3ad00ea71ce58472de7acec",
  "repo_slug": "maximmaximovwork2018-gif/carrepaircostestimator-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_carrepaircostestimator_cost_estimato_c6417cd1/readme"
}