Hostaway-mcp
@prosperkartik/hostaway-mcp
Model Context Protocol (MCP) server for the Hostaway PMS — connect Claude to your vacation rental ops.
@prosperkartik/hostaway-mcp connects Claude (in Claude Code, Claude Desktop, or any MCP-compatible client) to your Hostaway account — listings, reservations, calendar availability, guest messaging, and financials. Authored by an engineer who has integrated Hostaway, Ciirus, and major OTA APIs (Airbnb, VRBO, Booking.com, Expedia, Marriott) in production for short-term rental operators since 2022.
Hostaway is a trademark of Hostaway Inc. This project is community-built and not affiliated with or endorsed by Hostaway.
Why this server
Three reasons:
Tool coverage. 10 read-only tools across listings, reservations, calendar, conversations, financials, and a health-check — broader surface than other community MCP servers in this space.
Cleaner auth UX. Takes the two credentials Hostaway gives you on the API settings page — Account ID + API Key — and handles the OAuth token exchange internally. No "go generate a bearer token elsewhere first" step.
Built by someone who works the API. The author has 3+ years of production Hostaway / Ciirus integration work behind the design decisions. Tools map to real operator workflows, not just REST endpoints.
Related MCP server: Lodgify MCP Server
Tools (v0.1)
All v0.1 tools are read-only. Write operations are coming in later versions, gated behind explicit confirmation.
Tool | Description |
| Health-check — returns connected account counts (listings, reservations, conversations, owner statements, users). Run this first to confirm setup works. |
| List properties on the account |
| Full detail for a single listing — location, capacity, pricing, reputation, channel URLs |
| List reservations, with optional filters by arrival date range and status |
| Full detail for a single reservation — guest, dates, pricing, channel |
| Per-day availability for a listing across a date range — answers "is property X free between A and B?" |
| List guest message threads with unread state and last activity |
| Only conversations with unread guest messages — answers "who's waiting on a reply?" |
| Full message history of a single conversation |
| List owner financial statements |
Quick start
1. Get your Hostaway API credentials
In your Hostaway operator account → Settings → Hostaway API. Generate API credentials. You'll get an Account ID and an API Key.
2. Add to Claude Code
claude mcp add hostaway \
--scope user \
-e HOSTAWAY_ACCOUNT_ID=your-account-id \
-e HOSTAWAY_API_KEY=your-api-key \
-- npx -y @prosperkartik/hostaway-mcp(Or use --scope local to install for the current project only.)
3. Or add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) and add:
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": ["-y", "@prosperkartik/hostaway-mcp"],
"env": {
"HOSTAWAY_ACCOUNT_ID": "your-account-id",
"HOSTAWAY_API_KEY": "your-api-key"
}
}
}
}Restart Claude Desktop. The Hostaway tools appear in the tools picker.
4. Try it
Ask Claude things like:
"Run whoami to confirm Hostaway is connected."
"List my Hostaway listings."
"What reservations are checking in next week?"
"Is listing 12345 available May 10–17?"
"Do I have any unread guest messages?"
"Show me the conversation with [guest]."
Example output (placeholder data)
> List my Hostaway listings.
Found 3 listings:
| ID | Name | Location | Beds | Baths | Capacity | Status |
|-------|-------------------|-------------------|------|-------|----------|--------|
| 10001 | Sample Apt 2BR | Sample City, US | 2 | 2 | 4 | active |
| 10002 | Sample Loft | Sample City, US | 1 | 1 | 2 | active |
| 10003 | Sample Beachfront | Sample Beach, US | 3 | 2 | 6 | active |> Is listing 10001 available May 10–17?
# Calendar for listing 10001
8 days returned (2026-05-10 → 2026-05-17) · 6 available, 2 reserved, 0 blocked
| Date | Available | Status | Price | Min stay | Reserved | Blocked | Note |
|------------|-----------|----------|-------|----------|----------|---------|------|
| 2026-05-10 | ✓ | available| 220 | 2 | 0 | 0 | |
| 2026-05-11 | ✓ | available| 220 | 2 | 0 | 0 | |
| 2026-05-12 | ✗ | reserved | 220 | 2 | 1 | 0 | |
| ... |Configuration
Env var | Required | Description |
| yes | Your Hostaway account ID (acts as OAuth |
| yes | Your Hostaway API secret (acts as OAuth |
The server exchanges those for a bearer token at startup and caches it in memory for the lifetime of the process.
Local development
git clone https://github.com/prosperkartik/hostaway-mcp.git
cd hostaway-mcp
npm install
cp .env.example .env # fill in credentials
npm run build
npm startHot-reload via tsx:
npm run devRoadmap
v0.1 — 10 read-only tools across listings, reservations, calendar, conversations, financials, and health-check
v0.2 — Tasks (
list_tasks,get_task); Cancellation policies; Custom fields readv0.3 — Guest payments read; Webhooks read
v0.4+ — Write operations (send guest messages, update calendar blocks, create tasks) gated behind explicit
confirm: true
Have a request? Open an issue or start a discussion.
Security
Credentials live in environment variables only — never written to disk by this server
The bearer token lives in process memory; no persistent storage
v0.1 is read-only end-to-end; nothing in this codebase can mutate Hostaway data
For multi-property operators: the Hostaway API returns data scoped to the account whose credentials you supply, so cross-account access is not possible
Contributing
Issues and PRs welcome. The codebase is small and easy to read; start at src/index.ts.
License
MIT — see LICENSE.
Author
Built by Kartik Vats (@prosperkartik) — AI engineer at Kodeit. Three years of production work on PMS / OTA integrations and LLM tooling.
If you're a vacation rental operator or hospitality tech team and want help wiring AI into your ops, get in touch via kodeit.io or email prosperkartik@gmail.com.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables AI assistants to interact with Hostaway's property management platform through standardized MCP tools. Provides access to listings, bookings, guest communication, and availability checking for vacation rental management.
- AlicenseAqualityDmaintenanceEnables interaction with the Lodgify vacation rental API to manage properties, bookings, and calendar data. It provides tools for retrieving property details, creating or updating bookings, and monitoring rental availability.82MIT
- AlicenseBqualityBmaintenanceA read-only hospitality-focused MCP server that enables users to retrieve reservation details, listing briefs, and guest conversation contexts from Hostaway. It simplifies hospitality workflows by providing specialized tools for searching threads and viewing reservation data through natural language interfaces.631MIT
- Flicense-qualityDmaintenanceConnects Claude to the Hospitable API v2 for managing vacation rental properties, reservations, guest messages, and reviews.
Related MCP Connectors
Vacation rental discovery, direct booking, and property protection for AI agents.
Manage your Hostex vacation rentals—properties, reservations, availability, listings, and guest me…
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/prosperkartik/hostaway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server