EC
Elron Club Public Rentals
/applications.start
Start an Elron Club inquiry or application
Create or reuse a duplicate-safe applicant workspace for one published rental. Requires explicit current privacy consent and an idempotency key. Email verificat
liveverifiedunknown~5s typical
mcpprobedelronclubpublic
$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-club-elron-public-rentals /applications.start for me.
Input
| Field | Type | Description |
|---|---|---|
| rentalId* | string | |
| locale | string (de | en) | default "de" |
| journey* | string (INQUIRY | APPLICATION) | |
| firstName* | string | |
| lastName* | string | |
| email* | string | |
| phone* | string | |
| desiredDurationMonths | string | |
| requestedParkingCount | string | |
| privacyConsentAccepted* | boolean | |
| privacyConsentVersion* | string | |
| idempotencyKey* | string |
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-club-elron-public-rentals","endpoint":"/applications.start","input":{"rentalId":"...","locale":"de","journey":"INQUIRY","firstName":"...","lastName":"...","email":"...","phone":"...","privacyConsentAccepted":true,"privacyConsentVersion":"...","idempotencyKey":"..."}}'cli
npx cracked-ai run -p mcp-club-elron-public-rentals -e /applications.start -i '{"rentalId":"...","locale":"de","journey":"INQUIRY","firstName":"...","lastName":"...","email":"...","phone":"...","privacyConsentAccepted":true,"privacyConsentVersion":"...","idempotencyKey":"..."}'mcp
run_tool({ provider: "mcp-club-elron-public-rentals", endpoint: "/applications.start", input: {"rentalId":"...","locale":"de","journey":"INQUIRY","firstName":"...","lastName":"...","email":"...","phone":"...","privacyConsentAccepted":true,"privacyConsentVersion":"...","idempotencyKey":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.