> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superhost.world/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Claude or ChatGPT

> Let your own AI app read your property data, so you can ask about reservations, occupancy, or compliance from the chat you already use.

If you already use Claude or ChatGPT, you can connect it to Superhost and ask
about your properties there: occupancy for last month, who checks in tomorrow,
whether a guest's registration went through. The connection uses your Superhost
account, respects your role's permissions, and is strictly read-only.

<Note>
  This is separate from the built-in [AI assistant](/messaging/ai-assistant),
  which needs no setup. Connect your own AI app when you prefer working in
  Claude or ChatGPT, or want to combine your property data with things
  Superhost doesn't do, like web search.
</Note>

## Connect from Claude

<Steps>
  <Step title="Add the connector">
    In Claude's settings, open **Connectors**, choose to add a custom
    connector, and enter this address:

    ```
    https://mcp.superhost.world/mcp
    ```
  </Step>

  <Step title="Sign in to Superhost">
    Claude opens a Superhost sign-in page in your browser. Sign in with your
    usual Superhost account.
  </Step>

  <Step title="Allow access">
    On the **Allow access to your Superhost data?** screen, review what the
    connection can read, then tap **Allow access**. Choose **Deny** if you
    change your mind, and the connection is not made.
  </Step>

  <Step title="Ask away">
    Back in Claude, the Superhost tools are available in that conversation.
    Try **"What's our occupancy for this month?"**
  </Step>
</Steps>

ChatGPT can use the same address and sign-in flow; adding custom connectors
there currently requires developer mode on a paid plan, in the web app.

## What your AI app can read

The connection offers the same lookups as the built-in assistant: reservations,
guests, availability, cleaning and maintenance tasks, your property and rooms,
team members, occupancy statistics, tourist tax amounts, reservation balances,
and guest registration status.

It sees exactly what your role can see in the app, nothing more. An operator's
connection, for example, only sees their own tasks and cannot read tourist tax
or payment figures.

<Warning>
  The connection is read-only. Your AI app cannot create, change, or send
  anything in Superhost, and it cannot file registrations or take payments.
</Warning>

## Working with several properties

If your account manages more than one property, mention which property you're
asking about. The AI app can list your properties by name when it needs to ask
you which one you mean.

## If something looks off

* **Sign in required** on the consent screen means your Superhost session
  ended mid-connection. Sign in, then restart the connection from your AI app.
* **Connection request expired** means the request is stale. Close the tab and
  reconnect from your AI app.
* To stop using a connection, remove the connector in your AI app's settings.

## Where to go next

<CardGroup cols={2}>
  <Card title="The AI assistant" icon="sparkles" href="/messaging/ai-assistant">
    The built-in assistant answers the same questions inside Superhost, with
    no setup.
  </Card>

  <Card title="Your team's roles" icon="users" href="/team/roles-and-permissions">
    What each role can see determines what a connected AI app can read.
  </Card>
</CardGroup>
