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

# ChatGPT

> Connect ChatGPT to Zudo with the remote MCP server.

ChatGPT can connect to Zudo through the remote MCP server so it can query accounts, requests, meetings, and other Zudo data with your permission.

## Before you start

* Make sure you can sign in to your Zudo workspace in a browser.
* If you belong to multiple organizations, switch to the right one before connecting.
* Have your server URL ready: `https://zudo.so/mcp`

## Connect ChatGPT

<Steps>
  <Step title="Open ChatGPT's custom app, connector, or MCP setup flow">
    Create a new connection and choose the option to add your own server.
  </Step>

  <Step title="Enter the Zudo MCP server URL">Use `https://zudo.so/mcp`.</Step>

  <Step title="Use OAuth when prompted">
    If ChatGPT supports discovery, it should find Zudo's authorization and token endpoints automatically.
  </Step>

  <Step title="Sign in and approve access in Zudo">Complete the browser-based login and consent flow.</Step>

  <Step title="Return to ChatGPT and confirm the tools appear">
    Once the connection is complete, ChatGPT should expose Zudo tools in the custom app.
  </Step>
</Steps>

<Note>
  OpenAI changes labels and placement in the product over time. Depending on the current UI, this may appear under
  custom apps, connectors, tools, or MCP.
</Note>

## Recommended settings

* **Server URL:** `https://zudo.so/mcp`
* **Scopes:** `mcp api`
* **Auth mode:** OAuth with discovery enabled

## If ChatGPT asks for OAuth endpoints manually

* **Authorization endpoint:** `https://zudo.so/authorize`
* **Token endpoint:** `https://zudo.so/token`
* **Authorization server metadata:** `https://zudo.so/.well-known/oauth-authorization-server`
* **Protected resource metadata:** `https://zudo.so/.well-known/oauth-protected-resource/mcp`

## Example prompts

* "Give me a briefing on accounts with the most urgent open requests."
* "Pull the latest meetings for Acme and identify action items."
* "Find customers with unresolved support issues and recent negative sentiment."

## Troubleshooting ChatGPT

* If the connection completes but no tools appear, remove the app or connector and reconnect.
* If ChatGPT reports an auth error during tool calls, reconnect and make sure the scopes include `mcp` and `api`.
* If the wrong organization's data appears, switch organizations in Zudo and reconnect.
