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

LLM Cost Profiler: Open-source tool tracks API spending to make case for local models
LLM Cost Profiler is a Python tool that tracks every API call to OpenAI/Anthropic, showing exactly what you're spending and where. It exposes tasks that are overpriced relative to their complexity, providing concrete dollar amounts to justify moving to local models.

rawq: Local CLI Tool for AI Agent Semantic Code Search
rawq is an open-source CLI tool that helps AI agents find relevant code using semantic search with a 33MB local model via ONNX runtime and BM25 lexical search via tantivy. In testing, AI agents using rawq consumed 4x fewer tokens and completed tasks 2x faster compared to blind read/grep tools.

MCP Server for Local XMind Mind Map Files Released
A developer has published an MCP server that provides 22 tools for reading and writing local XMind mind map files. The server works with MCP-compatible AI clients like Claude Desktop and Cursor.

Open Source Second Brain System Built on Claude Code for Task Management
An open source system called Kipi System uses Claude Code to track open threads, draft follow-ups, and manage tasks by pulling from calendar, email, CRM, and social feeds. It generates a daily HTML file with pre-written actions sorted by friction.