mcpbeat Sign in

wa — safe WhatsApp automation MCP Server

by yolo-labz Your server? Claim it
local only

wa — safe WhatsApp automation runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Safety-first WhatsApp tools: draft-gated sends, enforced rate limits, append-only audit.

Installs / week
not published
0
Stars
2 open issues
15 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return filepath.Join(xdg.StateHome, "wa", resolvedProfileName, "audit.log"), nil
    const q = storedMessageSelect + `WHERE chat_jid = ?
  AND (? = '' OR ts < (SELECT ts FROM messages WHERE chat_jid = ? AND message_id = ?))
ORDER BY ts DESC
LIMIT ?
`
    rows, err := s.db.QueryContext(ctx, q, chatJID, before, chatJID, before, limit)
Touches key and credential files cmd/wa/cmd_pair.go:77
<ssh-host>:<dokku-app>. SSH host can be a ~/.ssh/config alias, FQDN,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to wa — safe WhatsApp automation

same job, measured the same way
Guarded WhatsApp
by peter-tnc-453

Security gate for agent-driven WhatsApp: allowlist, secret scan, rate limit, audit log.

56 installs/wk local only
WhaTools — WhatsApp tools
by wha

WhatsApp tools: wa.me links, QR codes, share widgets, phone validation, API rate card & limits.

8 tools answering
WhatsApp MCP
by adelaidasofia

WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription.

73 installs/wk local only
GuildControl MCP
by lasers-guildcontrol

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

local only
WSENDER
by wsender

Manage WhatsApp, Telegram and MAX mailings: audiences, drafts, moderation and sending.

answering
SMS and WhatsApp Messaging
by hatchloop

Send WhatsApp, SMS, email or voice to a business with the compliance gate enforced.

10 tools answering
Wazionapps
by wazionapps

244 WhatsApp Business AI tools for messaging, automation, marketing, CRM and Shopify

27 installs/wk local only
ToFlow
by toflow-ai

AI sales automation for toflow.ai — prospect, enrich, sequence across email, LinkedIn, WhatsApp.

answering

wa — safe WhatsApp automation — questions

Answers built from our own checks of this server.

Why is there no uptime for wa — safe WhatsApp automation?
wa — safe WhatsApp automation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is wa — safe WhatsApp automation open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.