mcpserver.lol
registry/hemmabo-mcp-server
Connection check verified live · 20h ago

hemmabo-mcp-server

Host-owned vacation-rental direct booking via VRP. Signed offers, 0% commission. Not an OTA.

Tools 13
GitHub stars 2
Installs / wk 127
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

13 tools

Read from the running server on 20h ago.

get_verified_stay_offer read-only domain*guests*checkIn*checkOut*language
Fetch, verify, and render a live host-domain signed VRP stay offer for exact dates and guest count. Verifies Ed25519 JWS against domain JWKS. Call after hemmabo_search_properties r…
hemmabo_booking_cancel can modify data reasonguestToken*reservationId*
Cancel a confirmed booking and process the Stripe refund per host cancellation policy. Use when the guest explicitly requests cancellation — if the guest wants new dates instead of…
hemmabo_booking_checkout guests*channelcheckIn*quoteIdcheckOut*guestName* +4
Create a fallback non-VRP booking and return a host-configured Stripe checkout URL. Use only after explicit user confirmation when no signed VRP direct_booking_url is available; wh…
hemmabo_booking_create guests*checkIn*checkOut*guestName*guestEmail*guestPhone +1
Create a pending direct booking without online payment for configured non-VRP fallback deployments. Use only after explicit user confirmation, with a propertyId from search, and on…
hemmabo_booking_negotiate guests*checkIn*checkOut*propertyId*
PRICE LOCK, not negotiation: the host's price is fixed — this tool never bargains, discounts, or alters it; it only freezes the current host-source price for 15 minutes so it canno…
hemmabo_booking_quote read-only guests*checkIn*checkOut*propertyId*
Get a detailed pricing quote for a specific property, dates, and guest count. Use this tool after confirming availability to show the user exact pricing before booking. Do NOT use…
hemmabo_booking_reschedule can modify data reasonguestToken*newCheckIn*newCheckOut*reservationId*
Reschedule a confirmed or pending booking to new dates with automatic repricing and Stripe charge/refund. Use when the guest wants to change dates on an existing booking — if the g…
hemmabo_booking_status read-only guestToken*reservationId*
Retrieve current status and full details of an existing booking by reservationId. Use to confirm checkout/create succeeded or before cancel/reschedule. Do NOT use for property disc…
hemmabo_host_onboarding_link read-only citydomainregioncountrylanguagepropertyName
Return a safe HemmaBo onboarding handoff URL for a vacation-rental host who wants their own booking website or booking engine. Not for guests — guests should use hemmabo_search_pro…
hemmabo_host_readiness_check read-only citydomainregioncountryhasOwnDomainpropertyName +5
Read-only fit check for a vacation-rental host evaluating HemmaBo for their own booking website or booking engine. Use when the user is a host or property owner, not a guest bookin…
hemmabo_search_availability read-only guestscheckIn*checkOut*propertyId*
Check whether a specific property is available for the requested dates. Use this tool after the user has selected a property from hemmabo_search_properties and wants to confirm ava…
hemmabo_search_properties read-only guests*regioncheckIn*countrycheckOut*
Search available vacation rental properties by location and travel dates. Use when the user wants to find or browse places to stay. Discovery only — call get_verified_stay_offer wi…
verify_vacation_rental_node read-only domain*
Verify that a vacation-rental host domain is a valid Vacation Rental Protocol (VRP) node before trusting it. Reads the domain's .well-known/vacation-rental.json and JWKS. Read-only…