Developer Builds WhatsApp Business MCP Server with Claude Code in Single Session

A developer built a complete WhatsApp Business MCP server using Claude Code in a single coding session. The server connects Claude with the WhatsApp Business API, allowing users to ask Claude to send WhatsApp messages and have it execute those commands.
Technical Implementation
The project was built with the following architecture and features:
- Architecture: Cloudflare Workers + D1 + KV + Durable Objects
- Tool handlers: 35 tool handlers with Zod validation
- Testing: 72 unit and integration tests
- Billing system: Lemonsqueezy webhooks and API key generation
- Multi-tenant support: Each user gets their own WhatsApp credentials
- Security audit: Multiple parallel agents found and fixed 16 vulnerabilities
- Deployment: Direct deployment to Cloudflare Workers from terminal
Server Capabilities
The MCP server includes 8 modules:
- Messages
- Interactive buttons/lists
- Templates
- Media
- Webhooks (receive messages)
- Business profile
- WhatsApp Flows
- Analytics
The webhook module is unique — no other WhatsApp MCP server can actually receive incoming messages.
Technical Details
- TypeScript strict mode
- 72 tests passing
- Timing-safe HMAC for webhook verification
- SSRF protection on media uploads
- Tenant isolation via separate Durable Object instances
- Rate limiting per API key
The project is free to try with 5 tools and no API key required. The developer notes they're happy to answer questions about building MCP servers with Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

Qwen 27B Model Shows Strong Performance for Long-Context Lore Analysis
A user reports Qwen 27B effectively analyzes dense 80K token story documents, outperforming other local models like Gemma 3 27B and Reka Flash for detailed fantasy worldbuilding tasks. The Q4-K-XL quantization offers the best speed/quality balance for long contexts.

Kepler builds verifiable AI for financial services with Claude: 26M+ filings indexed, audit-ready answers
Kepler's platform indexes 26M+ SEC filings across 14,000+ companies, using Claude for multi-step reasoning and a deterministic verification layer to ensure every output traces back to source documents.

Developer Compares Claude AI to a Modern Calculator for Coding Workflow
A developer with 18 months on a serverless Angular/AWS SPA/PWA project reports using Claude AI for 90% of AI-assisted coding, describing it as a '21st century version of a calculator' that makes them 10x more productive despite occasional catastrophic outputs.

OpenClaw agent automates SEO for HVAC website with GitHub integration
An HVAC company used an OpenClaw sub-agent with SEO skills connected to Ahrefs to automate weekly SEO reports and website updates, achieving 17x growth in search impressions over 11 weeks.