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

gastar-menos-mcp

v1.0.3

Published

MCP server for Gastar Menos — manage wallets and transactions via AI tools

Readme

gastar-menos-mcp

Servidor MCP (Model Context Protocol) para o Gastar Menos. Gerencie carteiras e transacoes usando linguagem natural no seu assistente de IA.

Pre-requisitos

  • Node.js >= 18
  • Conta no Gastar Menos
  • Token MCP (gere em gastarmenos.com.br/mcp)

Configuracao

Adicione o bloco abaixo no arquivo de configuracao do seu cliente MCP:

{
  "mcpServers": {
    "gastar-menos": {
      "command": "npx",
      "args": ["-y", "gastar-menos-mcp@latest"],
      "env": {
        "MCP_TOKEN": "seu_token_aqui"
      }
    }
  }
}

Onde fica o arquivo de configuracao

| Cliente | Arquivo | |---|---| | Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json | | Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json | | Claude Code | ~/.claude.json | | Cursor | .cursor/mcp.json na raiz do projeto |

Apos salvar, reinicie o cliente.

Tools disponiveis (16)

Carteiras (6)

| Tool | Descricao | |---|---| | list_wallets | Lista todas as carteiras | | get_wallet | Busca carteira por ID | | get_wallet_balance | Consulta saldo (com data limite opcional) | | create_wallet | Cria nova carteira | | update_wallet | Atualiza carteira existente | | delete_wallet | Exclui carteira |

Transacoes (5)

| Tool | Descricao | |---|---| | list_transactions | Lista transacoes de um mes | | get_transaction | Busca transacao por ID | | create_transaction | Cria transacao (suporta parcelas e recorrencia) | | update_transaction | Atualiza transacao (com escopo: atual, futuras ou todas) | | delete_transaction | Exclui transacao (com escopo: atual, futuras ou todas) |

Compartilhamento (5)

| Tool | Descricao | |---|---| | share_wallet | Compartilha carteira com outro usuario por email | | list_wallet_shares | Lista usuarios com acesso a uma carteira | | update_wallet_share_permission | Altera permissao (VIEW ou EDIT) | | revoke_wallet_share | Revoga o acesso de um usuario | | leave_shared_wallet | Sai de uma carteira compartilhada com voce |

Exemplos de uso

Depois de configurar, voce pode pedir ao seu assistente:

  • "Qual o saldo da minha carteira principal?"
  • "Lista minhas transacoes de fevereiro"
  • "Cria uma despesa de R$ 50 no cartao de credito, parcelada em 3x"
  • "Cria uma mensalidade de R$ 100 para academia"
  • "Compartilha minha carteira com [email protected] com permissao de edicao"

Convencoes

  • Valores monetarios sao em centavos (10000 = R$ 100,00)
  • Datas no formato YYYY-MM-DD
  • Autenticacao via token MCP (gerado em gastarmenos.com.br/mcp)

Variavel de ambiente

| Variavel | Obrigatoria | Descricao | |---|---|---| | MCP_TOKEN | Sim | Token gerado na pagina /mcp do Gastar Menos | | BACKEND_URL | Nao | URL da API (padrao: https://api.gastarmenos.com.br) |

Licenca

Privado.