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

@maroo-chain/agent-wallet-kit

v0.2.1

Published

Agent Wallet Kit — umbrella metapackage for Maroo's AI agent MCPs (@maroo-chain/m-aws + @maroo-chain/mcp). Install once, get both bins on PATH plus an `agent-wallet-kit init` that wires both servers into every MCP client in a single pass.

Downloads

113

Readme

@maroo-chain/agent-wallet-kit

Umbrella metapackage for the two Maroo agent MCPs:

  • @maroo-chain/m-awswallet stack · 20 tools (agent.* / policy.* / transfer.* / faucet.*). Stateful: AA wallets, on-chain spending policy, preflighted transfers, testnet drips.
  • @maroo-chain/mcpchain knowledge · 12 tools (maroo_*). Read-only: KB search, chain reads, PCL compliance previews.

Install once, get both bins on PATH plus a single agent-wallet-kit init that wires both servers into every detected AI client config in one pass.

Install

npm i -g @maroo-chain/agent-wallet-kit
agent-wallet-kit init

After install, three commands are on your PATH:

| Bin | What it does | |---|---| | m-aws | Wallet-stack MCP server + CLI (auth, doctor, TUI, etc.) | | maroo-mcp | Chain-knowledge MCP server + CLI | | agent-wallet-kit | Umbrella init / version |

What init does

agent-wallet-kit init walks the 8 standard MCP-client config surfaces (Claude Code · Claude Desktop · Cursor · Windsurf · Gemini CLI, in both global and project scopes) and, for each detected one, asks once:

Register both servers with Claude Code (global)? [config exists]

If yes, both mcpServers.maws and mcpServers.maroo entries land in that client's config in a single atomic write. Idempotent — re-running is safe.

Compared to running m-aws init + maroo-mcp init separately, this asks 8 questions instead of 16 and writes both server entries at once.

Subcommand reference

agent-wallet-kit init        # wire both servers into AI clients
agent-wallet-kit version     # kit + subpackage versions
agent-wallet-kit --help      # usage screen

# subpackage CLIs (use when you only want one server):
m-aws init                   # wallet-stack only, multi-client
m-aws doctor                 # auth + RPC + balance + TUI binary
m-aws --help                 # full wallet-stack surface
maroo-mcp init               # chain-knowledge only, multi-client
maroo-mcp doctor             # KB + RPC + PCL + version

Update

npm i -g @maroo-chain/agent-wallet-kit@latest

The kit's version constraint (^0.2.0) pulls compatible m-aws and mcp updates automatically. To pin individual subpackages, install them directly instead:

npm i -g @maroo-chain/[email protected]
npm i -g @maroo-chain/[email protected]

License

MIT. © Hashed Open Finance.