Confused? Book a call with Sam
Guesty + AI

Can ChatGPT access my Guesty data?

Yes, on your terms. ChatGPT reaches Guesty through an MCP server, and during beta Guesty's official server is read-only by design: assistants can look up and summarize your data but cannot create, update, or delete records. Access runs on OAuth credentials from an application you create; delete that application and no new tokens can be minted, with any existing token aging out within 24 hours.

ChatGPT added Model Context Protocol support in September 2025 and connects to remote MCP servers over HTTP, which matches Guesty's hosted endpoint at https://mcp.guesty.com/v1. The credentials come from Integrations, then OAuth applications in your Guesty dashboard, so nothing gets pasted into the chat itself, and the token is scoped to the application you created.

Want it even tighter? Build the small server from our guide against the Guesty Open API and expose only the endpoints you choose. Whichever path you take, the read-only property holds: looking is all the assistant can do.

The full guide shows how to build the read-only server and exactly which tools it exposes.

Read the Guesty guide