Give Claude, Cursor, or any AI assistant the power to check if a contractor's remodeling bid is fair — using real 2026 cost data. Free, no signup, read-only.
https://remodeleriq.com/mcp
Add to your config (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"remodeleriq": {
"type": "http",
"url": "https://remodeleriq.com/mcp"
}
}
}
Or, in a terminal: claude mcp add --transport http remodeleriq https://remodeleriq.com/mcp
Click Add to Cursor above, or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"remodeleriq": { "url": "https://remodeleriq.com/mcp" }
}
}
Three read-only tools, backed by BLS labor wages, Zonda Cost vs. Value benchmarks, and live material indexes:
No setup at all. On remodeleriq.com, RemodelerIQ publishes these same
three tools to your browser's AI via the emerging WebMCP standard
(navigator.modelContext). AI browsers like Gemini in Chrome and other agentic browsers can run a
bid check, cost lookup, or labor-rate lookup on the page itself — no copy/paste, no config.
Open remodeleriq.com in an AI-enabled browser and ask its assistant:
Developers can confirm the tools are live from the console:
// on remodeleriq.com, in an AI browser that supports WebMCP
'modelContext' in navigator // → true, exposing analyze_bid, get_cost_estimate, get_labor_rates