INDIVIDUAL MCP TOOL
list_makes_models
List all supported car makes and their models (slugs, EV flag, price multiplier).
LIVE ENDPOINT
https://carrepaircostestimator.com/mcp
Connect to this endpoint to inspect the live schema for list_makes_models and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_repair_cost_estimate— Estimate the cost of a car repair job (parts + labor, USD, US national averages 2026) by make and repair type.list_repair_types— List the repair job types available for cost estimates (slugs, typical parts cost, labor hours).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).list_repair_guides— List all editorial repair cost guides (slug, title, category, price range).decode_vin— Decode a 17-character Vehicle Identification Number (VIN) into year, make, model, trim, body style, and manufacturer.estimate_vehicle_value— Estimate the current US market value (USD) of a vehicle from year, make, model, and optional trim.