ZuckerBot MCP Server Enables OpenClaw Agents to Run Meta Ads Campaigns

ZuckerBot is an MCP server that can be deployed in front of OpenClaw to provide agents with direct control over Meta Ads. This enables AI agents to perform actual campaign work rather than just drafting outputs.
Current Usage and Status
Since its release following OpenClaw's launch, ZuckerBot has seen significant adoption:
- 50+ unique agents have gone live using the system
- Multiple agents are executing full campaign loops: research → creatives → launch → monitor
- No human intervention is required after initial authentication
- The system is now stable and has been used outside of the developer's own tests
Technical Implementation
ZuckerBot is exposed via 10+ API endpoints and provides the following capabilities for OpenClaw agents:
- Pull competitor ads
- Generate targeting parameters
- Launch and manage campaigns
- Adjust performance directly in code
Access and Documentation
The server and documentation are available at https://github.com/DatalisHQ/zuckerbot-d2fa8661. Free API access is currently available while the developer iterates based on feedback and usage patterns.
📖 Read the full source: r/openclaw
👀 See Also
DuckDB’s Quack Protocol Enables Client-Server with Multiple Concurrent Writers
DuckDB introduces the Quack remote protocol, allowing two DuckDB instances to communicate as client and server, supporting concurrent writers and leveraging HTTP for transport.

Codiff v0.1.0: A Local Diff Viewer for LLM-Generated Code Reviews
Codiff v0.1.0 is a fast, minimal desktop app for reviewing local Git diffs, with LLM walkthrough mode and inline comments that can be copied as Markdown.

Bullshit Benchmark Tests LLM Resistance to Nonsensical Prompts
The Bullshit Benchmark evaluates whether AI models identify and push back on obvious nonsense prompts instead of confidently generating incorrect answers. Results show Claude models perform significantly better than Gemini models at detecting nonsensical questions.

Slate: Open-Source macOS AI Chat App with Built-in Browser
Slate is a native macOS app that combines AI chat and web browsing in a single window, supporting Anthropic, OpenAI, Gemini, and Ollama models. It's built with SwiftUI and WebKit, runs light on resources, and is MIT licensed.