immoswipe-ai
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

FieldTypeDescription
name*stringFirst name
last_namestringOptional last name (derived from name if omitted)
email*stringEmail for match notifications
phonestringOptional phone number
location*stringDesired 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)
householdstring (single | shared_flat | couple_no_kids | couple_with_kids | family_with_kids)
timeframestring (asap | within_3_months | within_6_months | within_12_months | browsing)
incomestring (income_under_60k | income_60k_80k | income_80k_100k | income_100k_130k | income_130k_180k | income_over_180k)
workplace_addressstring
search_radius_kmnumberOptional search radius around the location in km, e.g. 15
location_typestring (city | district | canton)
preferencesobjectOptional amenity wishes from the conversation. Lowercase English feature keys: "balcony",
scorenumberOptional tenant score from check_rental_chances
consent*booleanMust be true. Only set after the user explicitly agreed to join the Mieter-Pool, having be
localestring (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.