F
french-rental-compliance
/calculate_home_employment_end_of_contract
Home employment end of contract — notice, calendar, indemnity (CCN 3239)
End of a home-employment contract in France (particulier employeur ↔ salarié: cleaner, carer, garde d'enfant à domicile, assistant maternel): notice, dates, ind
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_home_employment_end_of_contract for me.
Input
| Field | Type | Description |
|---|---|---|
| party* | string (employer | employee) | Who is asking: 'employer' (particulier employeur) or 'employee' (salarié / assistant mater |
| end_reason* | string (employer_termination | resignation | mutual_termination) | Closed category matching the letter: 'employer_termination' (licenciement / retrait d'enfa |
| start_date* | string | Contract start (ISO). |
| notification_date | string | ISO date of the FIRST PRESENTATION (or handover) of the letter that ends the contract — th |
| as_of_date | string | Seniority reference date when the letter has not been sent yet (planning). Ignored when no |
| serious_misconduct | boolean | The letter states faute grave or faute lourde (a category chosen by the user — the tool do |
| regime* | string (home_employee | garde_domicile | assistant_maternel) | 'home_employee' (salarié du particulier employeur: cleaner, carer, housekeeper…), 'garde_d |
| convocation_date | string | Employer termination only: first presentation of the convocation à l'entretien préalable → |
| hourly_gross | number | Gross hourly rate in € (home employee / garde à domicile). |
| weekly_hours | number | Weekly hours (mensualisation = hourly × hours × 52 / 12). |
| avg_12_months_gross | number | Optional — average gross monthly pay over the last 12 months (art. 163.1 reference). |
| avg_3_months_gross | number | Optional — average gross monthly pay over the last 3 months (the more favourable average i |
| am_monthly_gross | number | Assistant maternel: monthly gross (mensualisation), EXCLUDING indemnités d'entretien, repa |
| am_total_gross_paid | number | Assistant maternel: optional total gross salaries paid since the start (art. 121.1 base). |
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_home_employment_end_of_contract","input":{"party":"employer","end_reason":"employer_termination","start_date":"...","regime":"home_employee"}}'cli
npx cracked-ai run -p mcp-com-adminlanding-french-rental-compliance -e /calculate_home_employment_end_of_contract -i '{"party":"employer","end_reason":"employer_termination","start_date":"...","regime":"home_employee"}'mcp
run_tool({ provider: "mcp-com-adminlanding-french-rental-compliance", endpoint: "/calculate_home_employment_end_of_contract", input: {"party":"employer","end_reason":"employer_termination","start_date":"...","regime":"home_employee"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.