{
  "schemaVersion": "2025-06-18",
  "name": "remodeleriq",
  "version": "1.0.0",
  "description": "Check if a home-remodeling contractor's bid is fair. Tools: analyze a quote (fairness score + red flags), get 2026 cost estimates by city, and look up BLS trade labor rates.",
  "serverInfo": {
    "name": "remodeleriq",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://remodeleriq.com/mcp"
  },
  "capabilities": {
    "tools": [
      {
        "name": "analyze_bid",
        "description": "Score a contractor bid for fairness + flag risks."
      },
      {
        "name": "get_cost_estimate",
        "description": "2026 remodel cost range by project + US state/city."
      },
      {
        "name": "get_labor_rates",
        "description": "BLS construction trade labor rates by US state."
      }
    ]
  },
  "documentation": "https://remodeleriq.com/how-we-score"
}