Loading...
npm install
npm{
"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"
}
}
}
}sendWhatsAppMessageSends 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.
getWhatsAppContactRetrieves information about a specific WhatsApp contact from the YCloud API.
Read-only operation, no side effects.
listWhatsAppContactsLists all WhatsApp contacts associated with the YCloud account.
Read-only operation, no side effects.
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.