kz.tehprof.booking/reservations

MCPcommunityattivo
v1.0.0kz.tehprof.bookingUnknownAggiornato 1 mesi fa

Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.

Stato dell’endpointattivo
verificato 17 h fa · 1136 ms
100 % degli ultimi 4 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
1 mesi faUltimo aggiornamento
Pacchetto
Autorekz.tehprof.booking
LicenzaUnknown
Versione1.0.0
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti8 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato17 lug 2026

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.

Strumenti

8 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore17h ago

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://booking.tehprof.kz/mcp8 strumenti · 1136 ms
get_brandingGet public tenant profile and branding (name, logo, colors, tagline) by the tenant public slug. No API key required.

Get public tenant profile and branding (name, logo, colors, tagline) by the tenant public slug. No API key required.

ParametroTipoDescrizione
slug*stringTenant public slug, e.g. "baiterekresort-bitrix24-kz".
list_resourcesList bookable resources of a tenant (rooms, halls, services) by public slug. Optional filters: group_id, search, bed_type, resource_class, min_capacity, amenities (comma-separated). No API key required.

List bookable resources of a tenant (rooms, halls, services) by public slug. Optional filters: group_id, search, bed_type, resource_class, min_capacity, amenities (comma-separated). No API key required.

ParametroTipoDescrizione
slug*stringTenant public slug.
group_idstringResource group UUID, or "none" for ungrouped.
searchstringFree-text name filter (1-100 chars).
bed_typestring
resource_classstring
min_capacityintegerMinimum capacity.
amenitiesstringComma-separated amenity keys.
list_groupsList resource groups (categories) of a tenant by public slug — only groups with at least one publicly visible resource. No API key required.

List resource groups (categories) of a tenant by public slug — only groups with at least one publicly visible resource. No API key required.

ParametroTipoDescrizione
slug*stringTenant public slug.
check_availabilityGet free time slots for a resource on a given date. Returns bookable slots considering existing reservations. No API key required.

Get free time slots for a resource on a given date. Returns bookable slots considering existing reservations. No API key required.

ParametroTipoDescrizione
resource_id*stringResource UUID (from list_resources).
date*stringDate in YYYY-MM-DD.
duration_minutesintegerSlot duration in minutes (5-1440, default 60).
create_reservation[Requires API key with the matching scope] Create a reservation. Requires an API key with the reservations:write scope; the booking is bound to the key tenant and the resource must belong to it. Provide either check_in_date+check_out_date (overnight/rental) OR start_at+end_at ISO datetimes (time-sl…

[Requires API key with the matching scope] Create a reservation. Requires an API key with the reservations:write scope; the booking is bound to the key tenant and the resource must belong to it. Provide either check_in_date+check_out_date (overnight/rental) OR start_at+end_at ISO datetimes (time-sl…

ParametroTipoDescrizione
resource_id*stringResource UUID to book.
guest_name*stringGuest full name (2-200 chars).
guest_phone*stringGuest phone, 6-15 digits with optional +.
check_in_datestringRental check-in date YYYY-MM-DD.
check_out_datestringRental check-out date YYYY-MM-DD.
start_atstringSlot start ISO datetime (alternative to check_in_date).
end_atstringSlot end ISO datetime.
guest_emailstringGuest email (optional).
notesstringFree-text notes (max 1000 chars, optional).
localestringLocale ru/en/kk (optional, default ru).
idempotency_keystringOptional client-generated key (e.g. a UUID) to make retries safe. Repeating the call with the same key returns the original reservation instead of creating a d…
list_reservations[Requires API key with the matching scope] List reservations of the API key tenant. Requires the reservations:read scope. Optional filters: resource_id, from/to (YYYY-MM-DD), status, limit (1-200, default 50).

[Requires API key with the matching scope] List reservations of the API key tenant. Requires the reservations:read scope. Optional filters: resource_id, from/to (YYYY-MM-DD), status, limit (1-200, default 50).

ParametroTipoDescrizione
resource_idstringFilter by resource UUID.
fromstringStart date filter YYYY-MM-DD.
tostringEnd date filter YYYY-MM-DD.
statusstringFilter by status (e.g. confirmed, pending, cancelled).
limitinteger1-200, default 50.
get_reservation[Requires API key with the matching scope] Get a single reservation by its UUID. With the reservations:read scope and matching tenant, returns guest details; otherwise only public status fields.

[Requires API key with the matching scope] Get a single reservation by its UUID. With the reservations:read scope and matching tenant, returns guest details; otherwise only public status fields.

ParametroTipoDescrizione
reservation_id*stringReservation UUID.
cancel_reservation[Requires API key with the matching scope] Cancel a reservation by UUID. Requires the reservations:write scope and the reservation must belong to the key tenant (idempotent — cancelling an already-cancelled booking succeeds).

[Requires API key with the matching scope] Cancel a reservation by UUID. Requires the reservations:write scope and the reservation must belong to the key tenant (idempotent — cancelling an already-cancelled booking succeeds).

ParametroTipoDescrizione
reservation_id*stringReservation UUID to cancel.

8 strumenti su 8 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.

Descrizione

Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

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.