{
  "name": "carrepaircostestimator",
  "version": "1.0.0",
  "description": "US car repair cost data for AI assistants: repair cost estimates (parts + labor) by make and repair type, 31 editorial cost guides, VIN decoding, and vehicle value estimation. All prices are US national averages for 2026 in USD.",
  "homepage": "https://carrepaircostestimator.com",
  "endpoint": "https://carrepaircostestimator.com/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "capabilities": {
    "tools": [
      "get_repair_cost_estimate",
      "list_repair_types",
      "list_makes_models",
      "get_repair_cost_guide",
      "list_repair_guides",
      "decode_vin",
      "estimate_vehicle_value"
    ]
  }
}
