Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Green API WhatsApp

REMOTE · MCP.GREEN-API.COM · 2 COMPONENTS · SCANNED SEP 21

MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management.

+3 this week 80 Trust /100

Recent critical change

Authorization (18 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2409 tokens (~56/item across 43 items; 41 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 11 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 42 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the Green API WhatsApp MCP server?

Green API WhatsApp is a hosted endpoint at https://mcp.green-api.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.green-api.com

# add to Claude Code
claude mcp add --transport http com-green-api-whatsapp 'https://mcp.green-api.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-green-api-whatsapp": {
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-green-api-whatsapp": {
      "type": "http",
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-green-api-whatsapp]
url = "https://mcp.green-api.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-green-api-whatsapp": {
      "type": "remote",
      "url": "https://mcp.green-api.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-green-api-whatsapp --url 'https://mcp.green-api.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-green-api-whatsapp:
    url: "https://mcp.green-api.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-green-api-whatsapp": {
      "Transport": "http",
      "Url": "https://mcp.green-api.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-green-api-whatsapp -t streamable-http -u 'https://mcp.green-api.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-green-api-whatsapp": {
      "type": "http",
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +44
    • Authorization: pass → fail critical
    • Transport: unverified → pass security
    • Injection markers: unverified → pass security
    • Stability: unverified → pass security
    • Endpoint reachability: behind authorisation → reachable functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 20 Sept 26 −43
    • Endpoint reachability: reachable → behind authorisation security
    • Stability: 0.93 → unverified security
    • Transport: pass → unverified security
    • Tool safety: pass → unverified security
    • Authorization: fail → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +55
    • Authorization: unverified → fail critical
    • Injection markers: unverified → pass security
    • Transport: unverified → pass security
    • Endpoint reachability: behind authorisation → reachable functional
    • Stability: unverified → 0.90 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 17 Sept 26 −54
    • Endpoint reachability: reachable → behind authorisation security
    • Tool safety: pass → unverified security
    • Authorization: fail → unverified security
    • Stability: 0.83 → unverified security
    • Transport: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 14 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 13 Sept 26 +1
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://mcp.green-api.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.green-api.com CN=YR2,O=Let's Encrypt,C=US 6 Aug 2026 4 Nov 2026 RSA 2048 SHA256-RSA 687e0b9e1e5053ce04ac4b3e771b3d8924a
SANs: mcp.green-api.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.green-api.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
green-api.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.green-api.com/mcp Verified 200
http (plaintext) http://mcp.green-api.com/mcp HTTPS enforced 301 https://mcp.green-api.com/mcp
MCP tools · 41 exposed · ~2,375 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
whatsapp_add_group_participant ~62

Add a participant to a WhatsApp group

NameTypeReqDescription
group_idstringyesGroup ID
instance_idnumberyesWhatsApp instance ID
participant_chat_idstringyesParticipant chat ID (79001234567@c.us)

No output schema declared.

No examples provided.

whatsapp_check_whatsapp ~45

Check whether a phone number has a WhatsApp account

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID
phone_numbernumberyesPhone number to check

No output schema declared.

No examples provided.

whatsapp_connect ~77

Connect a WhatsApp instance. Call this before using other tools. Validates credentials via getStateInstance.

NameTypeReqDescription
api_tokenstringyesInstance API token
api_urlstringAPI URL (defaults to https://api.green-api.com)
instance_idnumberyesWhatsApp instance ID (from console.green-api.com)

No output schema declared.

No examples provided.

whatsapp_create_group ~62

Create a WhatsApp group

NameTypeReqDescription
chat_idsarrayyesParticipant list (chat IDs, e.g. 79001234567@c.us)
group_namestringyesGroup name
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_create_instance ~39

Create a new WhatsApp instance via the GREEN-API Partner API

NameTypeReqDescription
partner_tokenstringyesPartner Token from your GREEN-API dashboard

No output schema declared.

No examples provided.

whatsapp_delete_instance ~50

Delete a WhatsApp instance via the GREEN-API Partner API

NameTypeReqDescription
instance_idnumberyesInstance ID to delete
partner_tokenstringyesPartner Token from your GREEN-API dashboard

No output schema declared.

No examples provided.

whatsapp_delete_message ~49

Delete a message

NameTypeReqDescription
chat_idstringyesChat ID
id_messagestringyesID of the message to delete
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_delete_notification ~49

Delete a notification from the queue (acknowledge receipt)

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID
receipt_idnumberyesNotification ID (receiptId from receiveNotification)

No output schema declared.

No examples provided.

whatsapp_disconnect ~32

Disconnect a WhatsApp instance and remove credentials from the session

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_edit_message ~61

Edit a previously sent message

NameTypeReqDescription
chat_idstringyesChat ID
id_messagestringyesID of the message to edit
instance_idnumberyesWhatsApp instance ID
messagestringyesNew message text

No output schema declared.

No examples provided.

whatsapp_forward_messages ~61

Forward messages to another chat

NameTypeReqDescription
chat_idstringyesDestination chat ID
chat_id_fromstringyesSource chat ID
instance_idnumberyesWhatsApp instance ID
messagesarrayyesMessage IDs to forward

No output schema declared.

No examples provided.

whatsapp_get_authorization_code ~53

Get an authorization code for sign-in by phone number

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID
phone_numberstringyesPhone number (e.g. 79001234567)

No output schema declared.

No examples provided.

whatsapp_get_chat_history ~90

Get chat message history. Use a small 'count' (default 50, max 100) to keep responses focused.

NameTypeReqDescription
chat_idstringyesChat ID (79001234567@c.us or 120363XXX@g.us)
countnumberNumber of messages (default 50, max 100)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_contact_avatar ~43

Get the avatar of a contact or group

NameTypeReqDescription
chat_idstringyesContact or group ID
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_contact_info ~42

Get information about a contact or group

NameTypeReqDescription
chat_idstringyesContact or group ID
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_contacts ~26

Get the contact list

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_group_data ~53

Get group data (members, name, invite link)

NameTypeReqDescription
group_idstringyesGroup ID (e.g. 120363XXX@g.us)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_instances ~37

List all partner instances via the GREEN-API Partner API

NameTypeReqDescription
partner_tokenstringyesPartner Token from your GREEN-API dashboard

No output schema declared.

No examples provided.

whatsapp_get_message ~47

Get a message by ID

NameTypeReqDescription
chat_idstringyesChat ID
id_messagestringyesMessage ID
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_qr ~86

Get the QR code for instance authorization. The result contains the QR as an image and a qrLink URL to an official GREEN-API page with a full-size auto-refreshing QR code. Always include the qrLink in your response as a clickable markdown link so the user can open it in the browser and scan comfortably.

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_settings ~25

Get instance settings

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_state ~35

Get instance state (authorized, notAuthorized, blocked, sleepMode)

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_get_wa_settings ~35

Get WhatsApp account settings (name, description, etc.)

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_last_incoming_messages ~66

Get recent incoming messages from the last N minutes (default 60, max 1440 = 24 hours).

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID
minutesnumberTime window in minutes (default 60, max 1440)

No output schema declared.

No examples provided.

whatsapp_last_outgoing_messages ~66

Get recent outgoing messages from the last N minutes (default 60, max 1440 = 24 hours).

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID
minutesnumberTime window in minutes (default 60, max 1440)

No output schema declared.

No examples provided.

whatsapp_leave_group ~43

Leave a WhatsApp group

NameTypeReqDescription
group_idstringyesGroup ID (120363XXX@g.us)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_logout ~27

Log out the WhatsApp instance

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_read_chat ~52

Mark chat messages as read

NameTypeReqDescription
chat_idstringyesChat ID
id_messagestringID of a specific message (optional)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_reboot ~28

Reboot the WhatsApp instance

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_receive_notification ~31

Get one notification from the queue (manual polling)

NameTypeReqDescription
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_remove_group_admin ~67

Revoke admin rights from a group member

NameTypeReqDescription
group_idstringyesGroup ID (120363XXX@g.us)
instance_idnumberyesWhatsApp instance ID
participant_chat_idstringyesParticipant chat ID (79001234567@c.us)

No output schema declared.

No examples provided.

whatsapp_remove_group_participant ~62

Remove a participant from a WhatsApp group

NameTypeReqDescription
group_idstringyesGroup ID
instance_idnumberyesWhatsApp instance ID
participant_chat_idstringyesParticipant chat ID (79001234567@c.us)

No output schema declared.

No examples provided.

whatsapp_send_contact ~81

Send a contact card via WhatsApp

NameTypeReqDescription
chat_idstringyesChat ID
companystringContact company
first_namestringContact first name
instance_idnumberyesWhatsApp instance ID
last_namestringContact last name
phone_numbernumberyesContact phone number

No output schema declared.

No examples provided.

whatsapp_send_file ~65

Send a file by URL

NameTypeReqDescription
captionstringFile caption
chat_idstringyesChat ID
file_namestringFile name
instance_idnumberyesWhatsApp instance ID
urlstringyesFile URL

No output schema declared.

No examples provided.

whatsapp_send_file_by_upload ~107

Send a file directly to a chat via multipart upload (no separate URL step)

NameTypeReqDescription
captionstringFile caption (optional)
chat_idstringyesChat ID (79001234567@c.us or 120363XXX@g.us)
file_base64stringyesFile contents encoded as base64
filenamestringyesFile name with extension (e.g. photo.jpg)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

whatsapp_send_location ~68

Send a location

NameTypeReqDescription
addressstringAddress
chat_idstringyesChat ID
instance_idnumberyesWhatsApp instance ID
latitudenumberyesLatitude
longitudenumberyesLongitude
namestringPlace name

No output schema declared.

No examples provided.

whatsapp_send_message ~91

Send a text message via WhatsApp

NameTypeReqDescription
chat_idstringyesChat ID (79001234567@c.us or 120363XXX@g.us)
instance_idnumberyesWhatsApp instance ID
link_previewbooleanShow link previews
messagestringyesMessage text
quoted_message_idstringID of the message to quote (optional)

No output schema declared.

No examples provided.

whatsapp_send_poll ~69

Send a poll via WhatsApp

NameTypeReqDescription
chat_idstringyesChat ID
instance_idnumberyesWhatsApp instance ID
messagestringyesPoll question
multiple_answersbooleanAllow multiple answers
optionsarrayyesAnswer options (strings)

No output schema declared.

No examples provided.

whatsapp_set_group_admin ~65

Promote a group member to admin

NameTypeReqDescription
group_idstringyesGroup ID (120363XXX@g.us)
instance_idnumberyesWhatsApp instance ID
participant_chat_idstringyesParticipant chat ID (79001234567@c.us)

No output schema declared.

No examples provided.

whatsapp_set_settings ~153

Update instance settings (webhooks, proxy, etc.)

NameTypeReqDescription
delay_messagenumberMessage send delay (ms)
device_webhookbooleanEnable device webhook
incoming_webhookbooleanEnable incoming message webhook
instance_idnumberyesWhatsApp instance ID
mark_incoming_messages_readedbooleanMark incoming messages as read
outgoing_webhookbooleanEnable outgoing message webhook
state_webhookbooleanEnable state webhook
status_instance_webhookbooleanEnable instance status webhook
webhook_urlstringURL for incoming webhooks
webhook_url_tokenstringToken for the webhook URL

No output schema declared.

No examples provided.

whatsapp_upload_file ~75

Upload a file to GREEN-API storage and return its URL. Use the returned URL with whatsapp_send_file.

NameTypeReqDescription
file_base64stringyesFile contents encoded as base64
filenamestringyesFile name with extension (e.g. photo.jpg)
instance_idnumberyesWhatsApp instance ID

No output schema declared.

No examples provided.

Common questions

What is the Green API WhatsApp MCP server?

Green API WhatsApp is an MCP server listed in the public MCP registry as com.green-api/whatsapp. MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management. This page covers its hosted endpoint (https://mcp.green-api.com/mcp).

Is the Green API WhatsApp MCP server safe to use?

Green API WhatsApp scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Green API WhatsApp MCP server expose?

Green API WhatsApp exposes 41 tools: whatsapp_add_group_participant, whatsapp_check_whatsapp, whatsapp_connect, whatsapp_create_group, whatsapp_create_instance, and 36 more. Their descriptions and schemas cost roughly 2,375 tokens of context every time the server is loaded.

Does the Green API WhatsApp MCP server require authentication?

No. We connected to Green API WhatsApp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Green API WhatsApp MCP server still maintained?

Green API WhatsApp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.