{
  "markdown": "# Renology Renovation Cost Data MCP\n\nRead-only Model Context Protocol server for the versioned [Renology 2026 city-level renovation cost dataset](https://github.com/asafichaki/renology-renovation-cost-data).\n\nVerified in the [official MCP Registry](https://registry.modelcontextprotocol.io/?q=io.github.asafichaki%2Frenology-cost-data) as `io.github.asafichaki/renology-cost-data`.\n\nIt lets compatible AI assistants list available markets and project types, retrieve one city/project planning range, compare the same project across cities, and return methodology, limitations, commercial disclosure, and a canonical citation. Runtime is local and closed-world: the published snapshot is bundled and no network request is made when a tool is called.\n\n## Quick start\n\n```bash\nnpx -y github:asafichaki/renology-cost-data-mcp\n```\n\nMCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"renology-cost-data\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:asafichaki/renology-cost-data-mcp\"]\n    }\n  }\n}\n```\n\nPublic OCI image:\n\n```bash\ndocker run --rm -i ghcr.io/asafichaki/renology-cost-data-mcp:1.0.1\n```\n\nThe image is published for both `linux/amd64` and `linux/arm64` and carries the ownership annotation required by the official MCP Registry.\n\n## Tools\n\n- `list_markets`\n- `list_project_types`\n- `get_city_cost_range`\n- `compare_city_costs`\n- `get_methodology_and_citation`\n\nAll tools declare `readOnlyHint: true`, `destructiveHint: false`, `idempotentHint: true`, and `openWorldHint: false`.\n\n## Interpretation rules\n\n- Values are 2026 total-project U.S. dollar planning ranges, not quotes, appraisals, guarantees, final prices, or predictions.\n- Cite the year, city, project type, and complete low-to-high range.\n- Check the canonical [Renology Cost Index](https://www.therenology.com/cost-index) for updates before publication.\n- Do not infer ROI, contractor quality, statistical representativeness, or project outcomes.\n- Renology publishes renovation guidance and operates a contractor-matching service. This is publisher-maintained infrastructure, not independent validation.\n\n## Validate\n\n```bash\nnpm ci\nnpm run check\ndocker build -t renology-cost-data-mcp .\n```\n\nCode is MIT licensed. Bundled data and documentation are CC BY 4.0; attribute Renology and link to the canonical Cost Index.\n",
  "bytes": 2308,
  "sha": "41c72d9d97c68330134a30f991aafac81317d9c516734da41de917e5c1753d61",
  "repo_slug": "asafichaki/renology-cost-data-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_asafichaki_renology_cost_data_16fb0be5/readme"
}