@maroo-chain/agent-wallet-kit
v0.1.0
Published
Agent Wallet Kit — umbrella for Maroo's AI agent MCPs (m-aws now, mcp coming soon)
Readme
@maroo-chain/agent-wallet-kit
Umbrella package for Maroo's AI-agent MCP toolchain. Today this installs
@maroo-chain/m-aws — the
stateful "wallet ops" MCP — and exposes its m-aws CLI on your PATH.
@maroo-chain/mcp (the read-only
"chain knowledge" MCP) will land here as a peer dep when it ships.
If you only need the wallet stack today, installing
@maroo-chain/m-aws directly is identical in behavior. The kit exists
so the install command on agent.maroo.io stays
stable as the toolchain grows.
Install
npm i -g @maroo-chain/agent-wallet-kitOr wire it directly into Claude Code:
claude mcp add maws -- npx -y @maroo-chain/m-awsAfter install, m-aws --version should print 0.2.6 (or later).
m-aws-tui (the Rust TUI dashboard) ships separately — install with
cargo install --path packages/tui from the repo, or wait for the
prebuilt-binary release.
Use
Run m-aws --help to see the full surface. Quick path:
m-aws init # bootstrap .mcp.json + login
m-aws doctor # health check (auth, RPC, owner balance, TUI)
m-aws tui # launch the Rust TUIFor the MCP tool catalog (19 tools across agent.* / policy.* /
transfer.*), see https://agent.maroo.io/m-aws.
License
MIT
