HemmaBo Host Booking Engine MCP Server

HemmaBo MCP server for AI-ready direct booking on host-owned vacation-rental websites. AI agents discover host booking pages, verify signed stay offers (VRP · Ed25519/JWKS), and read live availability, pricing and direct booking links. Not an OTA. Its 13 documented tools cover hemmabo, booking, host. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #229 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install HemmaBo Host Booking Engine

Claude Code

claude mcp add hemmabo-se-hemmabo-mcp-server --transport http https://www.hemmabo.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hemmabo-se-hemmabo-mcp-server": {
      "url": "https://www.hemmabo.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.hemmabo.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to www.hemmabo.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace com.hemmabo - domain-verified with the official MCP registry

03 · What HemmaBo Host Booking Engine can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search published vacation rentals by location, dates, and guest count, check whether a specific property is available for requested dates, get a live quote and per-night breakdown for a specific property and stay request, and get booking details by reservation ID. Requires auth because booking data may include PII.

Capability map

Tools grouped from the project's README - what HemmaBo Host Booking Engine lets an agent do.

Hemmabo

11 tools - e.g. Search published vacation rentals by location, dates, and guest count.; Check whether a specific property is available for requested dates.; Get a live quote and per-night breakdown for a specific…

hemmabo_search_properties · hemmabo_search_availability · hemmabo_booking_quote · hemmabo_booking_create · hemmabo_booking_negotiate · hemmabo_booking_checkout…

Verify

1 tool - e.g. Verify a host-domain VRP discovery document and Ed25519 JWKS.

verify_vacation_rental_node

read & search

1 tool - e.g. Fetch and verify a fresh host-domain signed VRP stay offer.

get_verified_stay_offer

Latest releases

v4.0.8 · 2026-08-22

Ships the complete TDQS 5/5 tool-description round (#355–#364) to npm/stdio consumers, plus the version bump (#365). No code or schema changes - description strings only. · All ten sub-5.0 tools rewritten to…

v4.0.7 · 2026-08-22

Publicerar de två ändringar som mergats sedan v4.0.6 men aldrig släpptes. · ärlig not_available i quote-blocket. quoteBlockedReason prövar nu tillgänglighet FÖRE citaträtt. En icke bokningsbar vistelse (upptagna datum…

v4.0.6 · 2026-08-19

hemmabo_search_availability now enforces the per-node minimum stay (properties.min_nights) exactly like the host node's /api/availability: a below-minimum window is refused with reasonCode min_nights_violation, the…

04 · Who maintains HemmaBo Host Booking Engine

HemmaBo Host Booking Engine is maintained by hemmabo-se. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #229 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
com.hemmabo/hemmabo-mcp-server (active, first published 2026-04-20 · 15 versions)

06 · HemmaBo Host Booking Engine FAQ

Is HemmaBo Host Booking Engine still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can HemmaBo Host Booking Engine do?

With this server connected, an agent can search published vacation rentals by location, dates, and guest count, check whether a specific property is available for requested dates, get a live quote and per-night breakdown for a specific property and stay request, and get booking details by reservation ID. Requires auth because booking data may include PII.

How do I install HemmaBo Host Booking Engine?

Run `claude mcp add hemmabo-se-hemmabo-mcp-server --transport http https://www.hemmabo.com/mcp`. You can also paste the ready-made client config above.

Does HemmaBo Host Booking Engine require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to HemmaBo Host Booking Engine