Skip to main content

WorkBuddy

Tencent WorkBuddy connects to PartnerBoost through Connections → Custom connections. A custom connection is MCP.

Step 1 — Copy your AI Access Key

  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 — Configure MCP

  1. Open WorkBuddy → Connections → Custom connections.
  2. Click Configure MCP in the top right. WorkBuddy opens an editor for ~/.workbuddy/mcp.json.
  3. Add (or merge) the PartnerBoost server, then Save:
{
"mcpServers": {
"partnerboost": {
"url": "https://app.partnerboost.com/agent/mcp",
"headers": {
"Authorization": "Bearer YOUR_AI_ACCESS_KEY"
}
}
}
}

Replace YOUR_AI_ACCESS_KEY with the key from AI Center → AI Connect. Keep the Bearer prefix. Do not paste a real key into shared docs or screenshots.

After saving, My MCP should list partnerboost. Turn the toggle on.

Step 3 — Verify

Start a task and ask:

List my recent PartnerBoost transactions.

WorkBuddy should call tools such as pb_get_transaction_list. See MCP features.

Troubleshooting

SymptomFix
401 UnauthorizedCheck the key and the Bearer prefix
partnerboost missingConfirm Connections → Custom connectionsConfigure MCP, then Save
Tools not listedToggle the server off/on so tools refresh

See MCP FAQ.