Elron Club Public Rentals
club.elron/public-rentalsSearch Elron Club furnished apartments, availability, prices, details, and rental applications.
Tools · 23
Activate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them. An explicit customer request may reverse a previous opt-out without a confirmation e…
Use an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.
Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent. Defaults to 10 available or upcoming rentals; call rent…
Return localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.
Check the current published availability state and earliest date for one rental. This does not create a hold or reservation.
Return current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms. Pricing is informational until a quote or hold is issued.
Create or reuse a duplicate-safe applicant workspace for one published rental. Requires explicit current privacy consent and an idempotency key. Email verification is sent to the applicant; the tool n…
Read the privacy-minimized status and next actions for one scoped application session token.
Update bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.
Create a 15-minute, exact-size and exact-content-type signed upload form for one email-verified application at its exact current version.
Verify the uploaded object, content signature, session ownership, expiry, and exact application version before creating the protected document record.
Upload one bounded PDF, JPEG, or PNG identity or company-registry document to an email-verified application using its exact version and a durable idempotency key.
Submit one complete email-verified application for review using its exact version, explicit current credit-check and truth-confirmation consent, and a durable idempotency key.
Read customer-safe viewing proposals and confirmed viewing state for one email-verified application session.
Propose one to five bounded future viewing slots from an email-verified application at its exact version using a durable idempotency key.
Accept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key. Acceptance may send the existing viewing confirmation communi…
Snapshot customer-safe approved request terms into a 24-hour quote. The application must be submitted, internally approved, due-diligence positive, and solvency passed. This does not hold inventory.
Read one privacy-minimized quote and its live expiry/availability-hold state using the application session that owns it.
With explicit customer confirmation, accept one exact active quote and atomically claim a 30-minute request-owned availability hold. This does not create or sign a contract and does not authorize paym…
Read privacy-minimized hold, contract, signature, payment, reservation, or confirmation state for one application session.
Return a secure signing URL only when the active signer invitation email matches the email-verified application session. Human verification, review, and signature remain in the signing flow.
Return due and received payment truth for the scoped application. An approved human-action URL is returned only from an exact, unexpired provider session; no authorization URL is fabricated.
Return a privacy-minimized booking confirmation only after the request has converted into the authoritative Stay workflow.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"elron_club_public_rentals": {
"url": "https://elron.club/api/agent/public/mcp",
"transport": "streamable-http"
}
}
}