Are you the author? Sign in to claim
Exact French real-estate legal calculations for AI agents (remote MCP server): IRL rent revision, service charges, compl
Give your AI agent exact French real-estate legal answers instead of hallucinations.
Remote MCP server (Streamable HTTP) exposing regulatory-grade calculations from synergieloc.fr, a French property-management platform.
https://synergieloc.fr/mcp (JSON-RPC 2.0, Streamable HTTP)Authorization: Bearer slk_live_... — required for tools/call only; initialize and tools/list are openfr.synergieloc/immobilier (v1.0.0, active)| Tool | What it does | Legal basis |
|---|---|---|
irl_revision_loyer | Annual rent revision capped by the INSEE IRL index: new rent, formula, legal warnings | Art. 17-1, law 89-462 |
regularisation_charges | Service-charge reconciliation: tenant share by tantiemes + pro-rata temporis, per-charge breakdown, signed balance | Decree 87-713 |
quittance_loyer | Compliant rent receipt with mandatory legal wording (PDF via REST) | Art. 21, law 89-462 |
avenant_revision_irl | Ready-to-send rent-revision notification letter with full calculation | Art. 17-1, law 89-462 |
Every answer includes the legal basis and warnings. All tools are stateless: input data is used for the calculation and never stored (GDPR-friendly).
curl -X POST https://synergieloc.fr/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
{
"mcpServers": {
"synergieloc-immobilier": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://synergieloc.fr/mcp",
"--header", "Authorization: Bearer YOUR_API_KEY"]
}
}
}
docker build -t synergieloc-mcp .
docker run -i -e API_KEY=slk_live_... synergieloc-mcp
Without API_KEY, introspection (initialize, tools/list) still works.
OpenAPI: https://synergieloc.fr/api/v1/openapi.json - Machine docs: https://synergieloc.fr/llms-full.txt
Free 100 units/month - Agent EUR 49/month (2,000 units) - Plateforme EUR 249/month (15,000 units) - overage billed automatically. Units: calculation = 1, reconciliation = 2, document = 4.
contact@synergieloc.fr - partnership / rev-share inquiries welcome.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows