Serversio.github.Crumbedsausage/zuckerbot
Z

ZuckerBot — Meta Ads MCP Server

io.github.Crumbedsausage/zuckerbot · v0.3.0
▦ npm
v0.3.0npm npm: zuckerbot-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Crumbedsausage/zuckerbot",
  "description": "The Meta Ads toolkit for AI agents. 50 tools for campaigns, creatives, audiences, and CAPI.",
  "title": "ZuckerBot — Meta Ads MCP Server",
  "repository": {
    "url": "https://github.com/DatalisHQ/zuckerbot",
    "source": "github"
  },
  "version": "0.3.0",
  "websiteUrl": "https://zuckerbot.ai",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zuckerbot-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ZuckerBot API key from zuckerbot.ai",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ZUCKERBOT_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}