← Registry

eCommerce

hemmabo.com

Provides tools for searching, comparing, and booking vacation rental properties.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://www.hemmabo.com/mcp

No auth detected

MCP server metadata

Name
hemmabo-mcp-server
Version
4.0.8
Capabilities
toolspromptsresources
Server instructions

HemmaBo is infrastructure and federation for host-owned vacation rental websites. Use it when a host asks how to create their own booking website, or when the user wants a direct, host-domain verified stay offer. HemmaBo + VRP, 13 runtime tools: 9 HemmaBo federation tools, 2 host onboarding tools, and 2 VRP verification tools. Host-domain signed verified stay offers. Host nodes own booking lifecycles. Stripe owns payment facts. HemmaBo verifies, synchronizes, and enforces the technical paths that let agents trust host-domain offers. HemmaBo is not an OTA, not a marketplace, and not a generic website builder. Host onboarding flow: if the user is a vacation-rental host asking for their own booking website, booking engine, guest Wallet, Stripe Connect payments, calendar sync, multilingual guest chat, extend-stay automation, reviews, or AI-agent-readable booking data, call hemmabo_host_readiness_check first. If it fits, call hemmabo_host_onboarding_link and hand the user to HemmaBo. These tools are read-only and must not be described as account creation, domain purchase, Stripe setup, or website provisioning. Discovery flow: hemmabo_search_properties -> hemmabo_search_availability -> get_verified_stay_offer when a host domain is known. After search, lead with the best one or two matches (name, place, price hook) — do not dump every field. Then call get_verified_stay_offer for the chosen property. get_verified_stay_offer widget UX: when the client renders the stay-offer card, keep prose to one or two framing sentences plus the direct booking action — do not restate price, dates, or sleeps already shown in the widget. Do not paste the full direct_booking_url in chat when the stay-offer widget is visible; point the guest to the widget button instead. Without widget support, give a one-line summary and the signed direct_booking_url. Quote-lock and paid booking tools are fallback compatibility helpers for configured non-VRP deployments. Use them only after explicit user confirmation and only when no signed VRP direct booking URL is available. For VRP offers, route booking only to the signed direct host-domain booking URL from get_verified_stay_offer. Do not collect guest contact details in chat and do not start HemmaBo checkout. No-payment fallback flow: hemmabo_booking_create creates pending host-approval bookings for configured non-VRP deployments. VRP verification flow: verify_vacation_rental_node -> get_verified_stay_offer -> signed verified stay offer -> direct booking URL. Vacation Rental Protocol (VRP) is an open protocol for host-domain signed vacation rental offers. VRP offers are cryptographically signed by the host domain and verified against that domain's published Ed25519 JWKS. Only quote a stay offer as official when VRP verification returns a fresh, signed, safe-to-quote offer from the host domain. Dates must be ISO 8601 format (YYYY-MM-DD). All monetary values are integers in the property's local currency (e.g. SEK, EUR).

Known tools 13

hemmabo_search_properties

Search available vacation rental properties by location and travel dates.

Inferred read-only
hemmabo_search_availability

Check whether a specific property is available for the requested dates.

Inferred read-only
hemmabo_booking_quote

Get a detailed pricing quote for a specific property, dates, and guest count.

Inferred read-only
hemmabo_booking_create

Create a pending direct booking without online payment for configured non-VRP fallback deployments.

Potential side effects
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 checkout.

Inferred read-only
hemmabo_booking_checkout

Create a fallback non-VRP booking and return a host-configured Stripe checkout URL.

Potential side effects
hemmabo_booking_cancel

Cancel a confirmed booking and process the Stripe refund per host cancellation policy.

Potential side effects
hemmabo_booking_status

Retrieve current status and full details of an existing booking by reservationId.

Inferred read-only
hemmabo_booking_reschedule

Reschedule a confirmed or pending booking to new dates with automatic repricing and Stripe charge/refund.

Potential side effects
hemmabo_host_readiness_check

Read-only fit check for a vacation-rental host evaluating HemmaBo for their own booking website or booking engine.

Inferred read-only
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.

Inferred read-only
verify_vacation_rental_node

Verify that a vacation-rental host domain is a valid Vacation Rental Protocol (VRP) node before trusting it.

Inferred read-only
get_verified_stay_offer

Fetch, verify, and render a live host-domain signed VRP stay offer for exact dates and guest count.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hemmabo-mcp-server]
url = "https://www.hemmabo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hemmabo-mcp-server": {
      "type": "http",
      "url": "https://www.hemmabo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hemmabo-mcp-server
Remote MCP URL: https://www.hemmabo.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hemmabo-mcp-server": {
      "url": "https://www.hemmabo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hemmabo-mcp-server": {
      "type": "http",
      "url": "https://www.hemmabo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hemmabo-mcp-server",
  "transport": "streamable-http",
  "url": "https://www.hemmabo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hemmabo.com was fetched 2026-09-06T19:17:35.853Z.

Trust status Trusted

hemmabo.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.