wa-mcp
by girik7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | The public HTTPS origin URL used during deployment. | |
| ENGINE_TYPE | No | The WhatsApp engine type. Should be set to baileys. | baileys |
| MCP_CLIENT_ID | Yes | The OAuth client ID used for MCP authentication. | |
| WHISPER_MODEL | No | The whisper.cpp model to use. | medium |
| WHISPER_THREADS | No | Number of CPU threads for whisper transcription. | 4 |
| WHISPER_LANGUAGE | No | The language for whisper transcription (auto for multilingual). | auto |
| MCP_CLIENT_SECRET | Yes | The OAuth client secret (also used as bootstrap API key and for Basic auth). | |
| MCP_REDIRECT_URIS | No | Comma-separated exact allowlist of OAuth callback URLs. Unknown callback URLs fail closed. | |
| AUTO_DOWNLOAD_AUDIO | No | Whether audio/voice notes are auto-downloaded. | true |
| BAILEYS_MESSAGE_STORE_LIMIT | No | The persisted Baileys raw-message store limit, controlling how far back visual on-demand downloads remain available. | |
| VOICE_TRANSCRIPTION_ENABLED | No | Enable or disable voice transcription. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/girik7/wa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server