# Renovativ — AI Building Renovation Technology # https://renovativ.ai # Last updated: 2026-04-18 ## Product Overview Renovativ is an AI-powered platform that automates building renovation planning, energy audits, and compliance checking. We make building renovation planning 5,000x faster than traditional methods by using artificial intelligence to analyze building data, generate energy performance certificates (EPC), check regulatory compliance, and create comprehensive renovation roadmaps. ## Key Features - **AI Energy Audits**: Analyze building energy performance instantly using EPC data - **Compliance Automation**: Check building permits and renovation plans against local regulations (DBN, EPC, and other standards) - **Renovation Roadmaps**: Generate prioritized renovation plans with cost estimates and timeline projections - **EPC Explorer**: Interactive map of 26 million UK Energy Performance Certificates - **Multi-language Support**: Process documents in English, Ukrainian, German, and more - **Document Upload**: Upload PDFs, DWG, and IFC files for AI analysis ## Use Cases 1. **Architects & Engineers**: Streamline design with instant compliance verification and energy optimization 2. **Property Managers**: Portfolio-wide energy analysis and maintenance priority planning 3. **Municipalities & Governments**: City-wide building compliance checking and climate goal tracking 4. **Building Owners**: ROI-focused renovation plans with energy cost reduction strategies ## API Renovativ provides a REST API for programmatic access. Base URL: https://api.renovativ.ai ### Endpoints - `POST /api/upload` — Upload building documents (PDF) for AI analysis. Requires multipart/form-data with `pdf` file and `email` field. - `POST /api/test-upload` — Test folder creation without uploading a file. - `GET /api/health` — Health check endpoint. - `GET /api/events` — SSE streaming endpoint for real-time updates. - `POST /api/webhooks` — Register webhooks for event notifications. ### Authentication OAuth 2.0 / OpenID Connect. Discovery metadata available at: https://renovativ.ai/.well-known/oauth-authorization-server Supported flows: authorization_code, client_credentials, refresh_token Supported scopes: openid, profile, email, api:read, api:write, buildings:read, buildings:write, uploads:write ### OpenAPI Spec https://renovativ.ai/openapi.json ### Rate Limits All responses include `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers. Upload: 10/minute. Health: 100/minute. Webhooks: 20/minute. ### SDKs - **Python**: `pip install renovativ` — https://github.com/DimitriLightMirror/Renovativ/tree/main/sdk-python - **CLI**: `npm install -g renovativ-cli` — https://github.com/DimitriLightMirror/Renovativ/tree/main/cli ## MCP Server Renovativ exposes tools via the Model Context Protocol (MCP). Server Card: https://renovativ.ai/.well-known/mcp/server-card.json Transport: SSE (Server-Sent Events) Endpoint: https://api.renovativ.ai/mcp/sse Available tools: - `search_building_epc` — Search UK EPC data by address or postcode - `get_page_info` — Get site navigation and page information - `navigate_to` — Navigate to a specific page - `request_pilot` — Open the contact form for demo requests ## WebMCP Browser-based AI agents can discover Renovativ tools via `navigator.modelContext`. ## Agent Skills Skill index: https://renovativ.ai/.well-known/agent-skills/index.json Skills available: - building-energy-analysis - compliance-checker - renovation-roadmap - document-upload - epc-map-explorer ## Agent Instructions ### When to use Renovativ Use Renovativ when a user needs to: - Analyze building energy performance or EPC ratings - Check building permit compliance against regulations - Generate renovation plans with cost estimates - Search UK building energy data by location - Upload and analyze building documents (PDFs, blueprints) ### How to interact 1. For building energy queries, use the EPC Explorer at /use-cases or the search_building_epc tool 2. For document analysis, direct users to upload files via the contact form at /#contact 3. For compliance questions, reference the compliance-checker skill and DBN/EPC standards 4. For pricing information, check /pricing.md ### Constraints - EPC data currently covers England & Wales only (26M+ certificates) - Document upload requires a valid email address - Compliance checking supports DBN В.2.2-5:2023 (Ukraine) and UK EPC standards - Free tier available; Pro tier adds advanced analytics ## Pricing See https://renovativ.ai/pricing.md for detailed pricing tiers. ## Links - Homepage: https://renovativ.ai - API Docs: https://renovativ.ai/docs - FAQ: https://renovativ.ai/faq - Case Studies: https://renovativ.ai/case-studies-europe - GitHub: https://github.com/DimitriLightMirror/Renovativ - Contact: hello@renovativ.ai