Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwrite
Quickstart
Install
npm install
npmConfig
{
"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
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.
safe
getWhatsAppContactRetrieves information about a specific WhatsApp contact from the YCloud API.
Read-only operation, no side effects.
safe
listWhatsAppContactsLists 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.
