Agent-first travel

Let trusted assistants browse Stay Hozho and prepare a secure checkout.

The Stay Hozho MCP server and REST API expose public property facts, live availability, and Guesty-backed quotes. Agents never receive card details, charge a traveler, or finalize a reservation.

MCP connection

Connect any Streamable HTTP MCP client to the production endpoint. The server is stateless and requires no authentication for public browsing.

{
  "mcpServers": {
    "stay-hozho": {
      "type": "http",
      "url": "https://stayhozho.com/mcp"
    }
  }
}

Available tools

search_properties

Browse estates and check exact-date availability.

get_property

Read amenities, photos, capacity, descriptions, and stay rules.

compare_properties

Compare the facts for two to five estates.

get_quote

Request an exact Guesty-backed total or labeled preview.

create_checkout_link

Prepare a 15-minute link for human-reviewed checkout.

render_property_cards

Show the final property choices as an in-chat card carousel.

REST example

Use the versioned REST API when MCP is not available. Search returns compact property results. Request a quote only after selecting a property.

curl https://stayhozho.com/api/v1/search \
  -H "Content-Type: application/json" \
  -d '{
    "check_in": "2026-11-01",
    "check_out": "2026-11-04",
    "guests": 18,
    "amenities": ["pool", "golf simulator"]
  }'

Questions or partnership inquiries: [email protected]

Looking for a stay instead? Browse the estates.