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 (

コメント

「コミュニケーション」の他のコンテンツ