Skip to main content

ChatGPT / Codex

ChatGPT and Codex share the same MCP connectors. Connect either to PartnerBoost in roughly 3 minutes.

Step 1 — Copy your AI Access Key (1 min)

  1. Log in to PartnerBoost.
  2. Open AI Center → AI Connect (app.partnerboost.com/brand/ai-center/connect).
  3. Copy your AI Access Key (use Apply + if you do not have one yet).

Step 2 — Add the MCP server (1 min)

  1. Open ChatGPT → Settings → Connectors (or Apps & Connectors → MCP). Codex uses the same connectors.
  2. Click Add server or New connector.
  3. Enter:
FieldValue
NamePartnerBoost
URLhttps://app.partnerboost.com/agent/mcp
AuthenticationBearer token
TokenYour AI Access Key

Then save and enable the connector.

Step 3 — Verify (1 min)

Start a new chat and ask:

List my recent PartnerBoost transactions.

The client should invoke MCP tools (e.g., pb_get_transaction_list, pb_get_transaction_stats) and return live data.

Cursor / other IDEs

The same MCP URL and Bearer key work in Cursor and other MCP clients:

{
"mcpServers": {
"partnerboost": {
"url": "https://app.partnerboost.com/agent/mcp",
"headers": {
"Authorization": "Bearer YOUR_AI_ACCESS_KEY"
}
}
}
}

Replace YOUR_AI_ACCESS_KEY with your key from AI Center → AI Connect.

For DeepSeek Harness, see DeepSeek Harness.

Troubleshooting

SymptomFix
401 UnauthorizedRegenerate key; check Bearer prefix
Tools not listedToggle connector off/on to refresh the list; restart client
Empty resultsConfirm account has data for the queried date range

See MCP FAQ.