Everything about redeeming your licence, connecting your AI agent and Meta account, plan limits, and troubleshooting. Can't find your answer? Contact us.
Redeeming your code and setting up your account.
ZB-XXXXX-XXXXX-XXXXX).ZB-… licence code.ZB-XXXXX-XXXXX-XXXXX. The alphabet deliberately excludes easily-confused characters (0/O, 1/I/L) — re-check any you typed.ZuckerBot works with any MCP-compatible agent, remote or local.
https://zuckerbot.ai/api/mcphttps://zuckerbot.ai/api/mcp and you sign in with the email you redeemed your licence with. Please tell us how it goes — email support@zuckerbot.ai either way, and we'll write this section properly.
npx zuckerbot-mcp with a key from start.html in any local MCP client. And note the connector is one credential per account — see "My old connector stopped working" below before running two agents at once.
claude mcp add zuckerbot --env ZUCKERBOT_API_KEY=zb_live_… -- npx -y zuckerbot-mcpOr add to your MCP config file manually:
{
"mcpServers": {
"zuckerbot": {
"command": "npx",
"args": ["-y", "zuckerbot-mcp"],
"env": { "ZUCKERBOT_API_KEY": "zb_live_…" }
}
}
}
https://zuckerbot.ai/api/mcp as a remote MCP server. Sign in via the OAuth prompt, or send the header Authorization: Bearer zb_live_… directly.npx -y zuckerbot-mcp config above with ZUCKERBOT_API_KEY set.https://zuckerbot.ai/api/mcp) needs no install and signs in with your email — best for claude.ai and quick setup. Local (npx zuckerbot-mcp) runs on your machine and authenticates with your API key — best for Claude Code, scripts, and anywhere you manage env vars. Both expose the same tools and count against the same limits.
npx zuckerbot-mcp with your own key.
Linking your Facebook ad account so your agent can work with it.
How the lifetime tiers work.
| Tier 1 (1 code) | Tier 2 (2 codes) | Tier 3 (3 codes) | |
|---|---|---|---|
| Ad accounts | 1 | 3 | 10 |
| API calls / month | 2,500 | 10,000 | 30,000 |
| Rate limit | 30/min | 60/min | 120/min |
retry_after your agent waits on. If you're hitting either regularly, stack another code for a higher tier.
zuckerbot_billing_status tool returns your tier, calls used this month, and remaining quota.
What your agent can and can't do with your money.
Common errors and what they mean.
retry_after — most agents wait and retry automatically. If your agent runs big parallel workloads, a higher tier raises the ceiling.
missing_meta_credentials — connect your Meta account first (start.html step 4).capi_disabled / missing pixel — set your pixel in the CAPI config (ask your agent to run zuckerbot_set_capi_config).zuckerbot_capi_status — it shows readiness, recent events, and any recent failures with reasons.
ZUCKERBOT_API_KEY value.code field), the approximate time, and the last 4 characters of your API key. We can trace exactly what happened.
The commercial stuff.
Email us and include your account email, what you were doing, and any error message. We aim to respond within one business day.
support@zuckerbot.ai