HemmaBo Federation MCP Server
JSON →AI-native vacation rental infrastructure â search properties, check availability, get quotes, and complete direct bookings via MCP. Supports multi-language, real-time calendar sync, and dynamic staircase pricing across a federated host network.
Install
npx -y @smithery/cli Tools · 13
- hemmabo_search_properties Search published vacation rentals by location, dates, and guest count.
- hemmabo_search_availability Check whether a specific property is available for requested dates.
- hemmabo_search_similar Find available alternatives after a user has selected a source property and asked for alternatives. Do not use for initial discovery.
- hemmabo_compare_properties Compare availability and pricing for 2-10 known property IDs on the same dates.
- hemmabo_booking_quote Get a live quote and per-night breakdown for a specific property and stay request.
- hemmabo_booking_create Create a pending direct booking for host review.
- hemmabo_booking_negotiate Create a quote snapshot with a quoteId for checkout.
- hemmabo_booking_checkout Create a booking with Stripe-powered payment.
- hemmabo_booking_cancel Cancel a booking and handle refund flow according to policy.
- hemmabo_booking_status Get booking details by reservation ID. Requires auth because booking data may include PII.
- hemmabo_booking_reschedule Reschedule a booking to new dates.
- verify_vacation_rental_node Verify a host-domain VRP discovery document and Ed25519 JWKS.
- get_verified_stay_offer Fetch and verify a fresh host-domain signed VRP stay offer.
Environment variables
SUPABASE_URLSUPABASE_SERVICE_ROLE_KEYMCP_API_KEYSTRIPE_SECRET_KEYUPSTASH_REDIS_REST_URLUPSTASH_REDIS_REST_TOKEN
Links
★ 1 GitHub stars