Woogoro HVAC Quote Analyzer
https://server.smithery.ai/glane0303/woogoro-hvac/mcpPaste any HVAC quote into Claude/Cursor/ChatGPT and Woogoro HVAC MCP audits it: - Detects oversizing (proposed tonnage vs Manual J load calculation) - Flags R-410A compliance for 2026+ installs (EPA AIM Act phasedown to A2L refrigerants like R-454B / R-32) - Checks SEER2 / HSPF2 efficiency vs federal minimums (North vs South split AC standards) - Identifies scope gaps (Manual D, line-set replacement, refrigerant recovery, permit pull) - Catches common upsells (UV lights, IAQ packages, overpriced extended warranties) - Drafts dispute letters across 9 issue types - Generates phone negotiation scripts **Tools (5):** `parse_quote`, `check_errors`, `lookup_average_price`, `draft_dispute`, `negotiation_script` Backed by Woogoro's `/api/hvac-estimate` endpoint (Claude Haiku-powered) and bundled installed-price ranges. Free hosted endpoint, no API key required.
How to connect
https://server.smithery.ai/glane0303/woogoro-hvac/mcp
curl -X POST https://server.smithery.ai/glane0303/woogoro-hvac/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'