Search Elron Club furnished apartments, availability, prices, details, and rental applications.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://elron.club/api/agent/public/mcp23 strumenti · 1335 mswaitlist.subscribeActivate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them. An explicit customer request may reverse a previous opt-out without a confirmation email; automated inquiry and staff flows cannot override customer opt-outs.Activate newsletter updates for one canonical Elron region immediately after the customer explicitly requests them. An explicit customer request may reverse a previous opt-out without a confirmation email; automated inquiry and staff flows cannot override customer opt-outs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| email* | string | — |
| locale | string | — |
| regionKey* | string | — |
| consent* | boolean | — |
waitlist.unsubscribeUse an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.Use an opaque unsubscribe token from an Elron marketing email to stop every waitlist marketing update.
| Parametro | Tipo | Descrizione |
|---|---|---|
| token* | string | — |
rentals.searchReturn a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent. Defaults to 10 available or upcoming rentals; call rentals.get for complete details.Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent. Defaults to 10 available or upcoming rentals; call rentals.get for complete details.
| Parametro | Tipo | Descrizione |
|---|---|---|
| locale | string | — |
| query | string | Free text across rental, property, city, and region names. |
| city | string | City name; matching is case- and accent-insensitive. |
| region | string | Region name; common English, German, and unaccented forms are accepted. |
| availableFrom | string | Latest acceptable move-in date in ISO YYYY-MM-DD; later or unverified upcoming availability is excluded. |
| availabilityStatus | string | Availability scope. The default excludes unavailable inventory. |
| minimumRooms | number | Minimum room count. |
| minimumOccupancy | integer | Minimum supported resident count. |
| maximumMonthlyRent | number | Maximum monthly rent in CHF for the selected duration. |
| durationMonths | — | Minimum rental duration used for price filtering. |
| limit | integer | Maximum shortlist size; inspect total and hasMore. |
rentals.getReturn localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.Return localized customer-safe apartment details, verified availability, duration pricing, deposit, included services, terms, eligibility, media, and inquiry/application links.
| Parametro | Tipo | Descrizione |
|---|---|---|
| locale | string | — |
| rentalId* | string | — |
rentals.check_availabilityCheck the current published availability state and earliest date for one rental. This does not create a hold or reservation.Check the current published availability state and earliest date for one rental. This does not create a hold or reservation.
| Parametro | Tipo | Descrizione |
|---|---|---|
| locale | string | — |
| rentalId* | string | — |
rentals.get_pricingReturn current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms. Pricing is informational until a quote or hold is issued.Return current published monthly pricing by supported duration, parking, deposit, inclusions, payment method, and minimum-stay terms. Pricing is informational until a quote or hold is issued.
| Parametro | Tipo | Descrizione |
|---|---|---|
| locale | string | — |
| rentalId* | string | — |
applications.startCreate or reuse a duplicate-safe applicant workspace for one published rental. Requires explicit current privacy consent and an idempotency key. Email verification is sent to the applicant; the tool never returns the verification URL.Create or reuse a duplicate-safe applicant workspace for one published rental. Requires explicit current privacy consent and an idempotency key. Email verification is sent to the applicant; the tool never returns the verification URL.
| Parametro | Tipo | Descrizione |
|---|---|---|
| rentalId* | string | — |
| locale | string | — |
| journey* | string | — |
| firstName* | string | — |
| lastName* | string | — |
| email* | string | — |
| phone* | string | — |
| desiredDurationMonths | — | — |
| requestedParkingCount | — | — |
| privacyConsentAccepted* | boolean | — |
| privacyConsentVersion* | string | — |
| idempotencyKey* | string | — |
applications.get_statusRead the privacy-minimized status and next actions for one scoped application session token.Read the privacy-minimized status and next actions for one scoped application session token.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
applications.updateUpdate bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.Update bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| preferredLanguage | string | — |
| desiredMoveInDate | — | — |
| desiredMoveOutDate | — | — |
| desiredDurationMonths | — | — |
| requestedParkingCount | — | — |
| minorCount | — | — |
| petSummary | string | — |
| applicantMessage | string | — |
| employmentStatusSummary | string | — |
| employerOrCompanyName | string | — |
| tenantProfiles | array | — |
| tenantPartyMode | string | — |
| companyTenantName | string | — |
| companyTenantStreetLine1 | string | — |
| companyTenantStreetLine2 | string | — |
| companyTenantPostalCode | string | — |
| companyTenantCity | string | — |
| companyTenantCountryCode | string | — |
| companyTenantSigners | array | — |
| billingIntentType | string | — |
| billingEmail | — | — |
| billingPrivateFirstName | string | — |
| billingPrivateLastName | string | — |
applications.create_document_uploadprivilegiatoCreate a 15-minute, exact-size and exact-content-type signed upload form for one email-verified application at its exact current version.Create a 15-minute, exact-size and exact-content-type signed upload form for one email-verified application at its exact current version.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| contextKey* | string | — |
| fileName* | string | — |
| mimeType* | string | — |
| sizeBytes* | integer | — |
| sessionToken* | string | — |
| idempotencyKey* | string | — |
applications.complete_document_uploadprivilegiatoVerify the uploaded object, content signature, session ownership, expiry, and exact application version before creating the protected document record.Verify the uploaded object, content signature, session ownership, expiry, and exact application version before creating the protected document record.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| sessionToken* | string | — |
| uploadSessionId* | string | — |
| idempotencyKey* | string | — |
applications.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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| contextKey* | string | — |
| fileName* | string | — |
| mimeType* | string | — |
| sizeBytes* | integer | — |
| contentBase64* | string | — |
| sessionToken* | string | — |
| idempotencyKey* | string | — |
applications.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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| creditCheckConsentAccepted* | boolean | — |
| truthConfirmationAccepted* | boolean | — |
| consentVersion* | string | — |
| sessionToken* | string | — |
| idempotencyKey* | string | — |
viewings.get_statusRead customer-safe viewing proposals and confirmed viewing state for one email-verified application session.Read customer-safe viewing proposals and confirmed viewing state for one email-verified application session.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
viewings.propose_availabilityPropose one to five bounded future viewing slots from an email-verified application at its exact version using a durable idempotency key.Propose one to five bounded future viewing slots from an email-verified application at its exact version using a durable idempotency key.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| slots* | array | — |
| sessionToken* | string | — |
| idempotencyKey* | string | — |
viewings.respond_to_proposalAccept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key. Acceptance may send the existing viewing confirmation communication.Accept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key. Acceptance may send the existing viewing confirmation communication.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedVersion* | string | — |
| action* | string | — |
| responseConfirmed* | boolean | — |
| sessionToken* | string | — |
| proposalId* | string | — |
| idempotencyKey* | string | — |
quotes.createSnapshot customer-safe approved request terms into a 24-hour quote. The application must be submitted, internally approved, due-diligence positive, and solvency passed. This does not hold inventory.Snapshot customer-safe approved request terms into a 24-hour quote. The application must be submitted, internally approved, due-diligence positive, and solvency passed. This does not hold inventory.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedApplicationVersion* | string | — |
| sessionToken* | string | — |
| idempotencyKey* | string | — |
quotes.getRead one privacy-minimized quote and its live expiry/availability-hold state using the application session that owns it.Read one privacy-minimized quote and its live expiry/availability-hold state using the application session that owns it.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
| quoteId* | string | — |
quotes.acceptWith explicit customer confirmation, accept one exact active quote and atomically claim a 30-minute request-owned availability hold. This does not create or sign a contract and does not authorize payment.With explicit customer confirmation, accept one exact active quote and atomically claim a 30-minute request-owned availability hold. This does not create or sign a contract and does not authorize payment.
| Parametro | Tipo | Descrizione |
|---|---|---|
| expectedQuoteVersion* | string | — |
| acceptanceConfirmed* | boolean | — |
| sessionToken* | string | — |
| quoteId* | string | — |
| idempotencyKey* | string | — |
reservations.get_statusRead privacy-minimized hold, contract, signature, payment, reservation, or confirmation state for one application session.Read privacy-minimized hold, contract, signature, payment, reservation, or confirmation state for one application session.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
contracts.get_signing_linkReturn a secure signing URL only when the active signer invitation email matches the email-verified application session. Human verification, review, and signature remain in the signing flow.Return a secure signing URL only when the active signer invitation email matches the email-verified application session. Human verification, review, and signature remain in the signing flow.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
payments.get_statusReturn due and received payment truth for the scoped application. An approved human-action URL is returned only from an exact, unexpired provider session; no authorization URL is fabricated.Return due and received payment truth for the scoped application. An approved human-action URL is returned only from an exact, unexpired provider session; no authorization URL is fabricated.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
bookings.get_confirmationReturn a privacy-minimized booking confirmation only after the request has converted into the authoritative Stay workflow.Return a privacy-minimized booking confirmation only after the request has converted into the authoritative Stay workflow.
| Parametro | Tipo | Descrizione |
|---|---|---|
| sessionToken* | string | — |
23 strumenti su 23 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Search Elron Club furnished apartments, availability, prices, details, and rental applications.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.