WorkBuddy
Tencent WorkBuddy connects to PartnerBoost through Connections → Custom connections. A custom connection is MCP.
Step 1 — Copy your AI Access Key
- 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 — Configure MCP
- Open WorkBuddy → Connections → Custom connections.
- Click Configure MCP in the top right. WorkBuddy opens an editor for
~/.workbuddy/mcp.json. - 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
| Symptom | Fix |
|---|---|
| 401 Unauthorized | Check the key and the Bearer prefix |
partnerboost missing | Confirm Connections → Custom connections → Configure MCP, then Save |
| Tools not listed | Toggle the server off/on so tools refresh |
See MCP FAQ.