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

hsv4-mcp

v3.2.0

Published

Acesso ao V4 Health Score direto pelo Claude: consultar clientes, preencher semanas e acompanhar a saúde da carteira da sua unidade.

Readme

HSV4 MCP Server

Acesso ao V4 Health Score direto pelo Claude: consultar clientes, preencher semanas e acompanhar a saúde da carteira da sua unidade.

Status

Este pacote ainda não foi publicado no npm. Os comandos de instalação abaixo funcionarão somente após o comando npm publish ser executado. Enquanto isso, use o arquivo .mcpb fornecido.

Instalação

Claude Code (uma linha)

claude mcp add hsv4 --env HSV4_EMAIL=seu@email --env HSV4_TOKEN=seu-token -- npx -y hsv4-mcp

Substitua:

  • seu@email — seu email cadastrado no HSV4
  • seu-token — seu token pessoal (veja abaixo como gerar)

Claude Desktop

Edite o arquivo de configuração do Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json no macOS ou %APPDATA%\Claude\claude_desktop_config.json no Windows) e adicione a seção mcpServers:

{
  "mcpServers": {
    "hsv4": {
      "command": "npx",
      "args": ["-y", "hsv4-mcp"],
      "env": {
        "HSV4_EMAIL": "seu@email",
        "HSV4_TOKEN": "seu-token"
      }
    }
  }
}

Substitua os valores de HSV4_EMAIL e HSV4_TOKEN com suas credenciais reais.

Como Pegar Meu Token

  1. Acesse o V4 Health Score pelo navegador
  2. Vá no menu de Acesso MCP (ou Configurações > Integração)
  3. Clique no botão Gerar Token Pessoal
  4. Copie o token exibido e guarde em um lugar seguro

O token nunca é exibido novamente — se perder, gere um novo.

Deu Errado?

"Command not found: claude"

Você não tem o Claude Code CLI instalado. Instale com:

npm install -g @anthropic-ai/claude-code

"Invalid token" ou "Unauthorized"

  • Confirme que o token foi copiado completamente (sem espaços antes ou depois)
  • Verifique se o email está exatamente igual ao cadastrado no HSV4
  • Tente gerar um novo token no HSV4 e usar o novo

"Node version X is not supported"

O servidor precisa de Node 18 ou mais novo. Verifique sua versão com node --version e atualize se necessário.

"Cannot find module ../index.cjs"

A instalação pode estar corrompida. Tente reinstalar com:

# Claude Code
claude mcp remove hsv4
claude mcp add hsv4 --env HSV4_EMAIL=seu@email --env HSV4_TOKEN=seu-token -- npx -y hsv4-mcp

Ferramentas Disponíveis

O servidor fornece acesso a:

  • autenticar — testa sua conexão com o HSV4
  • listar_clientes — lista clientes da sua unidade
  • criar_cliente — adiciona um novo cliente
  • editar_cliente — atualiza dados de um cliente
  • preencher_semana — registra health score da semana
  • listar_historico — histórico completo de um cliente
  • importar_csv — importa clientes em lote
  • E mais...

Use @hsv4 no Claude para chamar qualquer uma delas.

Suporte

Problemas? Entre em contato com o time de suporte do V4 Health Score.