mcp-wacli
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_chatsB | List WhatsApp chats from local DB. |
| show_chatB | Show details of a single chat. |
| list_messagesB | List recent WhatsApp messages with optional filters. |
| search_messagesA | Full-text search across WhatsApp messages (FTS5 if available, LIKE fallback). |
| show_messageC | Show details of a single message. |
| message_contextA | Show surrounding messages around a specific message ID for context. |
| search_contactsB | Search WhatsApp contacts by name or phone number. |
| show_contactC | Show details of a single contact. |
| set_contact_aliasA | Set a local alias (nickname) for a contact. |
| remove_contact_aliasC | Remove a local alias from a contact. |
| refresh_contactsB | Import/refresh contacts from the WhatsApp session store into local DB. |
| send_messageB | Send a text message via WhatsApp. |
| send_fileA | Send a file (image, video, audio, document) via WhatsApp. |
| list_groupsB | List WhatsApp groups from local DB. |
| group_infoB | Fetch live group info from WhatsApp and update local DB. |
| group_renameC | Rename a WhatsApp group. |
| group_leaveC | Leave a WhatsApp group. |
| group_joinA | Join a WhatsApp group by invite code. |
| group_participants_addC | Add participants to a WhatsApp group. |
| group_participants_removeB | Remove participants from a WhatsApp group. |
| group_participants_promoteB | Promote participants to admin in a WhatsApp group. |
| group_participants_demoteA | Demote admin participants in a WhatsApp group. |
| download_mediaB | Download media from a WhatsApp message. |
| sync_onceA | Sync messages once (connect, fetch new messages, then exit). |
| history_backfillC | Request older messages for a chat from your primary device (best-effort). |
| doctorB | Run wacli diagnostics — check store, authentication, and search capabilities. |
| auth_statusA | Show authentication status of the current wacli session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grrek/mcp-wacli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server