← Registry

eCommerce

elron.club

Facilitates apartment rental searches, availability checks, and waitlist management for marketing updates.

1 endpoint23 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://elron.club/api/agent/public/mcp

No auth detected

MCP server metadata

Name
elron-club-public-rentals
Version
0.2.0
Capabilities
tools.listChanged

Known tools 23

waitlist.subscribe

Activate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them.

Inferred read-only
waitlist.unsubscribe

Use an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.

Potential side effects
rentals.search

Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent.

Inferred read-only
rentals.get

Return localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.

Inferred read-only
rentals.check_availability

Check the current published availability state and earliest date for one rental.

Inferred read-only
rentals.get_pricing

Return current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms.

Potential side effects
applications.start

Create or reuse a duplicate-safe applicant workspace for one published rental.

Potential side effects
applications.get_status

Read the privacy-minimized status and next actions for one scoped application session token.

Inferred read-only
applications.update

Update bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.

Potential side effects
applications.create_document_upload

Create a 15-minute, exact-size and exact-content-type signed upload form for one email-verified application at its exact current version.

Potential side effects
applications.complete_document_upload

Verify the uploaded object, content signature, session ownership, expiry, and exact application version before creating the protected document record.

Inferred read-only
applications.upload_document

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.

Potential side effects
applications.submit

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.

Potential side effects
viewings.get_status

Read customer-safe viewing proposals and confirmed viewing state for one email-verified application session.

Potential side effects
viewings.propose_availability

Propose one to five bounded future viewing slots from an email-verified application at its exact version using a durable idempotency key.

Potential side effects
viewings.respond_to_proposal

Accept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key.

Inferred read-only
quotes.create

Snapshot customer-safe approved request terms into a 24-hour quote.

Potential side effects
quotes.get

Read one privacy-minimized quote and its live expiry/availability-hold state using the application session that owns it.

Inferred read-only
quotes.accept

With explicit customer confirmation, accept one exact active quote and atomically claim a 30-minute request-owned availability hold.

Inferred read-only
reservations.get_status

Read privacy-minimized hold, contract, signature, payment, reservation, or confirmation state for one application session.

Potential side effects
contracts.get_signing_link

Return a secure signing URL only when the active signer invitation email matches the email-verified application session.

Potential side effects
payments.get_status

Return due and received payment truth for the scoped application.

Potential side effects
bookings.get_confirmation

Return a privacy-minimized booking confirmation only after the request has converted into the authoritative Stay workflow.

Inferred read-only

CONNECT 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.

Trust status Trusted

elron.club is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.