Green API WhatsApp

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

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

    Server tool list (41)

    Raw names from tools/list. Only developers need these.

    whatsapp_add_group_participantAdd a participant to a WhatsApp group
    whatsapp_check_whatsappCheck whether a phone number has a WhatsApp account
    whatsapp_connectConnect a WhatsApp instance. Call this before using other tools. Validates credentials via getStateInstance.
    whatsapp_create_groupCreate a WhatsApp group
    whatsapp_create_instanceCreate a new WhatsApp instance via the GREEN-API Partner API
    whatsapp_delete_instanceDelete a WhatsApp instance via the GREEN-API Partner API
    whatsapp_delete_messageDelete a message
    whatsapp_delete_notificationDelete a notification from the queue (acknowledge receipt)
    whatsapp_disconnectDisconnect a WhatsApp instance and remove credentials from the session
    whatsapp_edit_messageEdit a previously sent message
    whatsapp_forward_messagesForward messages to another chat
    whatsapp_get_authorization_codeGet an authorization code for sign-in by phone number
    whatsapp_get_chat_historyGet chat message history. Use a small 'count' (default 50, max 100) to keep responses focused.
    whatsapp_get_contact_avatarGet the avatar of a contact or group
    whatsapp_get_contact_infoGet information about a contact or group
    whatsapp_get_contactsGet the contact list
    whatsapp_get_group_dataGet group data (members, name, invite link)
    whatsapp_get_instancesList all partner instances via the GREEN-API Partner API
    whatsapp_get_messageGet a message by ID
    whatsapp_get_qrGet 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.
    whatsapp_get_settingsGet instance settings
    whatsapp_get_stateGet instance state (authorized, notAuthorized, blocked, sleepMode)
    whatsapp_get_wa_settingsGet WhatsApp account settings (name, description, etc.)
    whatsapp_last_incoming_messagesGet recent incoming messages from the last N minutes (default 60, max 1440 = 24 hours).
    whatsapp_last_outgoing_messagesGet recent outgoing messages from the last N minutes (default 60, max 1440 = 24 hours).
    whatsapp_leave_groupLeave a WhatsApp group
    whatsapp_logoutLog out the WhatsApp instance
    whatsapp_read_chatMark chat messages as read
    whatsapp_rebootReboot the WhatsApp instance
    whatsapp_receive_notificationGet one notification from the queue (manual polling)
    whatsapp_remove_group_adminRevoke admin rights from a group member
    whatsapp_remove_group_participantRemove a participant from a WhatsApp group
    whatsapp_send_contactSend a contact card via WhatsApp
    whatsapp_send_fileSend a file by URL
    whatsapp_send_file_by_uploadSend a file directly to a chat via multipart upload (no separate URL step)
    whatsapp_send_locationSend a location
    whatsapp_send_messageSend a text message via WhatsApp
    whatsapp_send_pollSend a poll via WhatsApp
    whatsapp_set_group_adminPromote a group member to admin
    whatsapp_set_settingsUpdate instance settings (webhooks, proxy, etc.)
    whatsapp_upload_fileUpload a file to GREEN-API storage and return its URL. Use the returned URL with whatsapp_send_file.