Back to MCP Directory
Ycloud WhatsApp
Model Context Protocol moderate risk

Ycloud WhatsApp

This MCP server enables AI models to interact with the YCloud WhatsApp API, automating tasks like sending messages and managing contacts via API calls.

Connections & Capabilities

Connects To

GitHub

Capabilities

readwrite

Quickstart

Install

npm install

npm

Config

{
  "mcpServers": {
    "ycloud-whatsapp": {
      "command": "node",
      "args": ["path/to/ycloud-whatsapp-mcp-server/build/index.js"],
      "env": {
        "API_BASE_URL": "https://api.ycloud.com/v2",
        "API_HEADERS": "X-API-Key:your-api-key-here"
      }
    }
  }
}

Exposed MCP Tools (3)

moderate
sendWhatsAppMessage

Sends a WhatsApp message to a specified recipient using the YCloud API.

Sends messages, which can incur costs and potentially be used for spam if not controlled.

safe
getWhatsAppContact

Retrieves information about a specific WhatsApp contact from the YCloud API.

Read-only operation, no side effects.

safe
listWhatsAppContacts

Lists all WhatsApp contacts associated with the YCloud account.

Read-only operation, no side effects.

Safety Assessment

This server provides a convenient way to interact with the YCloud WhatsApp API. It's relatively safe for read-only operations, but caution is advised when using write operations due to the lack of explicit sandboxing. Securely manage your API key to prevent unauthorized access.

  • API key authentication required.
  • Automated parameter type handling and validation.
  • Supports HTTP request and response processing.
  • Tools are automatically generated from the OpenAPI spec, reducing manual coding errors.
  • Requires an API key, which if compromised, could lead to unauthorized access.
  • No explicit sandboxing mentioned, potentially allowing for unintended side effects.
  • Write operations are possible, increasing the risk of unintended modifications.
  • Internet access is required, which exposes the server to external vulnerabilities.
Ycloud WhatsApp Review, Pricing & Alternatives (2026) | Flaex AI