Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.
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.
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.
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 msget_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ámetro | Tipo | Descripción |
|---|---|---|
| slug* | string | Tenant 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ámetro | Tipo | Descripción |
|---|---|---|
| slug* | string | Tenant public slug. |
| group_id | string | Resource group UUID, or "none" for ungrouped. |
| search | string | Free-text name filter (1-100 chars). |
| bed_type | string | — |
| resource_class | string | — |
| min_capacity | integer | Minimum capacity. |
| amenities | string | Comma-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ámetro | Tipo | Descripción |
|---|---|---|
| slug* | string | Tenant 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ámetro | Tipo | Descripción |
|---|---|---|
| resource_id* | string | Resource UUID (from list_resources). |
| date* | string | Date in YYYY-MM-DD. |
| duration_minutes | integer | Slot 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ámetro | Tipo | Descripción |
|---|---|---|
| resource_id* | string | Resource UUID to book. |
| guest_name* | string | Guest full name (2-200 chars). |
| guest_phone* | string | Guest phone, 6-15 digits with optional +. |
| check_in_date | string | Rental check-in date YYYY-MM-DD. |
| check_out_date | string | Rental check-out date YYYY-MM-DD. |
| start_at | string | Slot start ISO datetime (alternative to check_in_date). |
| end_at | string | Slot end ISO datetime. |
| guest_email | string | Guest email (optional). |
| notes | string | Free-text notes (max 1000 chars, optional). |
| locale | string | Locale ru/en/kk (optional, default ru). |
| idempotency_key | string | Optional 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ámetro | Tipo | Descripción |
|---|---|---|
| resource_id | string | Filter by resource UUID. |
| from | string | Start date filter YYYY-MM-DD. |
| to | string | End date filter YYYY-MM-DD. |
| status | string | Filter by status (e.g. confirmed, pending, cancelled). |
| limit | integer | 1-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ámetro | Tipo | Descripción |
|---|---|---|
| reservation_id* | string | Reservation 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ámetro | Tipo | Descripción |
|---|---|---|
| reservation_id* | string | Reservation 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.
Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
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.