npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vistoazul-mcp

v0.2.0

Published

Servidor MCP da Visto Azul: use o WhatsApp (enviar texto, midia, PIX, campanhas, contatos, webhook) direto de agentes de IA como Claude, Claude Code e Cursor, pela API REST do Visto Azul.

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 | | download_media | Baixa a mídia recebida (base64) e transcreve áudio | | mark_read | Marca mensagem como lida (tique azul) | | send_presence | Envia "digitando…" / "gravando áudio" | | react_message | Reage a uma mensagem com emoji | | edit_message | Edita uma mensagem enviada | | delete_message | 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-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

MIT