vistoazul-mcp
The vistoazul-mcp server enables AI agents (Claude, Cursor, etc.) to operate WhatsApp through the Visto Azul API. Key capabilities include:
Messaging: Send text, media (images, videos, documents), polls, and PIX payment requests to any WhatsApp number.
Enhanced Message Actions: Mark messages as read, send typing/recording presence indicators, react to, edit, or delete messages, and download/transcribe received media.
Number Verification: Check which phone numbers have active WhatsApp accounts before sending (anti-ban feature).
Campaign Management: Create and monitor mass messaging campaigns with spintax templates, variable substitution, delay controls, scheduling, and built-in anti-ban mechanisms.
Contact Management: List contacts (with optional tag filtering) and create or update contact records (name, tags, number).
Webhook Configuration: Set up webhooks on WhatsApp instances to receive incoming messages, enabling chatbot and automated response flows.
Instance Management: List all connected WhatsApp numbers and check their current status.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vistoazul-mcpenviar mensagem de texto para o contato 'João' com 'Bom dia!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vistoazul-mcp
Servidor MCP (Model Context Protocol) da Visto Azul. Dê ao Claude, Claude Code, Cursor e a qualquer cliente MCP a capacidade de operar o WhatsApp: enviar texto, mídia e cobrança PIX, disparar campanhas, gerenciar contatos e configurar webhooks — tudo pela API REST do Visto Azul, sem taxa por mensagem da Meta e com anti-ban de fábrica.
O que é
O MCP é o padrão que conecta agentes de IA a ferramentas externas. Com este servidor, você pede em linguagem natural — "manda um PIX de R$97 pro cliente", "dispara a campanha pra essa lista" — e o agente executa pela sua conta do Visto Azul.
Related MCP server: WAHA MCP
Ferramentas
Ferramenta | O que faz |
| Lista os números conectados e o status |
| Envia mensagem de texto |
| Envia imagem, vídeo ou documento |
| Envia cobrança PIX na conversa |
| Envia enquete |
| Verifica quem tem WhatsApp (anti-ban) |
| Cria campanha (disparo em massa) |
| Status de uma campanha |
| Lista contatos (filtra por tag) |
| Cria ou atualiza um contato |
| Configura webhook para receber mensagens |
| Baixa a mídia recebida (base64) e transcreve áudio |
| Marca mensagem como lida (tique azul) |
| Envia "digitando…" / "gravando áudio" |
| Reage a uma mensagem com emoji |
| Edita uma mensagem enviada |
| Apaga uma mensagem para todos |
Instalação
Você precisa de uma API key do Visto Azul: crie a conta em dashboard.vistoazul.com.br, conecte seu número e copie a key em Instâncias.
Claude Code
claude mcp add vistoazul -e VISTOAZUL_API_KEY=SUA_API_KEY -- npx -y vistoazul-mcpClaude Desktop / Cursor (config JSON)
{
"mcpServers": {
"vistoazul": {
"command": "npx",
"args": ["-y", "vistoazul-mcp"],
"env": { "VISTOAZUL_API_KEY": "SUA_API_KEY" }
}
}
}Configuração
Variável | Obrigatória | Padrão |
| sim | — |
| não |
|
Links
🌐 Site: https://vistoazul.com.br
📚 Documentação: https://vistoazul.com.br/docs
🧩 Node do n8n: https://www.npmjs.com/package/n8n-nodes-vistoazul
Licença
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the WhatsApp Business API, allowing agents to send messages, manage media, and perform other WhatsApp business operations through natural language.Last updated1
- Flicense-qualityDmaintenanceWhatsApp MCP server that exposes messaging, groups, contacts, and profile management as tools and resources for AI agents, supporting Baileys and Meta Cloud API.Last updated19
- Flicense-qualityDmaintenanceMCP server that wraps the Evolution API (WhatsApp) as semantic tools for LLM agents, enabling messaging, chat management, group operations, and instance control via natural language.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
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/vistoazul/vistoazul-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server