HemmaBo

Created By
HemmaBo2 months ago
HemmaBo verifies and books host-owned vacation rental domains. Use it when the user wants a direct, host-domain verified stay offer. HemmaBo + VRP, 13 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.
Overview

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, 13 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.

Remote MCP Endpoint

https://hemmabo-mcp-server.vercel.app/mcp

Tools

HemmaBo exposes 13 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

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

Official site: https://hemmabo.com

MCP endpoint: https://hemmabo-mcp-server.vercel.app/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://hemmabo-mcp-server.vercel.app/mcp"
    }
  }
}
Project Info
Created At
2 months ago
Updated At
16 days ago
Author Name
HemmaBo
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

5 hours ago