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

kangaroo-cpanel-mcp

v1.0.0

Published

🦘 Setup automático do cPanel MCP para Kangaroo Host — rode npx e configure seu assistente IA em 30 segundos

Readme


⚡ Um comando e pronto

npx kangaroo-cpanel-mcp

Digita seu usuário, senha e hostname do cPanel. O resto é automático:

  • ✅ Autentica no cPanel
  • ✅ Gera o API Token
  • ✅ Imprime o JSON pronto pra colar

Só copiar e colar no seu chatbot. Fim. 🎉


🎬 Como funciona

$ npx kangaroo-cpanel-mcp

  ╔══════════════════════════════════════════╗
  ║   🦘 Kangaroo cPanel MCP — Setup         ║
  ╚══════════════════════════════════════════╝

  Hostname do cPanel (ex: br2.kangaroo.srv.br): br2.kangaroo.srv.br
  Usuário do cPanel: meuuser
  Senha do cPanel: ********

  ✅ Conectado! Domínio principal: meusite.com.br
  ✅ Token gerado com sucesso!

  Cola isso no seu assistente IA:

  {
    "mcpServers": {
      "kangaroo-cpanel": {
        "command": "npx",
        "args": ["-y", "cpanel-mcp"],
        "env": {
          "CPANEL_HOSTNAME": "br2.kangaroo.srv.br",
          "CPANEL_USERNAME": "meuuser",
          "CPANEL_API_TOKEN": "TOKEN_GERADO"
        }
      }
    }
  }

Onde colar?

| Assistente | Arquivo de configuração | |---|---| | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json | | Cursor | .cursor/mcp.json na raiz do projeto | | Gemini (Antigravity) | ~/.gemini/antigravity/mcp_config.json | | Windsurf | ~/.codeium/windsurf/mcp_config.json | | VS Code (Copilot) | .vscode/mcp.json na raiz do projeto |


🤖 O que você pode pedir pro seu chatbot depois

📧 "Crie o email [email protected] com 500MB de cota"

🗄️ "Liste todos os bancos de dados MySQL"

📁 "Mostre os arquivos em /public_html/wp-content"

⏰ "Agende um cron pra rodar backup.sh todo dia às 3h"

📊 "Quanto de disco eu tô usando?"

💾 "Faça um backup completo agora"

🌐 "Quais domínios e subdomínios eu tenho?"

🔒 "Instale o SSL no domínio meusite.com.br"

27 ferramentas disponíveis: arquivos, bancos de dados, email, domínios, cron jobs, backups, SSL, DNS e FTP.


🔒 Segurança

  • ✅ A senha nunca é salva — só é usada uma vez pra gerar o token
  • ✅ O Token tem acesso apenas à UAPI (nível de usuário, não admin)
  • ✅ Comunicação via HTTPS (porta 2083)
  • ✅ Tokens podem ser revogados a qualquer momento no cPanel
  • ⚠️ Nunca commite seu token em repos públicos — use variáveis de ambiente

🔧 Modo avançado (sem interação)

npx kangaroo-cpanel-mcp --hostname br2.kangaroo.srv.br --username meuuser --password minhasenha

💡 Padrão Kangaroo Host: O hostname geralmente é brN.kangaroo.srv.br (N = número do servidor).


🙏 Agradecimentos

Este projeto existe graças a anos de parceria sólida entre a Kangaroo Host e o WPRaiz.

Desde os primeiros projetos WordPress até a evolução para plataformas com IA, a Kangaroo sempre esteve presente — com serviço estável, suporte humano de verdade, e infraestrutura que acompanha o crescimento.

💜 Agradecimento especial ao Otávio

O Otávio é referência dentro da Kangaroo. Sempre solícito, sempre resolvendo, sempre entendendo o contexto técnico e humano de cada demanda. Parceria de verdade se constrói com pessoas assim.

"A melhor hospedagem não é só a que mantém seu site no ar — é a que cresce junto com você."

— WPRaiz Team


📄 Licença

MIT © WPRaiz