Guesty MCP Server

First MCP server for Guesty property management. 38 tools for reservations, guests, messaging, pricing, financials, calendars, reviews, tasks, and webhooks. Free tier with 23 tools, Pro tier with all 38.

Guesty MCP Server

npm version License: MIT

The first MCP (Model Context Protocol) server for Guesty property management. Connect AI agents directly to your Guesty account to manage reservations, communicate with guests, track finances, and update pricing -- all autonomously.

38 tools covering reservations, listings, guests, messaging, financials, tasks, calendars, webhooks, pricing, and more.

Want AI to handle your guest messages 24/7? Guesty Copilot -- AI guest management for Guesty hosts, built on this MCP server. Now in beta.

Stay updated: Sign up for release notes and new tool announcements

Quick Start

npx guesty-mcp-server

Or add to your Claude Code settings (~/.claude/settings.json):

{
  "mcpServers": {
    "guesty": {
      "command": "npx",
      "args": ["-y", "guesty-mcp-server"],
      "env": {
        "GUESTY_CLIENT_ID": "your-client-id",
        "GUESTY_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Get Guesty API Credentials

  1. Log into Guesty Dashboard
  2. Go to Settings > API (or Marketplace > API Credentials)
  3. Create an API application with open-api scope
  4. Copy your Client ID and Client Secret

All 38 Tools

Reservations & Guests

ToolDescription
get_reservationsFetch reservations with filters (dates, listing, status, guest)
create_reservationCreate direct bookings (website to Guesty)
update_reservationUpdate reservation status, dates, guest info, or add notes
search_reservationsSearch by guest name, email, or confirmation code
get_reservation_financialsDetailed financial breakdown for a reservation
create_reservation_noteAdd internal notes to a reservation
get_guestsSearch guest database by name or email
get_guest_by_idGet detailed guest profile

Listings & Calendar

ToolDescription
get_listingGet property details or list all properties
update_listingUpdate title, description, amenities, min nights, max guests
get_calendarCheck availability and pricing by date
update_calendarBlock/unblock dates, set minimum nights
get_calendar_blocksGet blocked dates with reasons
get_listing_occupancyCalculate occupancy rate over a date range
get_photosFetch listing photos with captions
update_photosReplace or reorder listing photos

Messaging

ToolDescription
get_conversationsFetch guest message history
send_guest_messageSend messages to guests in conversations

Financials & Pricing

ToolDescription
get_financialsRevenue, payouts, and commission data
update_pricingUpdate base price or date-specific pricing
get_listing_pricingGet base price, discounts, and fee details
update_listing_pricingUpdate base price, cleaning fee, discounts
get_owner_statementsOwner revenue statements and reports
get_expensesTrack operational expenses
create_expenseCreate new expense records
get_revenue_summaryAggregated revenue across all listings

Operations

ToolDescription
get_tasksFetch cleaning and maintenance tasks
create_taskCreate cleaning or maintenance tasks
get_reviewsFetch guest reviews from all channels
respond_to_reviewPost responses to guest reviews
get_channelsList connected booking channels per property
get_supported_languagesGet supported languages for a listing

Automation & Integrations

ToolDescription
get_automation_rulesList automation and workflow rules
get_webhooksList registered webhooks
create_webhookRegister new webhook for event notifications
delete_webhookRemove a registered webhook
get_custom_fieldsFetch custom fields for listings or reservations
get_account_infoGet account info and subscription details

Use Cases

  • Guest Communication: AI agents auto-respond to guest inquiries using real reservation data
  • Revenue Management: Pull financial reports, analyze occupancy, optimize pricing
  • Operations: Track check-ins/outs, coordinate cleaning schedules, manage availability
  • Marketing: Identify low-occupancy periods, create targeted promotions
  • Multi-Agent Teams: Give your entire AI team access to property data

Requirements

  • Node.js 18+
  • Guesty account with API access (Professional plan or higher)
  • MCP-compatible AI client (Claude Code, Cursor, Windsurf, etc.)

API Reference

This server wraps the Guesty Open API. Authentication uses OAuth2 client credentials flow with automatic token caching, retry logic, and rate limit handling.

Built By

DLJ Properties -- Running 7 properties with a fully autonomous AI agent team. Built for our own use, shared with the STR community.

License

MIT

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension