mcpbeat Sign in

Guarded WhatsApp MCP Server

by peter-tnc-453 Your server? Claim it
local only

Guarded WhatsApp runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 29 Jun 2026.

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

Installs per day peak 24 · avg 8 · +4% w/w
a month agotoday
56
Installs / week
pypi · guarded-whatsapp-mcp
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Guarded WhatsApp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add guarded-whatsapp-mcp -- uvx guarded-whatsapp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guarded-whatsapp-mcp": {
      "args": [
        "guarded-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guarded-whatsapp-mcp]
command = "uvx"
args = ["guarded-whatsapp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "guarded-whatsapp-mcp": {
      "args": [
        "guarded-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guarded-whatsapp-mcp": {
      "args": [
        "guarded-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Guarded WhatsApp

same job, measured the same way
Nostr Ops MCP
by llmops-pro

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

36 installs/wk local only
SendGrid Secure
by choppaaahh

Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.

159 installs/wk local only
Queryshield
by bch1212

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

56 installs/wk local only
A
ThornGuard
by qwady-thorns

Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.

local only
Cordon for MCP
by marras0914

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

44 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
Clavis
by kn0wbot

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

55 installs/wk local only

Guarded WhatsApp — questions

Answers built from our own checks of this server.

Why is there no uptime for Guarded WhatsApp?
Guarded WhatsApp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package guarded-whatsapp-mcp was installed 56 times last week.
How do I connect Guarded WhatsApp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls guarded-whatsapp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Guarded WhatsApp?
The pypi package guarded-whatsapp-mcp was installed 56 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Guarded WhatsApp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.