Elron Club Public Rentals
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

FieldTypeDescription
localestring (de | en) default "de"
querystringFree text across rental, property, city, and region names.
citystringCity name; matching is case- and accent-insensitive.
regionstringRegion name; common English, German, and unaccented forms are accepted.
availableFromstringLatest acceptable move-in date in ISO YYYY-MM-DD; later or unverified upcoming availabilit
availabilityStatusstring (AVAILABLE_OR_UPCOMING | AVAILABLE | UPCOMING | UNAVAILABLE | ANY)Availability scope. The default excludes unavailable inventory. default "AVAILABLE_OR_UPCOMING"
minimumRoomsnumberMinimum room count.
minimumOccupancyintegerMinimum supported resident count.
maximumMonthlyRentnumberMaximum monthly rent in CHF for the selected duration.
durationMonthsstringMinimum rental duration used for price filtering.
limitintegerMaximum 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.