kz.tehprof.booking/reservations

MCPCommunitylive
v1.0.0kz.tehprof.bookingUnknownAktualisiert vor 1 Mon.

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

Endpunkt-Statuslive
geprüft vor 17 Std. · 1136 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorkz.tehprof.booking
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche8 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert17. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

8 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet17h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

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

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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…

ParameterTypBeschreibung
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).

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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).

ParameterTypBeschreibung
reservation_id*stringReservation UUID to cancel.

8 von 8 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.