cohoststr-mcp
Click on "Deploy 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., "@cohoststr-mcpShow me upcoming reservations for next week"
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.
CohostSTR — MCP server for Guesty
An open-source, write-capable 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.
Live now: all 43 Guesty tools, free — reservations, listings, guests, calendars, guest messaging, financial reports, pricing and listing writes, operations, reviews, webhooks, and IoT/property-health. No license key, no paid tier.
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.
Built and run in production on our own short-term rental portfolio. 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). All 44 tools free.
Full tool surface: 44 tools registered, all free — 43 Guesty tools (23 read-only, 16 write/guest-messaging including get_conversations and draft_guest_reply, and 4 IoT/property-health) plus get_license_info, which reports this server's own licensing state and makes no Guesty API call. There are no paid tiers. GUESTY_MCP_LICENSE_KEY is optional and does not change what you can call.
Everything is free. All 44 tools work with no license key. Paid-prefix keys are still recognized (they show up in
get_license_info) but are not required and unlock nothing extra — there is nothing extra to unlock. Set or omitGUESTY_MCP_LICENSE_KEY; access is the same either way.
Quick Start
Easiest: one command for Claude Desktop (your key is never shown on screen)
npx -y cohoststr-mcp setupIt asks for your Guesty Client ID and Client Secret in a hidden prompt (nothing is echoed, not even asterisks), backs up your existing Claude Desktop config, adds CohostSTR, and keeps any other MCP servers you already have. Then quit and reopen Claude Desktop. When Claude asks to use a tool that changes something, allow it one time only (not "always"), so you approve each change.
Or configure it yourself
npx cohoststr-mcpClaude Code:
claude mcp add cohoststr -s user -e GUESTY_CLIENT_ID=your-client-id -e GUESTY_CLIENT_SECRET=your-client-secret -- npx -y cohoststr-mcpClaude Desktop by hand: Settings > Developer > Edit Config, then add under mcpServers:
{
"mcpServers": {
"cohoststr": {
"command": "npx",
"args": ["-y", "cohoststr-mcp"],
"env": {
"GUESTY_CLIENT_ID": "your-client-id",
"GUESTY_CLIENT_SECRET": "your-client-secret"
}
}
}
}Related MCP server: Motion MCP Server
Get Guesty API Credentials
Requires a Guesty plan with Open API access (Pro or Enterprise; not Lite, per guesty.com/pricing).
Log into Guesty
Go to Integrations > Developer tools > OAuth applications and create a new API application (Guesty quick-start guide)
Copy your Client ID and Client Secret (Guesty shows the secret only once)
All 44 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 |
Server & Licensing
Tool | Description |
| Report this MCP server's own licensing state — every tool is currently free; lists the tool ledger and whether a key was detected. Makes no Guesty API call. |
It is counted in the 44 registered tools but not in the "43 Guesty tools" figure, because it reports our licensing state rather than doing anything with your Guesty account: 43 Guesty tools + this one = 44.
IoT & Property Health
Tool | Description |
| Composite turnover-readiness score for a property from cleaning, maintenance, and IoT signals |
| 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 |
These four tools are free like everything else. They read the local IoT database (IOT_DB_PATH) that the optional webhook receiver (src/webhook/iot-receiver-server.js) populates. With no devices reporting they return empty device and alert lists, a low readiness score that names each missing signal, and null IoT fields in the health snapshot — not errors — and the Guesty-side fields still fill in.
Use Cases
Guest Communication: guest-messaging tools draft and send replies grounded in 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
Connected Tools: give every MCP-compatible client in your stack access to the same 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 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
Built and run by a short-term rental operator on its own portfolio, shared with the STR community. Not affiliated with Guesty.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP server for Guesty property management. Manage reservations, guests, messaging, financials, listings, and operations via AI clients.43100 npm6MIT
- AlicenseNot gradedqualityDmaintenanceAn open-source MCP server enabling AI assistants to interact with the Motion API for intelligent task and project management.5MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server that connects AI assistants to GoHighLevel CRM, enabling management of contacts, conversations, calendars, pipelines, payments, and more through 60+ tools.6423 npm1MIT
- FlicenseAqualityDmaintenanceMCP server for the Rizerve direct booking platform. Enables managing properties, bookings, availability, iCal sync, analytics, and webhooks through AI assistants.191-