EC
Elron Club Public Rentals
/rentals.search
Search published Elron Club rentals
Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent. Defaults to 10
liveunknown~5s typical
mcpelronclubpublic
$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 /rentals.search for me.
Input
| Field | Type | Description |
|---|---|---|
| locale | string (de | en) | default "de" |
| query | string | Free text across rental, property, city, and region names. |
| city | string | City name; matching is case- and accent-insensitive. |
| region | string | Region name; common English, German, and unaccented forms are accepted. |
| availableFrom | string | Latest acceptable move-in date in ISO YYYY-MM-DD; later or unverified upcoming availabilit |
| availabilityStatus | string (AVAILABLE_OR_UPCOMING | AVAILABLE | UPCOMING | UNAVAILABLE | ANY) | Availability scope. The default excludes unavailable inventory. default "AVAILABLE_OR_UPCOMING" |
| minimumRooms | number | Minimum room count. |
| minimumOccupancy | integer | Minimum supported resident count. |
| maximumMonthlyRent | number | Maximum monthly rent in CHF for the selected duration. |
| durationMonths | string | Minimum rental duration used for price filtering. |
| limit | integer | Maximum shortlist size; inspect total and hasMore. default 10 |
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":"/rentals.search","input":{"locale":"de","availabilityStatus":"AVAILABLE_OR_UPCOMING","limit":10}}'cli
npx cracked-ai run -p mcp-club-elron-public-rentals -e /rentals.search -i '{"locale":"de","availabilityStatus":"AVAILABLE_OR_UPCOMING","limit":10}'mcp
run_tool({ provider: "mcp-club-elron-public-rentals", endpoint: "/rentals.search", input: {"locale":"de","availabilityStatus":"AVAILABLE_OR_UPCOMING","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.