A
licenseNot graded
qualityD
maintenanceMCP server for sending and reading WhatsApp messages through Claude, with human approval on sends and no auto-replies.
Apache 2.0
Scored across 3 tools
Each tool serves a distinct purpose: notify sends a notification, check_status shows account status, and upgrade provides a link to upgrade. There is no overlap or ambiguity.
Tool names use verbs consistently (notify, check_status, upgrade), though check_status is a verb_noun while the others are single verbs. This minor deviation does not hinder clarity.
With three tools, the server is well-scoped for a personal notification service. Each tool is essential and neither too few nor too many for the purpose.
The tool set covers the core workflows: sending notifications, checking status, and upgrading. Missing features like notification history or contact management are minor gaps for this simple self-notification domain.