MCP Servers / other / HemmaBo Federation MCP Server

HemmaBo Federation MCP Server

JSON →
stdionone1other

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
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: hemmabo-federation-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envSUPABASE_URL
envSUPABASE_SERVICE_ROLE_KEY
envMCP_API_KEY
envSTRIPE_SECRET_KEY
envUPSTASH_REDIS_REST_URL
envUPSTASH_REDIS_REST_TOKEN
Resources
HemmaBo Federation MCP Server — MCP Server · libregistry