Submit

Peach Whatsapp Business Api Mcp

@trypeach-io

MCP (Model Context Protocol) server for Peach, a WhatsApp Business Platform and APIs. Lets AI assistants like Claude send messages, manage templates, contacts, and media.
Overview

Available tools

Template Messaging

ToolDescription
peach_send_template_messageSend a WhatsApp template message to a contact
peach_send_app_messageTrigger a flow or app-initiated message
peach_connect_to_ai_agentSend a template and connect the contact to an AI agent
peach_get_event_statusCheck the status of a sent event
peach_list_template_messagesList sent template messages with filters

Broadcasts

ToolDescription
peach_launch_broadcastCreate and launch a broadcast campaign

Templates

ToolDescription
peach_list_templatesList all WhatsApp templates
peach_get_templateGet a specific template by ID or name
peach_create_templateCreate a new WhatsApp template
peach_update_templateUpdate an existing template
peach_submit_templateSubmit a template for Meta review
peach_pause_templatePause an approved template
peach_archive_templateArchive a template

Contacts

ToolDescription
peach_create_contactCreate or upsert a single contact
peach_create_contactsBulk create or upsert contacts
peach_update_contactUpdate a contact by phone number

Media |peach_list_media| List uploaded media files| |peach_upload_media| Upload a media file (base64)| |peach_delete_media| Delete a media file|

Messages

ToolDescription
peach_list_messagesList messages with optional filters

Server Config

{
  "mcpServers": {
    "peach": {
      "command": "node",
      "args": [
        "<path_to_node_version>/node_modules/mcp-remote/dist/proxy.js",
        "https://app.trypeach.ai/api/mcp",
        "--header",
        "Authorization: <YOUR PEACH API KEY>"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.