I
immoswipe-ai
/join_tenant_pool
join tenant pool
Register a Swiss tenant in the Immoswipe Mieter-Pool so property managers see their search profile and contact them about matching units. WRITE operation with p
liveverifiedunknown~5s typical
mcpprobedimmoswipe-ai
$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-ch-immoswipe-immoswipe-ai /join_tenant_pool for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | First name |
| last_name | string | Optional last name (derived from name if omitted) |
| email* | string | Email for match notifications |
| phone | string | Optional phone number |
| location* | string | Desired place/region |
| rooms* | string (rooms_1_5 | rooms_2_5 | rooms_3_5 | rooms_4_5 | rooms_5_5_plus) | |
| budget* | string (budget_under_1000 | budget_1000_1500 | budget_1500_2000 | budget_2000_2500 | budget_2500_3000 | budget_3000_3500) | |
| household | string (single | shared_flat | couple_no_kids | couple_with_kids | family_with_kids) | |
| timeframe | string (asap | within_3_months | within_6_months | within_12_months | browsing) | |
| income | string (income_under_60k | income_60k_80k | income_80k_100k | income_100k_130k | income_130k_180k | income_over_180k) | |
| workplace_address | string | |
| search_radius_km | number | Optional search radius around the location in km, e.g. 15 |
| location_type | string (city | district | canton) | |
| preferences | object | Optional amenity wishes from the conversation. Lowercase English feature keys: "balcony", |
| score | number | Optional tenant score from check_rental_chances |
| consent* | boolean | Must be true. Only set after the user explicitly agreed to join the Mieter-Pool, having be |
| locale | string (en | de) | Language of the confirmation and verification emails |
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-ch-immoswipe-immoswipe-ai","endpoint":"/join_tenant_pool","input":{"name":"...","email":"...","location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","consent":true}}'cli
npx cracked-ai run -p mcp-ch-immoswipe-immoswipe-ai -e /join_tenant_pool -i '{"name":"...","email":"...","location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","consent":true}'mcp
run_tool({ provider: "mcp-ch-immoswipe-immoswipe-ai", endpoint: "/join_tenant_pool", input: {"name":"...","email":"...","location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","consent":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.