# MED Vehicle Intelligence

# MED Vehicle Intelligence

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add myeverydaydriver/med-vehicle-intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list myeverydaydriver/med-vehicle-intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get myeverydaydriver/med-vehicle-intelligence check_repair_estimate

# Call a tool
npx -y @smithery/cli@latest tool call myeverydaydriver/med-vehicle-intelligence check_repair_estimate '{}'
```

## Direct MCP Connection

Endpoint: `https://med-vehicle-intelligence--myeverydaydriver.run.tools`

## Tools (4)

- `check_repair_estimate` — Evaluate whether a car repair estimate is fair based on national price data. Compare a repair quote against typical pri…
- `get_maintenance_schedule` — Get a maintenance schedule for your vehicle based on current mileage. Returns what maintenance is due now, what's comin…
- `should_i_fix_or_replace` — Get a fix-or-replace recommendation for your vehicle. Analyzes repair cost vs vehicle value, mileage, age, and repair h…
- `check_shop_red_flags` — Analyze a shop interaction for red flags and warning signs. Describe what happened at the shop — what they said, what t…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get myeverydaydriver/med-vehicle-intelligence <tool-name>
```
