Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.gustavoatar/remodeleriq

io.github.gustavoatar/remodeleriq

Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates.

Uptime
100.0%
1 direct probes · 30d
Response
146ms
last probe
Tools
10
callable
Resources
1
readable
Prompts
0
available

Tools · 10

remodeleriq_analyze_bid

Analyze a home-remodeling contractor's bid/estimate for fairness and risk. Returns a 0-100 confidence score, score_breakdown by dimension, red flags with stable flag IDs (deposit traps, vague scope, m…

remodeleriq_get_cost_estimate

Get a 2026 market cost range for a home-remodeling project in a US state/city, backed by Zonda Cost vs. Value benchmarks with regional adjustment. Use when a homeowner asks 'how much does a [kitchen/b…

remodeleriq_get_labor_rates

Get 2026 burdened construction trade labor rates ($/hour) for a US state, derived from BLS wage data. Returns rates by trade (carpenter, plumber, electrician, painter, etc.). Use when a homeowner asks…

analyze_bid

Deprecated: prefer remodeleriq_analyze_bid. Analyze a home-remodeling contractor's bid/estimate for fairness and risk. Returns a 0-100 confidence score, red flags, a plain-English summary, and negotia…

get_cost_estimate

Deprecated: prefer remodeleriq_get_cost_estimate. Get a 2026 market cost range for a home-remodeling project in a US state/city, backed by Zonda Cost vs. Value benchmarks with regional adjustment.

get_labor_rates

Deprecated: prefer remodeleriq_get_labor_rates. Get 2026 burdened construction trade labor rates ($/hour) for a US state, derived from BLS wage data.

remodeleriq_compare_bids

Compare 2–5 contractor bids for the same project side-by-side. Returns: per-bid confidence scores; a per-trade cost comparison table sorted by price variance; a scope-gap matrix (what Bid A includes t…

compare_bids

Deprecated: prefer remodeleriq_compare_bids. Compare 2–5 contractor bids side-by-side with per-trade cost comparison, scope-gap matrix, and winner recommendation.

remodeleriq_get_risk_stats

Get aggregate red-flag statistics from the RemodelerIQ bid corpus — real anonymized data from bids analyzed by the platform. Returns the most common risk flags and their fire rates, average confidence…

get_risk_stats

Deprecated: prefer remodeleriq_get_risk_stats. Get aggregate red-flag statistics from the RemodelerIQ bid corpus.

Resources · 1

Bid analysis card

Interactive score card rendered by ChatGPT for analyze_bid results.

ui://widget/bid-result.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.gustavoatar/remodeleriq": {
      "url": "https://remodeleriq.com/mcp",
      "transport": "streamable-http"
    }
  }
}