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

whatsapp-docs-mcp

v1.0.8

Published

MCP server for WhatsApp Business API documentation - Access comprehensive WhatsApp Business API docs through Model Context Protocol

Readme

WhatsApp Business API Docs - MCP Server

Servidor MCP (Model Context Protocol) que fornece acesso completo à documentação da WhatsApp Business API para assistentes de IA como Claude e Cursor.

🚀 Como Usar

Configuração MCP (Cursor e Claude Desktop)

Tanto o Cursor quanto o Claude Desktop usam o mesmo método de configuração MCP:

  1. Edite o arquivo de configuração MCP:

    • Cursor: ~/.cursor/mcp.json ou via Settings > Features > MCP
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
  2. Adicione a configuração do servidor MCP:

{
  "mcpServers": {
    "whatsapp-docs-mcp": {
      "command": "npx",
      "args": ["whatsapp-docs-mcp@latest"],
      "env": {
        "MCP_MODE": "stdio",
        "LOG_LEVEL": "error"
      }
    }
  }
}
  1. Reinicie o Cursor ou Claude Desktop

  2. Pronto! Agora você pode usar as ferramentas MCP diretamente:

    • search_documentation - Buscar na documentação
    • get_document_by_path - Obter documento específico
    • get_endpoint_reference - Referência de endpoint
    • get_error_code_info - Informações sobre códigos de erro
    • get_quick_reference - Referência rápida de operações comuns

Método Alternativo: Usar arquivos diretamente

Se preferir não usar MCP, você pode adicionar os arquivos diretamente no chat:

@AGENTS.md                         # Índice principal da documentação
@docs/QUICK_REFERENCE.md          # Referência rápida de endpoints

📚 Documentação

A documentação está organizada em docs/ com os seguintes arquivos principais:

  • AGENTS.md - Índice principal com links para todas as seções
  • docs/QUICK_REFERENCE.md - Referência rápida de endpoints e exemplos
  • docs/comecar/get_started.md - Guia para começar
  • docs/mensagens/ - Documentação sobre mensagens
  • docs/webhooks/ - Webhooks e notificações
  • docs/referencia/ - Referência completa da API
  • docs/suporte/ - Códigos de erro e troubleshooting

Cada pasta contém um arquivo AGENTS.md com índice e links para facilitar a navegação.

🔧 Instalação Local (Desenvolvimento)

# Clone o repositório
git clone https://github.com/yvfl/api-whatsapp-docs.git
cd api-whatsapp-docs

# Instale as dependências
npm install

# Compile o projeto
npm run build

# Execute os testes
npm test

🤝 Contribuindo

Contribuições são bem-vindas! Por favor, abra uma issue ou pull request.

📄 Licença

MIT License