Connect your vacation rental stack to Claude
Eight free, open-source guides. One teaches you Claude Code, the skill that wires any tool with an API to Claude in minutes. The rest are worked examples for the platforms you already run. Start with the first; use the others as reference.
The guides
9 live, all testedClaude Code for Property Managers
Never touched a terminal? Start here. A four-step install of Anthropic's Claude Code CLI, then a demo where Claude Code reads an API doc at runtime and builds its own MCP server. The companion piece to every other guide in this series.
Read the guideConnect Hostaway to Claude
One of the largest pro STR platforms, with no official MCP server yet. Self-serve OAuth Public API and read-only tools for listings, reservations, calendar, tasks, and guest messages. Comes with a copy-the-whole-page button.
Read the guideConnect Hostfully to Claude
No official MCP server, and no community one either. Hostfully's Platform API authenticates with a single header key (no OAuth), so it is one of the quickest to wire up. Read-only tools for properties, bookings, orders, and guests.
Read the guideConnect Guesty to Claude
The biggest pro STR platform, with no first-party MCP server. Self-serve OAuth Open API and read-only tools for listings, reservations, calendar, and guests. Includes file-based token caching to stay under Guesty's five-tokens-per-day limit.
Read the guideConnect OwnerRez to Claude
The biggest US indie and pro PMS without a first-party MCP server. 60+ v2 endpoints, a self-serve Personal Access Token, and HTTP Basic auth. Ask Claude about bookings, properties, guests, and payments.
Read the guideConnect Hospitable to Claude
A major US PMS for Airbnb-first hosts (formerly Smartbnb). Bearer token auth with Personal Access Tokens, Host plan or higher required. Read your properties, reservations, and calendars in plain English.
Read the guideConnect PriceLabs to Claude
Read-only queries against your synced listings and current dynamic prices. Ask Claude about rate spreads, sync status, or price recommendations across the portfolio without opening the dashboard.
Read the guideConnect Seam to Claude
One MCP connector wraps August, Yale, Schlage, Kwikset, Salto, TTLock, Nuki, and igloohome, plus Minut and NoiseAware sensors and ecobee thermostats. Free sandbox for testing before you touch live devices.
Read the guideConnect Safely to Claude
Verification status, damage claims, and coverage as natural-language queries. One of the cleanest public APIs in the STR ancillary stack: 300 requests per minute and a self-serve Bearer token.
Read the guidePick a platform
Each guide wraps one tool's public API as a small, read-only MCP server. No platform partnership or approval required.
Copy the code
Working Node.js you paste and run, or hand the whole page to Claude Code and let it build and wire up the server for you.
Ask in plain English
Claude reads your live data and answers questions about it. Read-only by default, so it can look but never change anything.
Built and maintained by RapidEye Inspections, AI turnover intelligence for vacation rental operators. Every guide is tested against the platform's own API documentation and ships with working code. Inspired by Cole Rubin's Conduit PMS guides.