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)
- Log in to PartnerBoost.
- Open AI Center → AI Connect (app.partnerboost.com/brand/ai-center/connect).
- Copy your AI Access Key (use Apply + if you do not have one yet).
Step 2 — Add the MCP server (1 min)
- Open ChatGPT → Settings → Connectors (or Apps & Connectors → MCP). Codex uses the same connectors.
- Click Add server or New connector.
- Enter:
| Field | Value |
|---|---|
| Name | PartnerBoost |
| URL | https://app.partnerboost.com/agent/mcp |
| Authentication | Bearer token |
| Token | Your 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
| Symptom | Fix |
|---|---|
| 401 Unauthorized | Regenerate key; check Bearer prefix |
| Tools not listed | Toggle connector off/on to refresh the list; restart client |
| Empty results | Confirm account has data for the queried date range |
See MCP FAQ.