kz.tehprof.booking/reservations
kz.tehprof.booking/reservationsRemote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.
Tools · 8
Get public tenant profile and branding (name, logo, colors, tagline) by the tenant public slug. 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 require…
List resource groups (categories) of a tenant by public slug — only groups with at least one publicly visible resource. 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.
[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. Provi…
[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, def…
[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] Cancel a reservation by UUID. Requires the reservations:write scope and the reservation must belong to the key tenant (idempotent — cancelling an already-can…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kz.tehprof.booking/reservations": {
"url": "https://booking.tehprof.kz/mcp",
"transport": "streamable-http"
}
}
}