General Tools
carrepaircostestimator.com
Provides car repair cost estimates, repair types, makes/models, and editorial cost guides for the US market.
ENDPOINT 1
https://carrepaircostestimator.com/mcp
MCP server metadata
- Name
- carrepaircostestimator
- Version
- 1.0.0
Known tools 7
get_repair_cost_estimateEstimate the cost of a car repair job (parts + labor, USD, US national averages 2026) by make and repair type.
Inferred read-onlylist_repair_typesList the repair job types available for cost estimates (slugs, typical parts cost, labor hours).
Inferred read-onlylist_makes_modelsList all supported car makes and their models (slugs, EV flag, price multiplier).
Inferred read-onlyget_repair_cost_guideGet 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-onlylist_repair_guidesList all editorial repair cost guides (slug, title, category, price range).
Inferred read-onlydecode_vinDecode a 17-character Vehicle Identification Number (VIN) into year, make, model, trim, body style, and manufacturer.
Inferred read-onlyestimate_vehicle_valueEstimate the current US market value (USD) of a vehicle from year, make, model, and optional trim.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.