synergieloc — French Real-Estate Legal Calculations
Exact French real-estate legal calculations for AI agents: IRL rent revision, service-charge reconciliation, compliant rent receipts — legal basis included in every answer.
README
synergieloc — French Real-Estate MCP Server
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.
- Endpoint:
https://synergieloc.fr/mcp(JSON-RPC 2.0, Streamable HTTP) - Auth:
Authorization: Bearer slk_live_...— required fortools/callonly;initializeandtools/listare open - Official registry:
fr.synergieloc/immobilier(v1.0.0, active) - Get a key (free tier, 100 units/month): https://synergieloc.fr/api-ia
Tools
| 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).
Try it (no key needed)
curl -X POST https://synergieloc.fr/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Use with Claude Desktop (via mcp-remote bridge)
{
"mcpServers": {
"synergieloc-immobilier": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://synergieloc.fr/mcp",
"--header", "Authorization: Bearer YOUR_API_KEY"]
}
}
}
Docker (stdio bridge to the hosted server)
docker build -t synergieloc-mcp .
docker run -i -e API_KEY=slk_live_... synergieloc-mcp
Without API_KEY, introspection (initialize, tools/list) still works.
REST equivalent
OpenAPI: https://synergieloc.fr/api/v1/openapi.json - Machine docs: https://synergieloc.fr/llms-full.txt
Pricing
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
contact@synergieloc.fr - partnership / rev-share inquiries welcome.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.