wamcp (Lilsmur/wamcp) is an MCP server listed on the M8ven Trust Index. It scores 53 out of 100, grade D. It declares 62 tools. No publisher has claimed this listing.
Integrate WhatsApp with AI agents using a native MCP server that offers tools, resources, and real-time notifications through TypeScript and Docker.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
Lilsmur
Source: github_repo_search
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
wa_reject_callReject an incoming voice or video call. The call ID is received via the whatsapp/call.received notification.
wa_archive_chatArchive or unarchive a chat. Archived chats are hidden from the main chat list.
wa_pin_chatPin or unpin a chat. Pinned chats appear at the top of the chat list.
wa_mute_chatMute or unmute a chat. When muting, optionally specify muteUntil as a Unix timestamp in milliseconds.
wa_delete_chatDelete an entire chat for this account. This cannot be undone.
wa_clear_chatClear all messages in a chat. The chat remains but all messages are removed.
wa_get_messagesGet recent messages from a chat. Returns messages ordered by most recent first, with sender, content, type, and timestamp.
wa_check_number_existsCheck if a phone number is registered on WhatsApp. Returns the JID if the number exists.
wa_block_contactBlock a WhatsApp contact. Blocked contacts cannot send you messages.
wa_unblock_contactUnblock a previously blocked WhatsApp contact.
wa_get_business_profileFetch the business profile information for a WhatsApp Business contact.
wa_search_contactSearch contacts by name or phone number. Returns matching contacts from the local cache.
wa_create_groupCreate a new WhatsApp group with a name and initial participants.
wa_group_add_participantsAdd members to a WhatsApp group.
wa_group_remove_participantsRemove members from a WhatsApp group.
wa_group_promotePromote members to group admin.
wa_group_demoteDemote group admins to regular members.
wa_group_update_subjectChange the name/subject of a WhatsApp group.
wa_group_update_descriptionChange the description of a WhatsApp group.
wa_group_update_settingsChange group settings (announce: only admins can send, locked: only admins can edit info).
wa_group_leaveLeave a WhatsApp group.
wa_group_get_invite_codeGet the shareable invite link for a WhatsApp group.
wa_group_revoke_inviteRevoke the current invite link for a WhatsApp group, generating a new one.
wa_group_joinJoin a WhatsApp group using an invite code or link.
wa_group_toggle_ephemeralEnable or disable disappearing messages in a group. Duration is in seconds (0 to disable).
wa_group_handle_requestApprove or reject a pending join request for a WhatsApp group.
wa_create_instanceCreate a new WhatsApp instance. Specify a name and channel type (baileys for WhatsApp Web protocol, cloud for Meta Cloud API).
wa_connect_instanceConnect a WhatsApp instance. For Baileys instances, this starts the WebSocket connection and generates a QR code for authentication.
wa_disconnect_instanceGracefully disconnect a WhatsApp instance. The session is preserved for reconnection.
wa_delete_instancePermanently delete a WhatsApp instance and all its data including auth state, messages, contacts, and queue. This action cannot be undone.
wa_restart_instanceDisconnect and reconnect a WhatsApp instance. Useful for recovering from errors.
wa_get_qr_codeGet the QR code as a base64 image for authenticating a Baileys instance. Returns null if no QR code is available (already authenticated or not yet connecting).
wa_get_pairing_codeGet a numeric pairing code for authenticating a Baileys instance. The code is entered on the phone in WhatsApp > Linked Devices > Link with phone number.
wa_set_cloud_credentialsConfigure Meta Cloud API credentials for a Cloud API instance. Required before connecting a Cloud API instance.
wa_send_textSend a text message to a WhatsApp contact or group. Args: - instanceId: The instance to send from - to: Recipient phone number (e.g. "5511999999999") or group JID - text: Message content (max 65536 chars) - quotedMessageId (optional): Message ID to reply to Returns: { status: "queued", jobId…
wa_send_imageSend an image to a WhatsApp contact or group. Image can be provided as a URL or base64-encoded data. Optional caption.
wa_send_videoSend a video to a WhatsApp contact or group. Video can be provided as a URL or base64-encoded data. Optional caption.
wa_send_audioSend an audio file or voice note to a WhatsApp contact or group. Set ptt=true for voice note (push-to-talk).
wa_send_documentSend a document/file to a WhatsApp contact or group. Requires fileName and mimeType.
wa_send_locationSend a GPS location to a WhatsApp contact or group. Optional name and address.
wa_send_contactSend a vCard contact to a WhatsApp contact or group.
wa_send_pollCreate and send a poll to a WhatsApp contact or group. Supports 2-12 options.
wa_send_reactionReact to a message with an emoji. Send an empty string emoji to remove a reaction.
wa_send_link_previewSend a text message with a rich link preview. The URL is used to generate the preview.
wa_forward_messageForward an existing message to another chat.
wa_edit_messageEdit a previously sent message. Only text messages sent by this instance can be edited.
wa_delete_messageDelete a message for everyone in the chat. Only messages sent by this instance can be deleted.
wa_pin_messagePin or unpin a message in a chat.
wa_send_view_onceSend a view-once image or video. The media disappears after the recipient views it once.
wa_send_presenceSend a presence status (typing, recording, paused, available, unavailable) to a chat.
wa_mark_readMark specific messages as read in a chat.
wa_newsletter_followFollow a WhatsApp Channel/Newsletter. Baileys only.
wa_newsletter_unfollowUnfollow a WhatsApp Channel/Newsletter. Baileys only.
wa_newsletter_sendSend a message to a WhatsApp Channel/Newsletter (must be admin). Baileys only.
wa_update_profile_pictureChange the profile picture for a WhatsApp instance. Image can be provided as base64-encoded data or a URL.
wa_remove_profile_pictureRemove the profile picture for a WhatsApp instance.
wa_update_profile_nameChange the display name for a WhatsApp instance (max 25 characters).
wa_update_profile_statusChange the text status/bio for a WhatsApp instance (max 139 characters).
wa_update_privacyUpdate privacy settings (lastSeen, online, profilePic, status, readReceipts, groupAdd).
wa_send_text_statusPost a text status/story update visible to contacts.
wa_send_image_statusPost an image status/story update visible to contacts.
wa_send_video_statusPost a video status/story update visible to contacts.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Baileys has message upsert / hist sync spoofing and app state corruption when using maliciously crafted protocolMessage payload
When Vitest UI server is listening, arbitrary file can be read and executed
Drizzle ORM has SQL injection via improperly escaped SQL identifiers
Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock
WA_AUTO_RECONNECTWA_BAILEYS_RATE_LIMITWA_CLOUD_RATE_LIMITWA_CLOUD_VERIFY_TOKENWA_CLOUD_WEBHOOK_SECRETWA_LOG_LEVELWA_MCP_API_KEYWA_MCP_PORTWA_MEDIA_CACHE_MAX_MBWA_MESSAGE_RETENTION_DAYSWA_REDIS_URLWA_TRANSPORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
62/62 tools missing one or more hints — wa_reject_call (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); wa_archive_chat (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); wa_pin_chat (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +59 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
Only 0/62 tool handlers declare input schemas (0%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 0/62 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
1 critical, 1 high severity in production deps — @whiskeysockets/baileys@7.0.0-rc.9 (critical), drizzle-orm@0.39.3 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dev dependencies
1 critical/high in dev-only deps (does not ship to users)
Upgrade dev dependencies when convenient.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/lilsmur/wamcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check