I
immoswipe-ai
/search_listings
search listings
Search Swiss apartments and houses for rent or sale. Supports city filtering (Zürich, Bern, Basel, Geneva), price (CHF), rooms, and square meters. EXAMPLES: "ap
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 /search_listings for me.
Input
| Field | Type | Description |
|---|---|---|
| address_city | string | Swiss city name. Examples: "Zürich", "Bern", "Basel", "Geneva", "Lausanne". Supports parti |
| price_type | string (rent | sell | serviced) | Transaction type: rent=rentals, sell=purchase, serviced=short-term |
| property_category | string | Category slug or array of slugs: "apartment", "house", "adjoining-rooms", "parking-lot", " |
| property_type | string | Property type or array of types: "apartment", "house", "studio", "commercial". Empty for a |
| availability_type | string | "long_term" for permanent rentals, "short_term" for vacation rentals. Empty for all. |
| amenities | array | Desired amenities, e.g. "parking", "balcony", "elevator", "dishwasher" |
| min_rent_monthly_price | number | Minimum monthly rent for rental properties in CHF |
| max_rent_monthly_price | number | Maximum monthly rent for rental properties in CHF |
| locale | string (en | de) | Language: en=English, de=German |
| max_monthly_price | number | Maximum monthly rent in CHF |
| min_monthly_price | number | Minimum monthly rent in CHF |
| max_sales_price | number | Maximum purchase price in CHF |
| min_sales_price | number | Minimum purchase price in CHF |
| min_number_of_rooms | number | Minimum number of rooms |
| min_square_meters | number | Minimum living area in m² |
| max_square_meters | number | Maximum living area in m² |
| per_page | number | Results per page (1-50, default 10) |
| page | number | Page number for pagination |
| bounds | object | Geographic bounding box: {north, south, east, west} |
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":"/search_listings","input":{}}'cli
npx cracked-ai run -p mcp-ch-immoswipe-immoswipe-ai -e /search_listings -i '{}'mcp
run_tool({ provider: "mcp-ch-immoswipe-immoswipe-ai", endpoint: "/search_listings", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.