remodeleriq-mcp

gustavoatar/remodeleriq-mcp
★ 0 stars HTML Other Updated today
MCP server: check if a contractor's remodeling bid is fair (analyze_bid, get_cost_estimate, get_labor_rates). Hosted at remodeleriq.com/mcp
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}