IRL rent reviews, service-charge reconciliation, compliant rent receipts: exact regulatory calculations (Law 89-462, Decree 87-713), served by the API of the synergieloc property-management software. And for buildings: plans, DXF, IFC and 4K tours from a JSON scene, checked against the building code of the country you declare. Plug in your AI agent, pay as you go.
GET /api/v1/usage tells you today what you would have
paid. Machine-readable: GET /api/v1/tarifs ·
full price list: /tarifs (in French).
One key, complete answers ready to show to the end user.
New rent capped at the change in the IRL index, formula breakdown, legal warnings (limitation period, rent control).
1 unit / callTenant share by ownership shares (tantièmes) and pro rata temporis, itemised statement, balance (refund or top-up), Decree 87-713.
2 units / callReceipt compliant with Article 21 of the 1989 Act, PDF ready to send (or HTML), statutory mentions included.
4 units / callThe calculation AND the notification letter to the tenant, ready to send, with the index details and statutory mentions.
4 units / callRent call / due notice PDF (window envelope), rent and charge lines, optional IBAN — the property-management cycle for agents.
4 units / callGraduated reminders, levels 1–5 (amicable → pre-litigation), Art. 24 of Law 89-462, arrears detail — PDF ready to send.
4 units / callAccounts rendered to the landlord: income, expenses, fees, balance — window-envelope layout.
4 units / callMicro-foncier vs. actual-expenses regime (form 2044), indicative only, within the limits of the documents provided — for more, consult a professional.
4 units / callMove-in or move-out checklist, final settlement and security deposit — PDF ready for the tenant file.
4 units / callMove-in or move-out inventory (état des lieux, Decree 2016-382): rooms, meters, keys, observations — PDF to be signed.
4 units / callWork order / repair request: urgency, address, contractor, estimated cost — PDF for a tradesperson or a tenant.
4 units / callFactur-X e-invoice (PDF/A-3 + EN 16931 XML) ready for French e-invoicing — net and VAT lines, seller and buyer.
4 units / callHoguet Act mandate ready to sign — fees, scope, term
(MCP mandat_gerance).
Application file as PDF/HTML — documents, income, guarantor
(MCP candidature_locataire).
Draft listing (text + HTML) for a unit to let — published by the operator only (no automatic posting).
1 unit / callYour agent describes walls, volumes and plan in JSON — it gets back a DXF file that opens in AutoCAD. Autonomous plan drafting by AI.
2 units / callSame JSON scene → wall lengths and areas, volumes, footprint. Feeds a quote straight from the AI's drawing.
2 units / callTop view as SVG or PNG — the AI agent checks its plan visually before handing it to the client.
2 units / callTop view, elevations, shaded axonometric view, technical plan and take-offs — a presentable sheet from the same JSON scene.
2 units / callDetached house (Cerfa 13406): floor area, footprint, site plan, section, written notice and elevations drawn from the scene; the documents still to supply are listed, never invented.
2 units / call“3 bedrooms, open kitchen, 90 m²” → a complete single-storey house to French dimensions, checked with zero alerts — plus a second layout as a variant.
2 units / callEnvelope, mean U-value, ventilation, glazing per orientation and design levers before the French regulatory study — thresholds recalled, never a made-up Bbio.
2 units / callHeating need, hot water, embodied carbon and overheating risk — from your own climate data and emission factors, never from invented ones.
2 units / callFootprint, heights, the setback of every boundary, the French H/2 rule, roof pitches, parking, open ground — checked against YOUR zone's rules, never against a guessed one.
2 units / callHours of direct sun per window, the building's shadow on the plot at the solstices and the equinox, screens and neighbours included — enough to place a house on its land.
2 units / callStructure, roofing, windows, electrics, plumbing, heating…: every item measured on the scene, priced with your own unit prices — never with made-up ones.
2 units / callDeclare juridiction in the scene — fr, eu, us, cn, uk, de — and the checker
applies that country's code: ceiling heights room by room, stairs, doors, bathroom zones,
smoke alarms, egress windows. Every threshold cites its text.
Graphical interface (no API): 3D CAD guide for tradespeople & landscapers.
Software manual + API — three entry points that cover everything (in French).
Documents (due notices, receipts, reminders, management reports), service-charge reconciliation (single-owner buildings, Decree 87-713), IRL rent review, letting (mandate, applications, available units, extranets, rent-guarantee and landlord insurance), clients & portfolio, banking (statements, reconciliation, flows, journal entries, SEPA), invoice workflow & supplier invoices, tax & Factur-X, inventories, work orders, move-in/move-out — also available through the API above.
Co-ownership: calls for funds, general meetings, provisional budget, transfers, état daté, RGDD & owners' account reconciliation, association accounting, flows, invoice workflow & supplier invoices, work orders, banking & SEPA, syndic compliance — ownership-share calculations also through the API.
AI-driven administration + regulatory checks. Compliance guide.
All guides: synergieloc.fr/guides (in French) · 3D CAD guide in English: /guides/cao-3d-en.
Your agents (Claude, MCP-compatible assistants) use these tools natively.
# MCP endpoint (Streamable HTTP, JSON-RPC 2.0) https://synergieloc.fr/mcp # Visual sandbox (integration tests without an MCP client): https://synergieloc.fr/mcp/sandbox # Quota / minutes: GET /api/v1/usage # Auth: Authorization: Bearer slk_live_your_key # Tools: bonnes_pratiques · pack_partenaire · obtenir_cle_api · cao_* · quittance_loyer · avenant_revision_irl · avis_echeance · relance_impaye · crg_proprietaire · fiscal_synthese · mouvement_locataire · edl_etat_des_lieux · bon_intervention · facture_facturx · fiche_mission · devis_travaux · liste_materiaux · confirmation_rdv · note_frais · journal_kilometrique · compte_rendu_chantier · relance_facture_client · conformite_artisan · irl_revision_loyer · regularisation_charges · guides_liste · guide_lire · envoyer_retour # tools/list is open — try it without a key: curl -X POST https://synergieloc.fr/mcp -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
A key in the X-API-Key header, JSON in, a complete answer out.
# IRL rent review — INSEE indices supplied by your agent curl -X POST https://synergieloc.fr/api/v1/irl/revision \ -H "X-API-Key: slk_live_your_key" -H "Content-Type: application/json" \ -d '{"loyer_actuel": 850, "irl_reference": 142.06, "irl_nouveau": 145.47}' # → {"nouveau_loyer": 870.40, "variation_irl_pct": 2.4004, # "base_legale": "Art. 17-1 loi n°89-462…", "avertissements": [...]} # Building checked against the US code (IRC, NEC) — free, no key curl -X POST https://synergieloc.fr/api/v1/cao/verifier \ -H "Content-Type: application/json" -d @scene.json # scene.json: {"juridiction": "us", "murs": [...]}
One unit = one simple calculation. No commitment; the monthly quota resets every month.
obtenir_cle_apiNo e-mail required — or write to contact@synergieloc.fr for the Agent / Platform / Partner tiers.