WSAPI WhatsApp MCP Server

101 tools. 67 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

67 can modify or destroy data
34 read-only
101 tools total

Community server · catalogue entry verified 29/06/2026

How to control WSAPI WhatsApp MCP Server ↓

What WSAPI WhatsApp MCP Server exposes to your agents

Read (34) Write / Execute (60) Destructive / Financial (7)
Critical Risk

The most dangerous WSAPI WhatsApp MCP Server tools

67 of WSAPI WhatsApp MCP Server's 101 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control WSAPI WhatsApp MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and WSAPI WhatsApp MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "whatsapp_clear_chat": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "whatsapp_archive_chat": {
    "limits": [
      {
        "counter": "whatsapp_archive_chat_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "whatsapp_bulk_check_users": {
    "limits": [
      {
        "counter": "whatsapp_bulk_check_users_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register WSAPI WhatsApp MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON WSAPI WHATSAPP →

Instant setup, no code required.

All 101 WSAPI WhatsApp MCP Server tools

WRITE 58 tools
Write whatsapp_archive_chat Archive or unarchive a chat. Write whatsapp_block_contact Block a contact. Write whatsapp_create_community Create a new WhatsApp community. Write whatsapp_create_community_group Create a new sub-group inside a community. Write whatsapp_create_contact Create or update a WhatsApp contact. Write whatsapp_create_group Create a new WhatsApp group. Write whatsapp_create_newsletter Create a new newsletter/channel. Write whatsapp_edit_message Edit a previously sent text message. Write whatsapp_join_group_with_invite Accept a group invite received via direct message. Write whatsapp_join_group_with_link Join a group via invite link code. Write whatsapp_leave_community Leave a community. Write whatsapp_leave_group Leave a group. Write whatsapp_link_group_to_community Link an existing group to a community. Write whatsapp_logout Logout from WhatsApp. Write whatsapp_mark_chat_as_read Mark a chat as read or unread. Write whatsapp_mark_message_read Mark a message as read. Write whatsapp_mute_chat Mute or unmute a chat. Write whatsapp_mute_newsletter Mute or unmute a newsletter. Write whatsapp_pin_chat Pin or unpin a chat. Write whatsapp_pin_message Pin or unpin a message in a chat. Write whatsapp_post_image_status Post an image status update. Provide either data (base64) or url. Write whatsapp_post_text_status Post a text status update (story). Write whatsapp_post_video_status Post a video status update. Provide either data (base64) or url. Write whatsapp_reset_community_invite_link Reset community invite link. Write whatsapp_send_audio Send an audio file message. Provide either data (base64) or url. Write whatsapp_send_contact Send a contact (vCard) message. Provide either displayName or vcard. Write whatsapp_send_document Send a document file. Provide either data (base64) or url. Filename is required. Write whatsapp_send_image Send an image message. Provide either data (base64) or url. Write whatsapp_send_link Send a link message with optional preview. Write whatsapp_send_location Send a location message. Write whatsapp_send_reaction Send a reaction (emoji) to a message. Send empty string to remove reaction. Write whatsapp_send_sticker Send a sticker message (WebP format). Provide either data (base64) or url. Write whatsapp_send_text Send a text message to a WhatsApp contact or group. Supports mentions, replies, and ephemeral expiration. Write whatsapp_send_video Send a video message. Provide either data (base64) or url. Write whatsapp_send_voice Send a voice message (PTT). Provide either data (base64) or url. Write whatsapp_set_chat_ephemeral Set disappearing messages timer for a chat. Write whatsapp_set_chat_presence Set presence status in a chat (typing, recording, paused). Write whatsapp_set_community_description Set community description. Write whatsapp_set_community_locked Set community locked mode (only admins can edit info). Write whatsapp_set_community_name Set community name. Write whatsapp_set_community_picture Set community profile picture. Write whatsapp_set_group_announce Set group announce mode (only admins can send messages). Write whatsapp_set_group_join_approval Set group join approval mode (new members require admin approval). Write whatsapp_set_group_locked Set group locked mode (only admins can edit info). Write whatsapp_set_group_member_add_mode Control whether only admins can add members. Write whatsapp_set_group_picture Set group profile picture. Write whatsapp_set_newsletter_subscription Subscribe or unsubscribe from a newsletter. Write whatsapp_set_presence Set account presence state (available or unavailable). Write whatsapp_set_privacy_setting Update a single privacy setting. Write whatsapp_star_message Star or unstar a message. Write whatsapp_unblock_contact Unblock a contact. Write whatsapp_unlink_community_group Unlink a group from a community. Write whatsapp_update_community_participants Add, remove, promote, or demote community participants. Write whatsapp_update_group_description Update group description. Write whatsapp_update_group_name Update group name. Write whatsapp_update_group_participants Add, remove, promote, or demote group participants. Write whatsapp_update_group_requests Approve or reject pending join requests. Write whatsapp_update_my_profile Update own WhatsApp profile. All fields are optional.
READ 34 tools
Read whatsapp_bulk_check_users Check multiple phone numbers at once to see if they are registered on WhatsApp. Read whatsapp_check_user Check if a phone number is registered on WhatsApp. Read whatsapp_download_media Download media by ID. Use the media.id field from incoming message events. Read whatsapp_get_blocklist Get the list of all blocked contacts. Read whatsapp_get_chat Get information about a specific chat. Read whatsapp_get_chat_business_profile Get business profile for a chat. Read whatsapp_get_chat_picture Get chat profile picture. Read whatsapp_get_chats Get list of all WhatsApp chats. Read whatsapp_get_community Get community info. Read whatsapp_get_community_invite_link Get community invite link. Read whatsapp_get_community_participants Get community participants. Read whatsapp_get_community_sub_groups Get community sub-groups. Read whatsapp_get_contact Get information about a specific WhatsApp contact. Read whatsapp_get_contacts Get list of all WhatsApp contacts. Read whatsapp_get_group Get information about a specific group. Read whatsapp_get_group_info_from_link Preview group information from an invite code without joining. Read whatsapp_get_group_invite_link Get group invite link. Read whatsapp_get_group_participants Get group participants. Read whatsapp_get_group_requests Get pending join requests for a group. Read whatsapp_get_groups Get list of all WhatsApp groups. Read whatsapp_get_my_profile Get own WhatsApp profile info. Read whatsapp_get_newsletter Get newsletter info by JID. Read whatsapp_get_newsletter_by_invite Get newsletter info by invite code. Read whatsapp_get_pair_code Get pairing code for WhatsApp login. Read whatsapp_get_privacy_settings Get current privacy settings. Read whatsapp_get_qr_code Get QR code text string for WhatsApp login. Read whatsapp_get_qr_code_image Get QR code PNG image for WhatsApp login. Read whatsapp_get_session_status Get current WhatsApp session status. Read whatsapp_get_status_privacy Get status broadcast privacy settings. Read whatsapp_get_user_profile Get profile info for a specific user by phone number. Read whatsapp_list_communities List all joined communities. Read whatsapp_list_newsletters List all subscribed newsletters. Read whatsapp_request_chat_messages Request on-demand message history for a chat. Results arrive asynchronously. Read whatsapp_subscribe_chat_presence Subscribe to presence updates for a chat.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about WSAPI WhatsApp MCP Server

Can an AI agent delete data through the WSAPI WhatsApp MCP Server MCP server? +

Yes. The WSAPI WhatsApp MCP Server server exposes 7 destructive tools including whatsapp_clear_chat, whatsapp_delete_chat, whatsapp_delete_message. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through WSAPI WhatsApp MCP Server? +

The WSAPI WhatsApp MCP Server server has 58 write tools including whatsapp_archive_chat, whatsapp_block_contact, whatsapp_create_community. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach WSAPI WhatsApp MCP Server.

How many tools does the WSAPI WhatsApp MCP Server MCP server expose? +

101 tools across 4 categories: Destructive, Execute, Read, Write. 34 are read-only. 67 can modify, create, or delete data.

How do I enforce a policy on WSAPI WhatsApp MCP Server? +

Register the WSAPI WhatsApp MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every WSAPI WhatsApp MCP Server tool call.

Deterministic rules across all 101 WSAPI WhatsApp MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

101 WSAPI WhatsApp MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.