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

@moonpay/cli

v0.12.2

Published

MoonPay CLI — the crypto onramp for AI agents

Readme

MoonPay CLI

Your agent needs money. Give your agents crypto.

MoonPay is the crypto onramp for AI agents — non-custodial wallets, swaps, bridges, transfers, deposits, market data, and fiat on/off ramps. One CLI for everything.

  • Install: npm i -g @moonpay/cli
  • Primary command: moonpay
  • Alias: mp

Quick start

npm i -g @moonpay/cli
mp consent accept
mp login --email [email protected]
mp verify --email [email protected] --code 123456
mp wallet create --name "main"

Wallets

Local wallets stored encrypted in ~/.config/moonpay/wallets.json. Keys never leave the machine.

mp wallet create --name "main"
mp wallet list
mp wallet retrieve --wallet "main"
mp wallet export --wallet "main"        # interactive only
mp wallet delete --wallet "main" --confirm

Balances

mp token balance list --wallet <address> --chain solana
mp token balance list --wallet 0x... --chain ethereum
mp bitcoin balance retrieve --wallet <btc-address>

Token research

mp token trending list --chain solana --limit 5 --page 1
mp token search --query "USDC" --chain solana
mp token retrieve --token <address> --chain solana

Swap and bridge

# Same-chain swap
mp token swap \
  --wallet main --chain solana \
  --from-token So11111111111111111111111111111111111111111 \
  --from-amount 0.1 \
  --to-token EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v

# Cross-chain bridge
mp token bridge \
  --from-wallet main --from-chain ethereum \
  --from-token 0x0000000000000000000000000000000000000000 \
  --from-amount 0.003 \
  --to-chain polygon \
  --to-token 0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174

Buy with fiat

mp buy --token sol --amount 1 --wallet <address> --email [email protected]

Skills

Skills teach AI agents how to use the CLI. Install them for Claude Code, Claude Desktop, or any MCP-compatible agent.

mp skill list
mp skill install

MCP server

Run as an MCP server for Claude Desktop or Claude Code:

mp mcp

All commands

mp tools

Troubleshooting

  • Auth errors: run mp login again.
  • Outdated CLI: run npm i -g @moonpay/cli to update.

Legal