← faireplace.com

INDIVIDUAL MCP TOOL

generate_conge

Generate a notice-to-quit letter (landlord or tenant).

faireplace.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

faireplace.com

CONNECT 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.

Related tools

  • check_rent_control — Check whether a proposed rent complies with French rent control for an address (returns reference rent, upper ceiling and verdict).
  • simulate_irl — Compute the revised rent after annual indexation from two IRL index values (French rent revision, art.
  • calculate_deposit_restitution — Compute the security deposit legal cap, restitution deadline, allowed retentions and any late penalty (art.
  • create_lease_draft — Create 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.
  • simulate_rental_yield — Compute gross/net rental yield of a rental investment, per-regime taxation (micro-foncier, reel, LMNP.
  • check_address_risks — Geocode an address and return an indicative summary of the commune's natural and technological risks (Georisques) + a link to the official ERRIAL tool.
  • simulate_irl_by_quarters — Like simulate_irl, but the server resolves the official INSEE IRL values itself: give only the rent, the two quarters and the region.
  • get_reference_rent — Return the reference rent (EUR/m2), its upper/lower bounds and data freshness for a rent-controlled quarter, by room count, construction period and furnishing.