Woogoro Auto Repair Quote Analyzer
https://server.smithery.ai/glane0303/woogoro-auto-repair/mcpPaste any auto repair quote or invoice into Claude/Cursor/ChatGPT and Woogoro Auto Repair MCP audits it: - Compares labor hours to Mitchell / AllData book time - Flags suspicious upsells (fuel-system flushes, "engine treatments", overpriced cabin filters) - Catches OEM-vs-aftermarket parts mismatches - Applies Magnuson-Moss Warranty Act protections (15 USC §§ 2301-2312) - Identifies recall and TSB work that should be free (NHTSA recalls, manufacturer service bulletins) - Drafts dispute letters across 8 issue types - Generates phone negotiation scripts (written-estimate requests, refusing upsells, recall enforcement) **Tools (5):** `parse_quote`, `check_errors`, `lookup_average_price`, `draft_dispute`, `negotiation_script` Backed by Woogoro's `/api/auto-repair-estimate` endpoint (Claude Haiku-powered) and bundled labor-rate ranges. Free hosted endpoint, no API key required.
How to connect
https://server.smithery.ai/glane0303/woogoro-auto-repair/mcp
curl -X POST https://server.smithery.ai/glane0303/woogoro-auto-repair/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'