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

# Add Corvera to ChatGPT

> Connect Corvera's MCP server to ChatGPT with developer mode.

Connect ChatGPT to Corvera's hosted MCP server so you can query your data in
chat. Custom MCP connectors run through ChatGPT's developer mode, available on
ChatGPT Pro, Business, Enterprise, and Edu plans.

```
https://mcp.corvera.ai/mcp
```

<Warning>
  On **Business**, **Enterprise**, and **Edu** workspaces, your administrator
  controls which connectors are available and whether developer mode can be
  turned on. If you can't enable developer mode or add a connector, ask your
  workspace admin to allow custom MCP connectors — then come back and follow the
  steps below.
</Warning>

<Steps>
  <Step title="Enable developer mode">
    Open **Settings → Apps & Connectors → Advanced settings** and turn on
    **Developer mode**.

    <Note>
      Don't see **Developer mode**? On Business, Enterprise, and Edu workspaces
      it's controlled by your admin. Ask your workspace admin to enable custom
      connectors, then return here.
    </Note>
  </Step>

  <Step title="Add a new connector">
    Go to **Settings → Apps & Connectors → Add new connector**. Enter a name
    (for example, **Corvera**) and a short description.
  </Step>

  <Step title="Point it at Corvera">
    Set the MCP server URL to `https://mcp.corvera.ai/mcp` and set the
    authentication method to **OAuth**. Click **Create**.
  </Step>

  <Step title="Sign in to Corvera">
    Complete the OAuth login flow to authorize the connection with your Corvera
    account.
  </Step>
</Steps>

## Try it out

Confirm the connection, then ask a question:

```text theme={null}
Run list_my_integrations and tell me what data I can query.
```

```text theme={null}
Show me my weekly Tesco sales and stock for the last month.
```

```text theme={null}
Which SKUs are low on stock across my 3PL warehouses?
```

<Note>
  For the full setup reference, see OpenAI's
  [developer mode and MCP connectors guide](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta).
  Only connect MCP servers you trust.
</Note>
