INDIVIDUAL MCP TOOL
viewings.respond_to_proposal
Accept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key.
LIVE ENDPOINT
https://elron.club/api/agent/public/mcp
Connect to this endpoint to inspect the live schema for viewings.respond_to_proposal and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.