Skip to content
Back to HemmaBo – Direct Booking Infrastructure

Card snapshot

www.hemmabo.com · 2026-06-06 05:06:22 UTC · cf7859e324f953e8e8905aff2fc3b5b903a16a687a027f056052c5edfb7b53e0

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "$schema": "https://agent-protocol.org/schema/agent.json",
  "schema_version": "1.0.0",
  "name": "HemmaBo \u2013 Direct Booking Infrastructure",
  "description": "Global direct-booking infrastructure for vacation rental hosts. Each host gets a complete booking website on the host-owned domain with live calendar, direct payments, guest Wallet, Konversa guest chat in 11 languages, no-wall availability suggestions, gap-night flows, extend-stay offers, reviews, UCP discovery, MCP access, VRP signed offers, no-gatekeeper trust, and AI-agent-readable booking data. No OTA. No HemmaBo booking commission. Built globally; proven first in Sweden.",
  "url": "https://www.hemmabo.com",
  "provider": {
    "organization": "HemmaBo",
    "url": "https://www.hemmabo.com"
  },
  "version": "1.0.0",
  "authentication": {
    "schemes": [
      "none"
    ],
    "credentials": null
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search_properties",
      "name": "Search Vacation Rentals",
      "description": "Search host-owned vacation rental domains using natural language or structured filters. Returns direct-booking sources, not OTA listings.",
      "tags": [
        "search",
        "vacation-rental",
        "accommodation"
      ],
      "examples": [
        "Find a pet-friendly cabin with sauna near Stockholm for 6 people",
        "Dog-friendly house in Sk\u00e5ne with pool for 4 guests",
        "Family cabin in Dalarna for 8 guests with hot tub"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "check_availability",
      "name": "Check Property Availability",
      "description": "Check if a specific property is available for given dates and number of guests.",
      "tags": [
        "availability",
        "dates",
        "vacation-rental"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_pricing",
      "name": "Get Property Pricing",
      "description": "Get exact pricing for a stay \u2014 single all-inclusive total with no commission or hidden costs. 0% guest commission.",
      "tags": [
        "pricing",
        "rates",
        "cost"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "create_booking",
      "name": "Book Property",
      "description": "Create a direct-booking checkout session for a HemmaBo property. Payment is handled via Stripe and booking status should be verified after payment.",
      "tags": [
        "booking",
        "reservation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "x-hemmabo-primary-agent-endpoint": "https://www.hemmabo.com/mcp",
  "x-hemmabo-endpoints": {
    "primary_mcp": "https://www.hemmabo.com/mcp",
    "host_booking_engine": "https://www.hemmabo.com/booking-engine-for-vacation-rental-hosts",
    "search": "https://www.hemmabo.com/api/ai-gateway/offers/search",
    "mcp": "https://www.hemmabo.com/.well-known/mcp.json",
    "llms_txt": "https://www.hemmabo.com/llms.txt",
    "mcp_json": "https://www.hemmabo.com/.well-known/mcp.json",
    "openapi": "https://www.hemmabo.com/.well-known/openapi.yaml",
    "ai_plugin": "https://www.hemmabo.com/.well-known/ai-plugin.json",
    "agent_card": "https://www.hemmabo.com/.well-known/agent-card.json",
    "agent_json": "https://www.hemmabo.com/.well-known/agent.json",
    "ucp": "https://www.hemmabo.com/.well-known/ucp",
    "ucp_json": "https://www.hemmabo.com/.well-known/ucp.json",
    "vacation_rental_json": "https://www.hemmabo.com/.well-known/vacation-rental.json",
    "vrp_spec": "https://vacationrentalprotocol.com/spec/v0.1",
    "vrp_attestations_spec": "https://vacationrentalprotocol.com/spec/attestations-v0.1",
    "vrp_context": "https://vacationrentalprotocol.com/contexts/v1",
    "vrp_interop": "https://vacationrentalprotocol.com/docs/interop-and-trust-positioning"
  },
  "x-hemmabo-non-endpoints": [
    {
      "path": "/api/proxy",
      "status": "does-not-exist",
      "note": "Use the MCP server (https://www.hemmabo.com/mcp) for quote and availability. Tools: booking.quote, search.availability."
    }
  ],
  "x-hemmabo-product": {
    "host_booking_engine_lander": "https://www.hemmabo.com/booking-engine-for-vacation-rental-hosts",
    "complete_booking_website": true,
    "guest_wallet": true,
    "konversa_guest_chat_languages": 11,
    "no_wall_availability_suggestions": true,
    "gap_night_flows": true,
    "extend_stay_offers": true,
    "ai_agent_readable_booking_data": true
  },
  "x-hemmabo-trust": {
    "payment": "Stripe (direct to host)",
    "data_ownership": "host",
    "host_pricing": "399 SEK/month; first month free; no HemmaBo booking commission",
    "live_proof": "https://villaakerlyckan.se",
    "protocols_supported": [
      "ucp",
      "mcp",
      "vrp",
      "a2a",
      "rest"
    ],
    "vrp": {
      "role": "resolver_and_reference_implementation",
      "signed_offers": true,
      "portable_attestations": true,
      "no_central_issuer": true,
      "no_trusted_issuer_registry": true,
      "no_gatekeeper": true,
      "verifier_policy": "verifier_chosen",
      "hemmabo_role": "reference_implementation"
    }
  }
}