Home The Guide Fix or Replace Tool Advisory Resources Fleet Program About Install MCP
Free — no signup, no subscription

Ask an experienced mechanic anything — free, right inside your AI assistant.

Get straight answers on repair quotes, maintenance schedules, and fix-or-replace calls, pulled from 25+ years of shop-floor experience — inside Claude, ChatGPT, or any AI assistant you already use. Under the hood, it's a mechanic-authored MCP server. More on that below.

The problem

Ask any chatbot about your car. You'll get advice that's generic, vague, and often wrong.

"Sounds like it could be a few things — you should take it to a mechanic."
Generic AI, on every car question, ever. Not good enough.
Introducing

MED MCP.

One of the first automotive Model Context Protocol servers. Real repair data, real maintenance schedules, real shop-floor patterns — plugged directly into the AI you already use.

Free
No subscription · No waitlist
25+yrs
Mechanic experience built-in
0
API keys · No external services
Four tools

Everything an AI needs to give you real car advice.

01
check_repair_estimate( )
Compares a quote against national price ranges. Returns in-range / high / low — plus questions to ask the shop.
02
get_maintenance_schedule( )
What's due now, what's due in the next 10K, common upsells, and known issues for the make and year.
03
should_i_fix_or_replace( )
Repair-to-value ratio with mileage, age, and history factored in. A scored, defensible recommendation.
04
check_shop_red_flags( )
Reads shop interactions for 7 known red-flag patterns. Returns matches, positive signals, and what to do next.
Three audiences

Built for the whole conversation.

For drivers
Anyone with a car
and a question.
Walk into the shop knowing what fair looks like, what's actually due, and which questions make a service writer back off.
For AI assistants
Claude, ChatGPT,
and friends.
Drop-in MCP server. Your assistant stops guessing about cars and starts citing repair ranges, intervals, and red-flag patterns.
For mechanics
Honest shops with
nothing to hide.
A neutral reference customers can check against. The good shops want this — it ends the arguments before they start.
How it's different

Built from 25+ years turning wrenches, not a tech bro.

25+ years in the auto industry, including 15 as a military mechanic. Sister product to the Driver's Survival Guide, the MED newsletter, and the advisory service. The knowledge is the product.

Architecture
No API keys. No external services. No database.
All data ships in editable JSON.
Sourced from
RepairPal · AAA · AutoLeap
Cross-checked against shop-floor reality.
  • 35 repair types
  • 6 vehicle models
  • 7 red-flag patterns
  • 5 maintenance intervals
  • 20+ shop questions
One link, no config

One link.
One install.

Open Smithery, click install, point your AI client at MED MCP. That's it — no keys, no config files, no waiting list.

$ npx -y @smithery/cli install @zimconsulting-ops/med-vehicle-intelligence --client claude
Manual install (advanced)

Not on a Smithery-supported client — or just want to skip the proxy? Install the Python package directly and point your MCP config at it.

1. Install the package
$ pip install med-vehicle-intelligence
2. Add to your MCP config

Claude Desktop config lives at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS. Cursor and Cline accept the same shape in their own MCP config files.

{
  "mcpServers": {
    "med-vehicle-intelligence": {
      "command": "python",
      "args": ["-m", "med_vehicle_intelligence"]
    }
  }
}

Restart your client. The four MED tools appear automatically — same data, no Smithery in the path.

The takeaway

AI just got automotive expertise.

25+ years of mechanic knowledge, in every chat window. Install once. Stop getting played at the shop.

Install on Smithery →