Yes. Hospitable's official MCP server is a hosted, remote server, which is exactly the kind ChatGPT's MCP support expects. Add https://mcp.hospitable.com/mcp as a connector in ChatGPT's Developer Mode, sign in with your Hospitable login when the OAuth prompt appears, and ChatGPT can work with your properties, reservations, and guest messages.

What works today

ChatGPT added Model Context Protocol support in September 2025 through Developer Mode, available on paid plans, and it connects to remote MCP servers over HTTP. On most platforms that's the hard part, because you have to host a server yourself. Hospitable removed that step by hosting the official server, and its help center lists ChatGPT among the supported clients alongside Claude and Cursor.

Worth knowing before you connect: the official server includes write tools, and messages sent through MCP go out to guests immediately. If you want ChatGPT to only ever read, our guide shows a small read-only alternative you host yourself.

The hosted API route

If you would rather call an API than run and maintain a server, there is a hosted middle path: the RapidEye API exposes Hospitable as a hosted connector, so the credential handling and token care above happen on our side and your assistant or script calls one consistent surface. The catalogue is machine-readable, which means an AI agent can discover it and hand you the next step on its own.

Keep reading