← elron.club

INDIVIDUAL MCP TOOL

reservations.get_status

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

elron.clubnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for reservations.get_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

elron.club

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.

Related tools

  • waitlist.subscribe — Activate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them.
  • waitlist.unsubscribe — Use an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.
  • rentals.search — Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent.
  • rentals.get — Return localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.
  • rentals.check_availability — Check the current published availability state and earliest date for one rental.
  • rentals.get_pricing — Return current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms.
  • applications.start — Create or reuse a duplicate-safe applicant workspace for one published rental.
  • applications.get_status — Read the privacy-minimized status and next actions for one scoped application session token.