F
french-rental-compliance
/calculate_tenant_notice_period
Tenant notice period (préavis) calculator — French residential lease
Tenant's notice period to end a French lease (préavis). · Délai de préavis du locataire pour résilier un bail. — Computes the tenant's notice period for termina
liveunknown~5s typical
mcpfrench-rental-compliance
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adminlanding-french-rental-compliance /calculate_tenant_notice_period for me.
Input
| Field | Type | Description |
|---|---|---|
| lease_type* | string (vide | meuble) | 'vide' = unfurnished, 'meuble' = furnished |
| insee_code | string | INSEE commune code (5 chars, e.g. 75056 for Paris, 2A004 for Ajaccio). Preferred when know |
| commune | string | Commune name, e.g. 'Lyon'. Used when insee_code is not provided. |
| code_postal | string | 5-digit postal code — disambiguates homonym communes. |
| zone_tendue | boolean | Explicit zone-tendue (first list) flag if already known — otherwise resolved from insee_co |
| ground_id | string (premier_emploi | mutation | perte_emploi | nouvel_emploi | sante | rsa_aah) | Statutory ground for the reduced 1-month notice on an unfurnished lease (art. 15 I). |
| reception_date | string | ISO date the LANDLORD RECEIVES the notice (LRAR reception, remise en main propre, or acte |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adminlanding-french-rental-compliance","endpoint":"/calculate_tenant_notice_period","input":{"lease_type":"vide"}}'cli
npx cracked-ai run -p mcp-com-adminlanding-french-rental-compliance -e /calculate_tenant_notice_period -i '{"lease_type":"vide"}'mcp
run_tool({ provider: "mcp-com-adminlanding-french-rental-compliance", endpoint: "/calculate_tenant_notice_period", input: {"lease_type":"vide"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.