Yes, with real controls. ChatGPT connects to Hospitable's official MCP server through OAuth: you sign in with your own Hospitable login, only primary account holders or full-access admins can connect an agent at all, and you can disconnect it whenever you want. ChatGPT sees your data through the tools Hospitable chose to expose, not a database dump.

Your options today

That OAuth model is the meaningful difference from platforms without an official server. There's no API key to paste anywhere: the authorization happens on Hospitable's own login page, and Hospitable controls the tool surface on its side of the connection.

The one behavior to plan around is that the official server includes write tools, and messages sent through MCP go out to guests immediately. If you want ChatGPT to be strictly read-only, run the small self-hosted server from our guide instead: it wraps only read endpoints with a Personal Access Token you control, so looking is all it can ever do.

The hosted API route

One more option if the manual export loop above gets old: the RapidEye API exposes Hospitable as a hosted connector, so a custom tool or agent reads the data through one consistent surface instead of you ferrying CSVs. The catalogue is machine-readable, so an agent can discover it without help.

Keep reading