Not an official one, as of June 2026. Hostaway publishes a Public API but no first-party MCP server. You can build a focused, read-only MCP server yourself in about 20 minutes (our guide has the working code), or use a no-code bridge like Zapier MCP.
What exists today
An MCP (Model Context Protocol) server is a small program that exposes one system's data to AI assistants as a set of tools. Because there's no first-party Hostaway server, building your own is actually an advantage: you decide exactly what the assistant can see, and you can keep it read-only so it can never change a reservation or price.
The Hostaway Public API uses self-serve credentials you generate under Settings, so you don't need to be a Marketplace partner to build against it. The same server then works with Claude, the Gemini CLI, and (when hosted) ChatGPT.
The hosted API route
If what you actually want is programmatic access without hosting anything yourself, the RapidEye API exposes Hostaway as a hosted connector: credential handling and platform quirks live on our side, and your tool or agent calls one consistent surface. Worth knowing before you build and babysit your own server.
