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.
Get Your API Key
Go to Settings → API Keys in your HolaAI dashboard and generate a key.
Add to Your AI Agent
Paste the configuration into Claude Desktop, Cursor, or your preferred agent.
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.
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
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
draft_messageDraft a context-aware reply to a guest message using your property's knowledge base
translate_messageTranslate messages between 15+ languages with hospitality context
get_guest_messagesRetrieve full conversation history with a guest
send_messageSend a message to a guest through HolaAI
generate_checkinGenerate personalised pre-arrival, welcome, and checkout messages
list_propertiesList all your active properties
get_property_infoGet property details, house rules, and knowledge base
update_property_infoUpdate house rules, check-in instructions, WiFi, and notes
get_property_health_scoreAudit data completeness and get improvement suggestions
get_listing_performanceView message volume, response rates, and booking trends
get_upcoming_reservationsSee who's arriving, when, and on which platform
get_guest_profileGuest language, stay history, and platform data
get_occupancy_statsOccupancy rates, vacancy gaps, and revenue estimates
get_pricingSeasonal pricing recommendations with competitor context
screen_guestAnalyse booking requests for risk signals before accepting
detect_incidentScan message threads for complaints, damage claims, or disputes
log_incidentCreate a timestamped incident record for dispute resolution
export_incident_reportGenerate a formatted report for platform disputes
escalate_to_platformDraft a copy-paste escalation message for Airbnb/Booking support
get_reviewsFetch guest reviews, filter by rating or unanswered
draft_review_responseGenerate 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
- 1Log in to your HolaAI account at app.holaai.es
- 2Go to Settings → API Keys
- 3Click "Generate API Key" and give it a label (e.g., "Claude Desktop")
- 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.