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

# Connect to ChatGPT

> How to call Bridger from ChatGPT via a remote MCP connector — about 2 minutes.

Bridger connects to ChatGPT as a **remote MCP server (Connector)**. ChatGPT attaches directly to
`https://mcp.datari.kr/mcp`, letting you use 230+ Korean public-data tools in natural language.
Authentication is handled via OAuth.

<Note>
  The remote MCP connector is available in ChatGPT's **Developer Mode** or in workspaces that support
  connectors (Enterprise/Team, etc.).
</Note>

<Steps>
  <Step title="Add the connector">
    In ChatGPT **Settings → Connectors → Add (or Developer Mode → MCP servers)**, enter the following
    as the remote MCP server URL.

    ```text Remote MCP Server URL theme={null}
    https://mcp.datari.kr/mcp
    ```

    The transport is **Streamable HTTP**.
  </Step>

  <Step title="OAuth consent">
    Once you add the connector, ChatGPT starts OAuth authentication (Dynamic Client Registration + PKCE).
    Log in to Bridger and click **Allow** to complete the connection.

    <Tip>
      If you don't have an account yet, create one first at the
      [admin dashboard](https://admin.datari.kr). Google/Kakao social login is supported.
    </Tip>
  </Step>

  <Step title="Start using it">
    Once connected, you can ask ChatGPT about Korean data in natural language.

    ```
    Tell me the fine-dust level in Jung-gu, Seoul.
    Find pharmacies near Hakdong-ro in Gangnam-gu.
    What's today's USD exchange rate?
    ```
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="I don't see the Add connector menu">
    The remote MCP connector only appears in ChatGPT Developer Mode or on plans that support connectors.
    Make sure Developer Mode is enabled in settings.
  </Accordion>

  <Accordion title="The OAuth consent screen doesn't appear">
    Verify the `https://mcp.datari.kr/mcp` URL is correct and that browser popups/redirects aren't blocked.
  </Accordion>

  <Accordion title="Data isn't returned">
    Some public-data APIs may undergo maintenance at night. Please try again later.
  </Accordion>

  <Accordion title="Still not working?">
    Contact us at [support@datari.kr](mailto:support@datari.kr) or via Channel Talk.
  </Accordion>
</AccordionGroup>
