MCP server: check if a contractor's remodeling bid is fair (analyze_bid, get_cost_estimate, get_labor_rates). Hosted at remodeleriq.com/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remodeleriq-mcp": {
"command": "npx",
"args": [
"-y",
"gustavoatar/remodeleriq-mcp"
]
}
}
}
Run in terminal:
claude mcp add remodeleriq-mcp npx -y gustavoatar/remodeleriq-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"remodeleriq-mcp": {
"command": "npx",
"args": [
"-y",
"gustavoatar/remodeleriq-mcp"
]
}
}
}