MCP Compatible

21 AI Tools for Your
Vacation Rental Business

Connect Claude Desktop, Cursor, OpenAI Codex, or any MCP-compatible agent to manage guests, properties, bookings, incidents, and reviews — all from your AI assistant.

How It Works

HolaAI uses the Model Context Protocol (MCP) — an open standard that lets AI assistants connect to external tools. No coding required.

1

Get Your API Key

Go to Settings → API Keys in your HolaAI dashboard and generate a key.

2

Add to Your AI Agent

Paste the configuration into Claude Desktop, Cursor, or your preferred agent.

3

Start Managing

Ask your AI to read messages, draft replies, screen guests, manage bookings, and more.

Setup Instructions

Choose your AI agent and follow the setup guide. You'll need your HolaAI API key from Settings → API Keys.

C

Claude Desktop

Anthropic's desktop app for Claude

Open Claude Desktop → Settings → Developer → Edit Config. Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "holaai": {
      "command": "npx",
      "args": ["-y", "holaai-mcp"],
      "env": {
        "HOLAAI_API_KEY": "your-api-key-here"
      }
    }
  }
}

Restart Claude Desktop after saving.

>

Claude Code (CLI)

Anthropic's CLI agent for developers

Run this command in your terminal:

claude mcp add holaai \
  --env HOLAAI_API_KEY=your-api-key-here \
  -- npx -y holaai-mcp
Cu

Cursor

AI-powered code editor

Open Cursor → Settings → MCP Servers → Add new server:

// Cursor Settings → MCP Servers → Add Server
{
  "name": "holaai",
  "command": "npx",
  "args": ["-y", "holaai-mcp"],
  "env": {
    "HOLAAI_API_KEY": "your-api-key-here"
  }
}
+

Other MCP Clients

Windmill, Cline, Continue, VS Code, and more

Any MCP-compatible client uses the same config format:

// Windmill / Cline / Continue
// Add to your MCP config file:
{
  "mcpServers": {
    "holaai": {
      "command": "npx",
      "args": ["-y", "holaai-mcp"],
      "env": {
        "HOLAAI_API_KEY": "your-api-key-here"
      }
    }
  }
}

Cloud Agents & Custom Integrations

SSE transport for remote connections

For chatbots, web apps, or cloud-hosted agents, use SSE transport instead of stdio:

# Self-host the MCP server in SSE mode for cloud agents:

HOLAAI_API_KEY=your-api-key-here \
MCP_TRANSPORT=sse \
MCP_PORT=3100 \
npx holaai-mcp

# Your agent connects to:
# http://your-server:3100/sse  (GET — SSE stream)
# http://your-server:3100/message  (POST — send commands)
# http://your-server:3100/health  (GET — health check)

21 Tools, 5 Categories

Everything you need to manage your vacation rental business through any AI assistant

Guest Communication5 tools
draft_message

Draft a context-aware reply to a guest message using your property's knowledge base

translate_message

Translate messages between 15+ languages with hospitality context

get_guest_messages

Retrieve full conversation history with a guest

send_message

Send a message to a guest through HolaAI

generate_checkin

Generate personalised pre-arrival, welcome, and checkout messages

Property Management5 tools
list_properties

List all your active properties

get_property_info

Get property details, house rules, and knowledge base

update_property_info

Update house rules, check-in instructions, WiFi, and notes

get_property_health_score

Audit data completeness and get improvement suggestions

get_listing_performance

View message volume, response rates, and booking trends

Booking & Revenue4 tools
get_upcoming_reservations

See who's arriving, when, and on which platform

get_guest_profile

Guest language, stay history, and platform data

get_occupancy_stats

Occupancy rates, vacancy gaps, and revenue estimates

get_pricing

Seasonal pricing recommendations with competitor context

Safety & Compliance5 tools
screen_guest

Analyse booking requests for risk signals before accepting

detect_incident

Scan message threads for complaints, damage claims, or disputes

log_incident

Create a timestamped incident record for dispute resolution

export_incident_report

Generate a formatted report for platform disputes

escalate_to_platform

Draft a copy-paste escalation message for Airbnb/Booking support

Reviews2 tools
get_reviews

Fetch guest reviews, filter by rating or unanswered

draft_review_response

Generate a professional, on-brand reply to any review

What You Can Say to Your AI

Just ask in natural language — your AI handles the rest

💬

"Read my latest guest messages and draft replies in their language"

🛡️

"Screen this booking request and flag any risk signals"

📋

"Generate check-in messages for all guests arriving this weekend"

📄

"Document this damage incident and prepare an Airbnb dispute report"

📊

"Give me a weekly summary: occupancy, revenue, and property health scores"

"Show me unanswered reviews and draft professional responses"

Getting Your API Key

  1. 1Log in to your HolaAI account at app.holaai.es
  2. 2Go to Settings → API Keys
  3. 3Click "Generate API Key" and give it a label (e.g., "Claude Desktop")
  4. 4Copy the key — it's only shown once. Paste it into your agent's config.

Important: Your API key gives full access to your properties, messages, and bookings. Keep it private and never share it publicly.

Ready to connect your AI?

Sign up, generate your API key, and start managing your properties from Claude, Cursor, or any MCP-compatible agent.

HolaAI MCP Server — 21 AI Tools for Vacation Rental Hosts