← hemmabo.com

INDIVIDUAL MCP TOOL

verify_vacation_rental_node

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

hemmabo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.hemmabo.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_vacation_rental_node and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hemmabo.com

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.

Related tools

  • hemmabo_search_properties — Search available vacation rental properties by location and travel dates.
  • hemmabo_search_availability — Check whether a specific property is available for the requested dates.
  • hemmabo_booking_quote — Get a detailed pricing quote for a specific property, dates, and guest count.
  • hemmabo_booking_create — Create a pending direct booking without online payment for configured non-VRP fallback deployments.
  • 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.
  • hemmabo_booking_checkout — Create a fallback non-VRP booking and return a host-configured Stripe checkout URL.
  • hemmabo_booking_cancel — Cancel a confirmed booking and process the Stripe refund per host cancellation policy.
  • hemmabo_booking_status — Retrieve current status and full details of an existing booking by reservationId.