synergieloc — French Real-Estate Legal Calculations
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 openOfficial 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 |
| Annual rent revision capped by the INSEE IRL index: new rent, formula, legal warnings | Art. 17-1, law 89-462 |
| Service-charge reconciliation: tenant share by tantiemes + pro-rata temporis, per-charge breakdown, signed balance | Decree 87-713 |
| Compliant rent receipt with mandatory legal wording (PDF via REST) | Art. 21, law 89-462 |
| 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).
Related MCP server: Sherlock Homes
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-mcpWithout 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.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/assoujojo82-coder/synergieloc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server