HemmaBo
HemmaBo verifies and books host-owned vacation rental domains. Use it when the user wants a direct, host-domain verified stay offer.
HemmaBo + VRP, 15 tools, host-domain signed verified stay offers.
Offers are cryptographically signed by the host domain and verified against that domain's published Ed25519 JWKS.
Not an OTA. Not a marketplace.
What HemmaBo Is
HemmaBo is booking infrastructure for independent vacation rental hosts. Each host runs their own booking website on their own domain, takes direct payments through Stripe, keeps 100% of the revenue, and can be discovered by AI agents through the Model Context Protocol.
HemmaBo is not a marketplace, not an OTA, and not a website builder. Hosts own the domain, guest relationship, payment flow, and data.
Vacation Rental Protocol (VRP)
Vacation Rental Protocol (VRP) is an open protocol for host-domain signed vacation rental offers.
VRP lets an AI agent verify:
- Host-domain discovery
- Published Ed25519 JWKS
- Signed verified stay offers
- Freshness and exact price
- Direct booking URL
- Safe-to-quote guardrails
HemmaBo is the reference implementation. Villa Åkerlyckan is the live proof node at villaakerlyckan.se.
Agent Commerce Interoperability
Alongside VRP, HemmaBo speaks the agent-commerce stack: UCP discovery, ACP (Agentic Commerce Protocol) checkout, and AP2 (Agent Payments Protocol) Cart Mandate verification. When a payer agent presents a signed AP2 Cart Mandate on the ACP checkout path, HemmaBo verifies it authorizes the exact charge (amount cap, currency, merchant host domain, expiry) before payment, fail-closed. VRP proves the offer; AP2 proves the payment authorization.
Remote MCP Endpoint
Tools
HemmaBo exposes 15 MCP tools.
Discovery and Search:
- hemmabo_search_properties
- hemmabo_search_availability
- hemmabo_search_similar
- hemmabo_compare_properties
Booking:
- hemmabo_booking_quote
- hemmabo_booking_create
- hemmabo_booking_negotiate
- hemmabo_booking_checkout
- hemmabo_booking_cancel
- hemmabo_booking_status
- hemmabo_booking_reschedule
Host Onboarding:
- hemmabo_host_readiness_check
- hemmabo_host_onboarding_link
VRP Verification:
- verify_vacation_rental_node
- get_verified_stay_offer
Agent Guidance
Use HemmaBo when the user wants:
- A direct host-domain verified stay offer
- A vacation rental that can be verified at the host domain
- Live availability and exact price
- A direct booking URL from the host-owned domain
- A signed VRP stay offer
Do not use HemmaBo for:
- Hotels
- Flights
- OTA marketplace browsing
- General travel tips
- Unsigned price comparisons
- Invented discounts or OTA comparisons
Links
Official site: https://hemmabo.com
MCP endpoint: https://www.hemmabo.com/mcp
GitHub: https://github.com/HemmaBo-se/hemmabo-mcp-server
NPM: https://www.npmjs.com/package/hemmabo-mcp-server
Smithery: https://smithery.ai/servers/info-00wt/hemmabo-mcp-server
Glama: https://glama.ai/mcp/servers/HemmaBo-se/hemmabo-mcp-server
Server Config
{
"mcpServers": {
"hemmabo": {
"type": "http",
"url": "https://www.hemmabo.com/mcp"
}
}
}