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

# ChatGPT

> Use ChatGPT with FITsociety MCP as a custom app or connector.

Use this guide when you want ChatGPT to call FITsociety MCP tools in ChatGPT
workflows that support custom MCP apps/connectors.

## Prerequisites

Before connecting, make sure:

* your company has the `mcp` feature enabled
* a Manager or Admin coach has created an MCP grant (OAuth consent or a static
  MCP API key) for the access you need

See [Setup for Coaches](/mcp/setup-for-coaches) for how to enable the feature
and create a grant.

## Server URL

```text theme={null}
https://mcp.fitsociety.io/mcp/v1
```

## Availability

ChatGPT MCP access depends on your plan, region, and workspace settings. If you
do not see custom apps or connector settings, ask the workspace admin to enable
custom MCP apps/connectors.

## Add the connector

In ChatGPT:

1. Open workspace or app settings for apps/connectors.

2. Create a custom app or connector.

3. Use the FITsociety MCP server URL:

   ```text theme={null}
   https://mcp.fitsociety.io/mcp/v1
   ```

4. Save the connector and start the authorization flow.

## Authentication

Use OAuth for ChatGPT. FITsociety redirects the signed-in approver to the
matching consent flow where they approve:

* the grant subject, either company/coach access or client AI access
* allowed modules
* optional write tools
* health data consent when needed
* private communication consent when needed

After approval, ChatGPT receives an OAuth token pair and can call only the tools
allowed by that grant.

## Verify

Ask ChatGPT:

```text theme={null}
Which FITsociety MCP tools are available to you?
```

Then test a read-only workflow first:

```text theme={null}
Search for a client by name using FITsociety.
```

Only enable write tools after the read-only connection is working.
