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

# Use Supported.tech from ChatGPT or Claude

> Connect your Supported.tech account to your own ChatGPT or Claude through MCP and OAuth.

The Supported.tech connector lets you build, run and improve agents from your own ChatGPT or Claude conversation. Describe the job in ordinary language; the connector applies the requested change to your Supported.tech account.

This is Agent Cycle™ in practice:

* create or refine an agent;
* connect knowledge, tools and automations;
* review calls and test results;
* prepare a launch;
* inspect conversations and outcomes; and
* calibrate the agent from real work.

<Note>
  The connector uses OAuth. Sign in with the same account you use at <a href="https://app.supported.tech">app.supported.tech</a>; you do not paste an API key into the conversation.
</Note>

## Connection address

Use this remote MCP server URL:

```text theme={null}
https://app.supported.tech/mcp
```

## Connect Claude

<Steps>
  <Step title="Open connector settings">
    In Claude, open Settings or Customize, then find Connectors. The exact label can vary by Claude version and account type.
  </Step>

  <Step title="Add a custom connector">
    Name it **Supported.tech** and paste `https://app.supported.tech/mcp` as the remote MCP server URL. Leave manual OAuth client fields empty unless your workspace administrator requires otherwise.
  </Step>

  <Step title="Sign in and approve">
    Continue to the Supported.tech sign-in screen, use your existing account and review the requested access before approving it.
  </Step>
</Steps>

## Connect ChatGPT

<Steps>
  <Step title="Open app or connector settings">
    In ChatGPT, open Settings and find Plugins, Apps or Connectors. Custom connectors may require developer mode or administrator permission, depending on the account.
  </Step>

  <Step title="Add the MCP server">
    Create a custom connector named **Supported.tech**, use `https://app.supported.tech/mcp` as the server URL and select OAuth authentication.
  </Step>

  <Step title="Sign in and approve">
    Sign in with your Supported.tech account and review the permissions. After approval, Supported.tech tools become available to the conversation.
  </Step>
</Steps>

<Info>
  ChatGPT and Claude change their settings labels over time. If the options above do not appear, check that your plan or workspace permits custom connectors, then follow the current connector instructions from the client provider.
</Info>

## Try one clear request

Start with a complete job and a boundary:

<CardGroup cols={2}>
  <Card title="Create" icon="wand-magic-sparkles">
    “Build an inbound appointment agent. It may use our calendar and FAQ, but a person must approve cancellations.”
  </Card>

  <Card title="Connect" icon="plug-circle-bolt">
    “Add a tool that looks up an order by order number. Do not expose payment details.”
  </Card>

  <Card title="Test" icon="vial">
    “Test the agent with a missing order number, an unavailable item and an angry customer.”
  </Card>

  <Card title="Improve" icon="arrow-trend-up">
    “Review the last five completed calls. Show where customers repeated themselves before changing anything.”
  </Card>
</CardGroup>

## What requires confirmation

The connector separates reading from writing. Actions that spend money, place a call, send a message, purchase a number, delete data or materially change a live setup should request confirmation before execution.

## Access and privacy

* The connection is authorized through OAuth and scoped to the signed-in Supported.tech account.
* Integration secrets returned by platform tools are masked rather than exposed in plain text.
* Disconnecting the connector in ChatGPT or Claude removes that client's access; you can also revoke the connection from your Supported.tech account when available.
* Review the [Supported.tech Privacy Policy](https://www.supported.tech/privacy) before connecting production data.

## Troubleshooting

If sign-in fails, confirm that you can access [app.supported.tech](https://app.supported.tech) directly with the same account. If a tool is missing, begin a new conversation after reconnecting; clients may cache the available tool list.

For account-specific help, [contact Supported.tech](https://www.supported.tech/contact) and include the client you are using, the time of the attempt and the error message—without sending passwords or API keys.
