Whatsapp (kahflane) MCP Server

@kahflane/whatsapp-mcp npm v0.2.3

Published by @kahflane — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

WhatsApp MCP server built on the innovatorssoft Baileys fork + the Anthropic Model Context Protocol SDK. Runs on Node or Bun.

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 2

high Shell/command execution in server code (dist/index.js)MTC-SRC-002

In the server's implementation (`dist/index.js:34`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: return stmt; }, exec(sql) { raw.exec(sql); }, close() { raw.close(); } }; } // src/st

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/index.js

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([wa_download_media, wa_fetch_history, wa_group_info_by_code, wa_groups_list, wa_get_privacy, wa_get_status, wa_get_picture_url, wa_get_business_profile, wa_broadcast_info]) co-exist with external-action tools ([wa_forward_message]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [wa_download_media, wa_fetch_history, wa_group_info_by_code, wa_groups_list, wa_get_privacy, wa_get_status, wa_get_picture_url, wa_get_business_profil

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow wa_download_media → wa_forward_message

Tools 87

Each tool and what it can reach — statically extracted from the published source.

  • wa_broadcast_infoingests untrusted input
  • wa_download_mediaingests untrusted input
  • wa_fetch_historyingests untrusted input
  • wa_forward_messagenetwork egress
  • wa_get_business_profileingests untrusted input
  • wa_get_picture_urlingests untrusted input
  • wa_get_privacyingests untrusted input
  • wa_get_statusingests untrusted input
  • wa_group_info_by_codeingests untrusted input
  • wa_groups_listingests untrusted input
Show 77 more tools ↓
  • wa_archive_chatno sensitive capability
  • wa_autoreply_add_ruleno sensitive capability
  • wa_autoreply_list_rulesno sensitive capability
  • wa_autoreply_remove_ruleno sensitive capability
  • wa_autoreply_setno sensitive capability
  • wa_blockno sensitive capability
  • wa_blocklistno sensitive capability
  • wa_cancel_scheduledno sensitive capability
  • wa_check_numberno sensitive capability
  • wa_create_groupno sensitive capability
  • wa_create_templateno sensitive capability
  • wa_default_disappearingno sensitive capability
  • wa_delete_chatno sensitive capability
  • wa_delete_messageno sensitive capability
  • wa_delete_message_for_meno sensitive capability
  • wa_disappearing_chatno sensitive capability
  • wa_edit_messageno sensitive capability
  • wa_get_group_membersno sensitive capability
  • wa_get_login_qrno sensitive capability
  • wa_get_messagesno sensitive capability
  • wa_get_pairing_codeno sensitive capability
  • wa_get_poll_votesno sensitive capability
  • wa_get_unreadno sensitive capability
  • wa_group_add_modeno sensitive capability
  • wa_group_ephemeralno sensitive capability
  • wa_group_invite_codeno sensitive capability
  • wa_group_joinno sensitive capability
  • wa_group_join_decisionno sensitive capability
  • wa_group_join_requestsno sensitive capability
  • wa_group_leaveno sensitive capability
  • wa_group_member_labelno sensitive capability
  • wa_group_metadatano sensitive capability
  • wa_group_participantsno sensitive capability
  • wa_group_settingno sensitive capability
  • wa_group_update_descriptionno sensitive capability
  • wa_group_update_subjectno sensitive capability
  • wa_history_statusno sensitive capability
  • wa_list_chatsno sensitive capability
  • wa_list_contactsno sensitive capability
  • wa_list_scheduledno sensitive capability
  • wa_list_templatesno sensitive capability
  • wa_logoutno sensitive capability
  • wa_mark_chat_readno sensitive capability
  • wa_mark_readno sensitive capability
  • wa_mute_chatno sensitive capability
  • wa_pin_chatno sensitive capability
  • wa_pin_messageno sensitive capability
  • wa_post_statusno sensitive capability
  • wa_post_status_tono sensitive capability
  • wa_reactno sensitive capability
  • wa_reject_callno sensitive capability
  • wa_remove_pictureno sensitive capability
  • wa_render_templateno sensitive capability
  • wa_resolve_nameno sensitive capability
  • wa_restrict_sendingno sensitive capability
  • wa_schedule_messageno sensitive capability
  • wa_search_messagesno sensitive capability
  • wa_send_broadcastno sensitive capability
  • wa_send_buttonsno sensitive capability
  • wa_send_contactno sensitive capability
  • wa_send_eventno sensitive capability
  • wa_send_listno sensitive capability
  • wa_send_locationno sensitive capability
  • wa_send_mediano sensitive capability
  • wa_send_orderno sensitive capability
  • wa_send_pollno sensitive capability
  • wa_send_presenceno sensitive capability
  • wa_send_productno sensitive capability
  • wa_send_templateno sensitive capability
  • wa_send_textno sensitive capability
  • wa_set_nameno sensitive capability
  • wa_set_pictureno sensitive capability
  • wa_set_privacyno sensitive capability
  • wa_set_statusno sensitive capability
  • wa_star_messageno sensitive capability
  • wa_statusno sensitive capability
  • wa_subscribe_presenceno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.2.3 latest A 93/100 2 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/kahflane-whatsapp-mcp/badge.svg)](https://mcptrustchecker.com/registry/kahflane-whatsapp-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/kahflane-whatsapp-mcp"><img src="https://mcptrustchecker.com/registry/kahflane-whatsapp-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/kahflane-whatsapp-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @kahflane/whatsapp-mcp --online

Use the free API → How scoring works

Other implementations of Whatsapp 11

Independent packages implementing the same tool, scanned with the same engine. Compare all 12 side by side →

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal