HemmaBo MCP Server
Direct booking infrastructure for vacation rentals. Each property is its own node with live data — never cached, never estimated. 0% commission, Stripe direct to host.
Tools
hemmabo_search_properties
Search available properties by region, country, dates, and guest count. Returns live pricing with public and federation rates.
hemmabo_search_availability
Check whether a property is available for specific check-in and check-out dates.
hemmabo_search_similar
Find similar properties (same region and type) to a given property.
hemmabo_compare_properties
Side-by-side comparison of 2–10 properties on the same dates, sorted by price.
hemmabo_booking_quote
Get a detailed live pricing quote: nightly rates, seasonal pricing, cleaning fee, federation discount.
hemmabo_booking_negotiate
Lock a price quote for 15 minutes. Returns a quoteId — guarantees the price won't change.
hemmabo_booking_checkout
Create a booking with Stripe payment. Returns a payment URL. 0% commission — payment direct to host.
hemmabo_booking_create
Create a direct booking without online payment.
hemmabo_booking_status
Get booking status, cancellation policy and refund rules.
hemmabo_booking_cancel
Cancel a booking and trigger a Stripe refund.
hemmabo_booking_reschedule
Move a booking to new dates with automatic repricing.
Live demo
Property: villaakerlyckan.se — Skåne, Sweden
Server Config
{
"mcpServers": {
"hemmabo-mcp-server": {
"uri": "https://hemmabo-mcp-server.vercel.app/mcp",
"transport": "streamable-http"
}
}
}