Woogoro Roofing Quote Analyzer
Paste any roofing contractor quote into Claude/Cursor/ChatGPT and Woogoro Roofing MCP audits it:
- Detects scope gaps (tear-off, underlayment, ice shield, flashing, ridge vent, decking change-order risk)
- Compares prices to state-adjusted per-square benchmarks using Woogoro's flywheel of real quotes
- Flags warranty inadequacy and material mismatches
- Drafts dispute letters across 8 issue types
- Generates phone negotiation scripts (multi-quote leverage, price match, warranty extension)
**Tools (5):** `parse_quote`, `check_errors`, `lookup_average_price`, `draft_dispute`, `negotiation_script`
Backed by Woogoro's `/api/parse-quote` endpoint (Claude Haiku-powered) and bundled state pricing data. Free hosted endpoint, no API key required.
GetCurrentOffer
**GetCurrentOffer** is a remote MCP server that lets AI agents search live credit card merchant offers across every major US
issuer — **Amex, Chase, Citi, PayPal, Rakuten, and Capital One**.
Real-time cash back, points, and statement-credit offers, fuzzy-matched by merchant name, ready for shopping, budgeting, and
deal-finding agent workflows. No install required, free tier available.
## Tools
- **`search_offers`** — Fuzzy search by merchant, description, or keyword. Optional issuer filter.
- **`get_offer_details`** — Fetch the full record for one offer by ID.
- **`list_merchants`** — Browse every merchant with active offers, optionally filtered by issuer.
- **`compare_offers`** — Compare offers for one merchant across all six issuers and find the best deal.
## Authentication
Two paths, both fully supported:
- **OAuth 2.1 with Dynamic Client Registration** (RFC 7591) — recommended for hosted clients like Claude Desktop and ChatGPT
connectors. No manual key copying.
- **API key** — generate one for free at [getcurrentoffer.com/api-keys](https://getcurrentoffer.com/api-keys), then pass via the
`X-API-Key` header.
## Example prompts
- *"Search for Nike credit card offers."*
- *"Compare offers for Starbucks across all my issuers."*
- *"List every merchant with an active Amex offer."*
- *"What dining offers are active on Chase right now?"*
## Links
- 🌐 [Website](https://getcurrentoffer.com)
- 📖 [Docs](https://getcurrentoffer.com/docs/mcp)
- 🔑 [API Keys](https://getcurrentoffer.com/api-keys)
- 🐙 [GitHub](https://github.com/stanley17112000/getcurrentoffer-mcp)