MCP.so
登录

🚀 WhatsApp Flows API MCP Server

@Ronnie-Leon76

关于 🚀 WhatsApp Flows API MCP Server

WhatsApp Flows MCP Server for business to automate survey creation and data collection through WhatsApp platform

基本信息

分类

沟通协作

运行时

node

传输方式

stdio

发布者

Ronnie-Leon76

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "whatsapp-flows-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "-p",
        "6379:6379",
        "redis:7-alpine"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🚀 WhatsApp Flows API MCP Server?

A containerized Model Context Protocol (MCP) server for creating and managing WhatsApp surveys via the WhatsApp Business API, with background job processing and modular ERP system integration (Business Central, SAP, Oracle, custom). It is designed for developers and businesses that need to send interactive surveys to large customer lists and monitor job progress.

How to use 🚀 WhatsApp Flows API MCP Server?

Clone the repository, copy .env.example to .env, and configure the required WhatsApp Business API credentials. Use make start for production mode or make start-dev for development with hot reload. The server runs in Docker with Redis and background workers. Access the job dashboard at http://localhost:3001 and Redis Commander at http://localhost:8081.

Key features of 🚀 WhatsApp Flows API MCP Server

  • Complete Dockerized setup with Redis and background processing
  • Modular ERP integration for Business Central, SAP, Oracle, and custom systems
  • Asynchronous job processing for handling large customer lists
  • Create and send interactive surveys via WhatsApp Business API
  • Built‑in dashboards for job monitoring and Redis management
  • Development support with hot reload and development containers

Use cases of 🚀 WhatsApp Flows API MCP Server

  • Send WhatsApp surveys to thousands of customers with background job processing
  • Integrate survey workflows with existing ERP systems (Business Central, SAP, Oracle)
  • Monitor survey delivery and job queue status through a dedicated dashboard
  • Develop and test survey flows using hot‑reload containers

FAQ from 🚀 WhatsApp Flows API MCP Server

What prerequisites are required?

Docker and Docker Compose must be installed. You also need WhatsApp Business API credentials (access token, phone number ID, business account ID, and verify token) configured in the .env file.

How are surveys sent to customers?

The server provides a send-survey tool that runs as a background job. Multiple workers (

评论

沟通协作 分类下的更多 MCP 服务器