← elron.club

INDIVIDUAL MCP TOOL

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.

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 applications.upload_document 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 contains a write-action term.
  • A tool name or description suggests sending messages.

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.