Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 streamable-http

HemmaBo Host Booking Engine

com.hemmabo/hemmabo-mcp-server

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

Uptime
100.0%
1 direct probes · 30d
Response
1115ms
last probe
Tools
13
callable
Resources
1
readable
Prompts
2
available

Tools · 13

hemmabo_search_properties

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 with the host domain a…

hemmabo_search_availability

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 availability before get…

hemmabo_booking_quote

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 before checking avai…

hemmabo_booking_create

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 only when no signed VR…

hemmabo_booking_negotiate

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 cannot change during chec…

hemmabo_booking_checkout

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; when get_verified_stay…

hemmabo_booking_cancel

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 ending the stay, us…

hemmabo_booking_status

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 discovery, availability,…

hemmabo_booking_reschedule

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 guest wants to end th…

hemmabo_host_readiness_check

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 booking a stay; guests sho…

hemmabo_host_onboarding_link

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_properties instead. Use…

verify_vacation_rental_node

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 trust check: no ava…

get_verified_stay_offer

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 returns a host domain…

Resources · 1

HemmaBo verified stay offer widget

ChatGPT Apps SDK widget that renders a host-domain verified stay offer with live availability, final price, and the signed direct host-domain booking URL.

ui://hemmabo/verified-stay-offer-v9.html

Prompts · 2

host_start

Help a vacation-rental host evaluate HemmaBo and start their own booking website. Use the read-only host onboarding tools; do not provision accounts, buy domains, or configure Stripe inside chat.

trip_plan

Help plan a vacation rental trip through host-domain discovery and verified offers. Search first, show a verified host-domain stay offer when possible, and route booking only to the signed direct host…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hemmabo_host_booking_engine": {
      "url": "https://www.hemmabo.com/mcp",
      "transport": "streamable-http"
    }
  }
}