vistoazul-mcp
MCP server that enables AI agents to operate WhatsApp via Visto Azul API: send text, media, PIX charges, manage campaigns and contacts, and configure webhooks using natural language.
README
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.
Ferramentas
| Ferramenta | O que faz |
|---|---|
list_instances |
Lista os números conectados e o status |
send_text |
Envia mensagem de texto |
send_media |
Envia imagem, vídeo ou documento |
send_pix |
Envia cobrança PIX na conversa |
send_poll |
Envia enquete |
check_numbers |
Verifica quem tem WhatsApp (anti-ban) |
create_campaign |
Cria campanha (disparo em massa) |
campaign_status |
Status de uma campanha |
list_contacts |
Lista contatos (filtra por tag) |
upsert_contact |
Cria ou atualiza um contato |
set_webhook |
Configura webhook para receber mensagens |
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-mcp
Claude 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 |
|---|---|---|
VISTOAZUL_API_KEY |
sim | — |
VISTOAZUL_BASE_URL |
não | https://dashboard.vistoazul.com.br/api/v1 |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.