Upsalt Booking
io.github.everyways/upsalt-bookingSearch Upsalt venues, check availability, and book, view, or cancel a reservation.
Tools · 5
Find a company by its slug and return its public profile: services, opening hours, and booking configuration. Use this first to obtain the company_id needed by the other tools.
List the available booking slots for a company on a given date. Returns shifts and bookable hours; use the shift_id and hour when creating a booking.
Create a booking for a company as a guest. Requires a date (YYYY/MM/DD), an hour and shift_id obtained from list-available-slots, and the guest contact details. On success, returns the reservation det…
Retrieve the details of an existing booking using the management token returned by create-booking.
Cancel an existing booking using the management token returned by create-booking. This action is irreversible; confirm with the guest before calling it.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"upsalt_booking": {
"url": "https://ai.upsalt.io/mcp/booking",
"transport": "streamable-http"
}
}
}