I
immoswipe-ai
/check_rental_chances
check rental chances
Wohnungs-Chancen-Check for Swiss tenants: rates chances on the rental market (tenant score 0–100) from a search profile using real BFS vacancy, rent and ZKB mar
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 /check_rental_chances for me.
Input
| Field | Type | Description |
|---|---|---|
| location* | string | Desired place/region, e.g. "Zürich". Free text, geocoded server-side. |
| rooms* | string (rooms_1_5 | rooms_2_5 | rooms_3_5 | rooms_4_5 | rooms_5_5_plus) | rooms_1_5=1.5 … rooms_5_5_plus=5.5+ |
| budget* | string (budget_under_1000 | budget_1000_1500 | budget_1500_2000 | budget_2000_2500 | budget_2500_3000 | budget_3000_3500) | Monthly budget in CHF (budget_over_4000 = 4000–5000, budget_over_5000 = >5000) |
| household* | string (single | shared_flat | couple_no_kids | couple_with_kids | family_with_kids) | Household type |
| timeframe* | string (asap | within_3_months | within_6_months | within_12_months | browsing) | When they are searching |
| income | string (income_under_60k | income_60k_80k | income_80k_100k | income_100k_130k | income_130k_180k | income_over_180k) | Optional gross annual income (improves tax estimate) |
| workplace_address | string | Optional workplace address for a commute estimate |
| search_radius_km | number | Optional search radius around the location in km, e.g. 15 |
| location_type | string (city | district | canton) | Optional kind of place |
| locale | string (en | de) |
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":"/check_rental_chances","input":{"location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","household":"single","timeframe":"asap"}}'cli
npx cracked-ai run -p mcp-ch-immoswipe-immoswipe-ai -e /check_rental_chances -i '{"location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","household":"single","timeframe":"asap"}'mcp
run_tool({ provider: "mcp-ch-immoswipe-immoswipe-ai", endpoint: "/check_rental_chances", input: {"location":"...","rooms":"rooms_1_5","budget":"budget_under_1000","household":"single","timeframe":"asap"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.