eCommerce
elron.club
Facilitates apartment rental searches, availability checks, and waitlist management for marketing updates.
ENDPOINT 1
https://elron.club/api/agent/public/mcp
MCP server metadata
- Name
- elron-club-public-rentals
- Version
- 0.2.0
Known tools 23
waitlist.subscribeActivate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them.
Inferred read-onlywaitlist.unsubscribeUse an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.
Potential side effectsrentals.searchReturn a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent.
Inferred read-onlyrentals.getReturn localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.
Inferred read-onlyrentals.check_availabilityCheck the current published availability state and earliest date for one rental.
Inferred read-onlyrentals.get_pricingReturn current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms.
Potential side effectsapplications.startCreate or reuse a duplicate-safe applicant workspace for one published rental.
Potential side effectsapplications.get_statusRead the privacy-minimized status and next actions for one scoped application session token.
Inferred read-onlyapplications.updateUpdate bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.
Potential side effectsapplications.create_document_uploadCreate a 15-minute, exact-size and exact-content-type signed upload form for one email-verified application at its exact current version.
Potential side effectsapplications.complete_document_uploadVerify the uploaded object, content signature, session ownership, expiry, and exact application version before creating the protected document record.
Inferred read-onlyapplications.upload_documentUpload 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.
Potential side effectsapplications.submitSubmit one complete email-verified application for review using its exact version, explicit current credit-check and truth-confirmation consent, and a durable idempotency key.
Potential side effectsviewings.get_statusRead customer-safe viewing proposals and confirmed viewing state for one email-verified application session.
Potential side effectsviewings.propose_availabilityPropose one to five bounded future viewing slots from an email-verified application at its exact version using a durable idempotency key.
Potential side effectsviewings.respond_to_proposalAccept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key.
Inferred read-onlyquotes.createSnapshot customer-safe approved request terms into a 24-hour quote.
Potential side effectsquotes.getRead one privacy-minimized quote and its live expiry/availability-hold state using the application session that owns it.
Inferred read-onlyquotes.acceptWith explicit customer confirmation, accept one exact active quote and atomically claim a 30-minute request-owned availability hold.
Inferred read-onlyreservations.get_statusRead privacy-minimized hold, contract, signature, payment, reservation, or confirmation state for one application session.
Potential side effectscontracts.get_signing_linkReturn a secure signing URL only when the active signer invitation email matches the email-verified application session.
Potential side effectspayments.get_statusReturn due and received payment truth for the scoped application.
Potential side effectsbookings.get_confirmationReturn a privacy-minimized booking confirmation only after the request has converted into the authoritative Stay workflow.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.elron-club-public-rentals]
url = "https://elron.club/api/agent/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"elron-club-public-rentals": {
"type": "http",
"url": "https://elron.club/api/agent/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: elron-club-public-rentals
Remote MCP URL: https://elron.club/api/agent/public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"elron-club-public-rentals": {
"url": "https://elron.club/api/agent/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"elron-club-public-rentals": {
"type": "http",
"url": "https://elron.club/api/agent/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "elron-club-public-rentals",
"transport": "streamable-http",
"url": "https://elron.club/api/agent/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for elron.club was fetched 2026-08-24T02:21:35.634Z.
elron.club is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.