Skip to main content

MCP setup (ChatGPT)

Connect ChatGPT to PartnerBoost in roughly 3 minutes.

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

  1. Log in to PartnerBoost.
  2. Navigate to Tools → AI Tools.
  3. Copy your AI Access Key.

Step 2 — Add the MCP server in ChatGPT (1 min)

  1. Open ChatGPT → Settings → Connectors (or Apps & Connectors → MCP).
  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.

ChatGPT should invoke MCP tools (e.g., list_transactions, get_transaction_stats) and return live data.

Cursor / IDE setup

Add to your MCP config (example):

{
"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 Tools → AI Tools.

Troubleshooting

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

See MCP FAQ.