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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to calculate French individual income tax and retrieve current tax brackets using official government data. Supports household composition calculations and provides up-to-date tax information for French residents.Last updated1114
- Flicense-qualityDmaintenanceFrench real estate data platform for AI agents. Identifies property owners likely to sell and tracks behavioral signals on active listings. Coverage: metropolitan France.Last updated
- AlicenseAqualityCmaintenanceHelps citizens and businesses navigate French bureaucracy with AI, covering taxes, social charges, benefits, invoices, administrative letters, collective agreements, and retirement.Last updated2217MIT
- FlicenseAqualityBmaintenanceProvides AI agents with real-time access to French real estate transaction data, price per square meter, and property estimates using official open DVF data, with no API key required.Last updated4
Related MCP Connectors
French rental tools: create & e-sign a lease, rent control, IRL, deposit, receipts (France).
Accounting MCP for French LMNP furnished rentals: income, expenses, depreciation, tax return & FEC
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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