guesty-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@guesty-mcp-servershow me my upcoming reservations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Guesty MCP Server
The first MCP (Model Context Protocol) server for Guesty property management. Connect any MCP-compatible AI client (Claude, ChatGPT, Copilot, Cline) to your Guesty account — manage reservations, communicate with guests, track finances, update pricing.
Just shipped v0.9.3 (2026-05-23): 23 free read-only tools — reservations, listings, guests, calendars, financial reports, operations, reviews, and webhook reads — live now. The full 43-tool surface (write/destructive ops + webhook management) ships behind a paid tier in v1.0 next week.
Why MCP: Guesty is one of the larger PMS platforms in the short-term-rental space and no MCP integration existed. Every major PMS will need one — we built the first.
Built in production on 8 of our own short-term rentals. Node.js + MCP SDK + Express, MIT licensed. Things we learned: Guesty's /reservations endpoint only returns future data (we use the calendar endpoint for historical), and the SSE transport doesn't run on Vercel serverless (expected). 2,112 lifetime npm downloads, 676 in the last 30 days.
Full tool surface: 43 tools across reservations, listings, guests, messaging, financials, tasks, calendars, webhooks, and pricing — plus 1 IoT tool (get_readiness_score) and 3 Enterprise-tier aggregators (get_property_health, submit_checkout_photos, get_maintenance_alerts).
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
v0.9.2 (2026-05-21) — Paid tiers launching v1.0 next week. Free tier (23 read-only tools) is fully functional now: reservations, listings, guests, calendars, financial reports, operations, reviews, and webhook reads. Write operations (create/update/delete) and the full 43-tool surface ship in v1.0 with Stripe-backed paid-tier activation. Until then, paid-tier license keys return a
NOT YET WIRED — PAID TIERS LAUNCH v1.0refusal — set or omitGUESTY_MCP_LICENSE_KEYto use the free tier.
Quick Start
npx guesty-mcp-serverOr 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
Log into Guesty Dashboard
Go to Settings > API (or Marketplace > API Credentials)
Create an API application with
open-apiscopeCopy your Client ID and Client Secret
All 43 Tools
Reservations & Guests
Tool | Description |
| Fetch reservations with filters (dates, listing, status, guest) |
| Create direct bookings (website to Guesty) |
| Update reservation status, dates, guest info, or add notes |
| Search by guest name, email, or confirmation code |
| Detailed financial breakdown for a reservation |
| Add internal notes to a reservation |
| Search guest database by name or email |
| Get detailed guest profile |
Listings & Calendar
Tool | Description |
| Get property details or list all properties |
| Update title, description, amenities, min nights, max guests |
| Check availability and pricing by date |
| Block/unblock dates, set minimum nights |
| Get blocked dates with reasons |
| Calculate occupancy rate over a date range |
| Fetch listing photos with captions |
| Replace or reorder listing photos |
Messaging
Tool | Description |
| Fetch guest message history |
| Send messages to guests in conversations |
Financials & Pricing
Tool | Description |
| Revenue, payouts, and commission data |
| Update base price or date-specific pricing |
| Get base price, discounts, and fee details |
| Update base price, cleaning fee, discounts |
| Owner revenue statements and reports |
| Track operational expenses |
| Create new expense records |
| Aggregated revenue across all listings |
Operations
Tool | Description |
| Fetch cleaning and maintenance tasks |
| Create cleaning or maintenance tasks |
| Fetch guest reviews from all channels |
| Post responses to guest reviews |
| List connected booking channels per property |
| Get supported languages for a listing |
Automation & Integrations
Tool | Description |
| List automation and workflow rules |
| List registered webhooks |
| Register new webhook for event notifications |
| Remove a registered webhook |
| Fetch custom fields for listings or reservations |
| Get account info and subscription details |
Enterprise Tier
Tool | Description |
| Aggregate health signal per property: reservation status, open maintenance alerts, review-score, last-clean timestamp, IoT hub status |
| Accept post-checkout photo uploads and log them to the property's maintenance/cleaning record |
| List or filter open maintenance alerts for a property or portfolio |
Requires GUESTY_MCP_LICENSE_KEY with an Enterprise key (gmcp_ent_*). See pricing.
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.)
Environment Variables
Variable | Default | Purpose |
| — | OAuth2 client id (required) |
| — | OAuth2 client secret (required) |
|
| Port for the Enterprise-tier IoT webhook receiver stub ( |
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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DLJRealty/guesty-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server