Odel
Renology Renovation Cost Data

Renology Renovation Cost Data

Local
@asafichakiJavaScriptMITUpdated 1mo ago

Read-only 2026 city renovation cost ranges with sources, limitations, and citation guidance.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/asafichaki/renology-cost-data-mcp:1.0.1

Run

docker run -i --rm ghcr.io/asafichaki/renology-cost-data-mcp:1.0.1

MCP client config

{
  "mcpServers": {
    "renology-renovation-cost-data": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/asafichaki/renology-cost-data-mcp:1.0.1"
      ]
    }
  }
}