Confused? Book a call with Sam
Hostfully + AI

Does Hostfully have an MCP server?

No, as of July 2026. Hostfully publishes the Platform API but no first-party MCP server, and unlike some other platforms there is no widely used community one either. The practical path is a focused, read-only MCP server you build yourself in about 15 minutes; our guide has the working code.

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 Hostfully 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 booking, a price, or a guest record.

API keys are self-serve under Agency Settings for accounts whose plan includes API access, so there's no partner approval to wait on. The same server then works with Claude, the Gemini CLI, and (when hosted) ChatGPT.

The full guide has the Node.js code, the setup, and example prompts to try.

Read the Hostfully guide