Meta Business MCP is a production-validated MCP server for the WhatsApp Business Cloud API. It sits between your AI agent and Meta's API as a compliance gate — validating 24-hour care windows, opt-out status, frequency caps, and rate limits in under 2ms before any message is sent. Exposes 24 structured tools covering messaging, campaigns, templates, and error intelligence. Built in Go, backed by PostgreSQL, Redis, and NATS JetStream. Validated against real Meta Graph API v20.0 production traffic with 85.6% test coverage.
Server Config
{
"mcpServers": {
"meta-business-mcp": {
"command": "/path/to/meta-business-mcp",
"args": [],
"env": {
"CONFIG_PATH": "/path/to/config.yaml"
}
}
}
}