Productivity
faireplace.com
A set of tools for French residential rental management, including rent control checks, lease drafting, deposit calculations, and rental yield simulations.
ENDPOINT 1
https://mcp.faireplace.com/mcp
MCP server metadata
- Name
- faireplace-public-tools
- Version
- 0.3.0
Known tools 21
check_rent_controlCheck whether a proposed rent complies with French rent control for an address (returns reference rent, upper ceiling and verdict).
Inferred read-onlysimulate_irlCompute the revised rent after annual indexation from two IRL index values (French rent revision, art.
Inferred read-onlycalculate_deposit_restitutionCompute the security deposit legal cap, restitution deadline, allowed retentions and any late penalty (art.
Inferred read-onlycreate_lease_draftCreate a French residential lease draft (bail / contrat de location) from the provided info, and return a link to finalize, adjust and E-SIGN it (advanced eIDAS signature, legally binding) on FairePlace.
Potential side effectssimulate_rental_yieldCompute gross/net rental yield of a rental investment, per-regime taxation (micro-foncier, reel, LMNP.
Inferred read-onlycheck_address_risksGeocode an address and return an indicative summary of the commune's natural and technological risks (Georisques) + a link to the official ERRIAL tool.
Inferred read-onlysimulate_irl_by_quartersLike simulate_irl, but the server resolves the official INSEE IRL values itself: give only the rent, the two quarters and the region.
Inferred read-onlyget_reference_rentReturn the reference rent (EUR/m2), its upper/lower bounds and data freshness for a rent-controlled quarter, by room count, construction period and furnishing.
Inferred read-onlygenerate_etat_des_lieuxGenerate a semi-filled, print-and-complete inventory report (decret 2016-382).
Inferred read-onlygenerate_notice_informationGenerate the lease's mandatory information notice (loi ALUR).
Inferred read-onlygenerate_reparations_locativesGenerate the list of repairs chargeable to the tenant (decret 87-712).
Inferred read-onlygenerate_charges_recuperablesGenerate the list of recoverable charges (decret 87-713).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.faireplace-public-tools]
url = "https://mcp.faireplace.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faireplace-public-tools": {
"type": "http",
"url": "https://mcp.faireplace.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faireplace-public-tools
Remote MCP URL: https://mcp.faireplace.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"faireplace-public-tools": {
"url": "https://mcp.faireplace.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faireplace-public-tools": {
"type": "http",
"url": "https://mcp.faireplace.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faireplace-public-tools",
"transport": "streamable-http",
"url": "https://mcp.faireplace.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for faireplace.com was fetched 2026-08-03T20:52:07.506Z and is being refreshed.
faireplace.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.