Connecting ChatGPT Business to your Gravity Forms MCP

Overview

This article explains how to connect ChatGPT Business to your Gravity Forms MCP.

Note: ChatGPT Business is a cloud client and it needs a dedicated endpoint and its own authentication setup.

Prerequisites

Enable the Gravity Forms MCP and create an Application Password as described in Connecting to your MCP Server. You’ll need that username and Application Password below.

Requirements

Create a ChatGPT App

  1. Enable Developer mode.
  2. Go to Workspace Settings Apps → Create (workspace admins).
  3. Set Connection to Server URL.
  4. Enter the Dedicated Endpoint as the Server URL.
  5. Set Authentication to Access token / API key, header scheme Basic.
  6. Click Back to ChatGPT → Plugins (in sidebar menu).
  7. Click your [workspace name] tab and then click + to install the plugin.
  8. Enter your Access Token (username:application_password).
  9. Click Connect.

How to Fill the Single Token Field

WordPress needs both a username and an Application Password on every request Authorization: Basic base64(USERNAME:APPLICATION_PASSWORD)

ChatGPT only gives you one token field. Put the whole username:application-password pair into it, for example:

your-wordpress-username:xxxx xxxx xxxx xxxx xxxx xxxx

Note: Avoid a WordPress username with a space in it for this field. A space inside the username portion makes the combined username:password string ambiguous to parse correctly.

What “No Actions Are Available” Means

If ChatGPT still returns no actions after the username:password token is set, ChatGPT is not sending WordPress Application Password Basic auth on initialize / tools/list.

Limitations

  • @automattic/mcp-wordpress-remote is not a ChatGPT option.
  • Gravity Forms does not host a remote bridge.

If you need further assistance, please contact our support team.