← Registry

General Tools

carrepaircostestimator.com

Provides car repair cost estimates, repair types, makes/models, and editorial cost guides for the US market.

1 endpoint7 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://carrepaircostestimator.com/mcp

No auth detected

MCP server metadata

Name
carrepaircostestimator
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

get_repair_cost_estimate

Estimate the cost of a car repair job (parts + labor, USD, US national averages 2026) by make and repair type.

Inferred read-only
list_repair_types

List the repair job types available for cost estimates (slugs, typical parts cost, labor hours).

Inferred read-only
list_makes_models

List all supported car makes and their models (slugs, EV flag, price multiplier).

Inferred read-only
get_repair_cost_guide

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).

Inferred read-only
list_repair_guides

List all editorial repair cost guides (slug, title, category, price range).

Inferred read-only
decode_vin

Decode a 17-character Vehicle Identification Number (VIN) into year, make, model, trim, body style, and manufacturer.

Inferred read-only
estimate_vehicle_value

Estimate the current US market value (USD) of a vehicle from year, make, model, and optional trim.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.carrepaircostestimator]
url = "https://carrepaircostestimator.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carrepaircostestimator": {
      "type": "http",
      "url": "https://carrepaircostestimator.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carrepaircostestimator
Remote MCP URL: https://carrepaircostestimator.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "carrepaircostestimator": {
      "url": "https://carrepaircostestimator.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "carrepaircostestimator": {
      "type": "http",
      "url": "https://carrepaircostestimator.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "carrepaircostestimator",
  "transport": "streamable-http",
  "url": "https://carrepaircostestimator.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.