kz.tehprof.booking/reservations

MCPcomunidaden línea
v1.0.0kz.tehprof.bookingUnknownActualizado hace 1 m

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

Estado del endpointen línea
comprobado hace 17 h · 1136 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Paquete
Autorkz.tehprof.booking
LicenciaUnknown
Versión1.0.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas8 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado17 jul 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

8 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor17h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://booking.tehprof.kz/mcp8 herramientas · 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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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).

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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).

ParámetroTipoDescripción
reservation_id*stringReservation UUID to cancel.

8 de 8 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.