HÓZHÓ Developer Platform

Build with HÓZHÓ

Connect AI assistants, travel agents, and applications directly to HÓZHÓ Scottsdale's luxury vacation rental platform.

Choose your interface

One inventory. Three ways to build.

Start with the interface that fits your product. Each option uses the same public estate data and human-reviewed booking flow.

MCP

Connect an AI assistant

Give MCP-compatible assistants access to estate discovery, live availability, comparisons, quotes, and secure checkout handoff.

Streamable HTTP · No authentication required

Read the MCP guide

REST API

Build a custom experience

Search the public catalog, retrieve estate details, check exact dates, request Guesty-backed quotes, and prepare checkout links.

OpenAPI 3.1 · JSON over HTTPS

View the OpenAPI spec

CLI

Explore from your terminal

Use the dependency-free command-line client to browse properties, search dates, inspect an estate, or request a quote.

Node.js · Agent-friendly output

See CLI commands

MCP quickstart

Add HÓZHÓ to an MCP client

Connect to the public Streamable HTTP endpoint. The server is stateless, requires no authentication for public browsing, and publishes six tools.

  • Browse public HÓZHÓ estates and amenities
  • Check live availability for exact stay dates
  • Compare two to five properties
  • Request a Guesty-backed quote
  • Create a short-lived checkout handoff
  • Render property choices for an AI conversation
{
  "mcpServers": {
    "stay-hozho": {
      "type": "http",
      "url": "https://stayhozho.com/mcp"
    }
  }
}
Terminal
npm run stayhozho -- properties

npm run stayhozho -- search \
  --check-in 2026-11-01 \
  --check-out 2026-11-04 \
  --guests 18 \
  --amenity pool

npm run stayhozho -- quote \
  hozho-estate-on-ocotillo \
  --check-in 2026-11-01 \
  --check-out 2026-11-04 \
  --guests 18

Command line

Test the platform from your terminal

The lightweight CLI is designed for local exploration and AI coding agents. It defaults to the production API and can target a local or preview deployment with STAYHOZHO_API_URL.

Responsible handoff

Agents assist. Travelers approve.

The public platform helps people find and evaluate the right estate. It intentionally stops before payment, keeping the final reservation review in HÓZHÓ's secure checkout experience.

Booking safety boundary

  • Agents never receive or submit card details.
  • API and MCP tools cannot charge a traveler.
  • Checkout links expire after 15 minutes.
  • Availability and pricing are time-sensitive.
  • The traveler reviews and pays on stayhozho.com.

Documentation

Developer resources

Use the human guide for integration help or the machine-readable resources for discovery, schemas, and agent context.

Building something with HÓZHÓ?

Tell us about your travel assistant, application, or partnership.

Contact HÓZHÓ