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

milypay

v0.2.5

Published

CLI + MCP for Milypay — Australian data over x402

Readme

milypay CLI

Terminal client for Milypay — Australian data over x402.

# free demo host (rate-limited, no wallet)
npx milypay abn 51824753556

# paid API (AUDD/USDC/… on Solana)
export MILYPAY_PRIVATE_KEY=<base58-secret>
npx milypay --api abn 51824753556

Install

npm i -g milypay
# or one-shot
npx milypay <command>

Commands

| Command | What | |---------|------| | milypay services | List endpoints + AUD prices | | milypay abn <abn> | ABR business by ABN | | milypay acn <acn> | ABR business by ACN | | milypay business search <name> | ABN name search | | milypay company <acn\|name> | ASIC open-data company | | milypay company-report <acn> | Official ASIC extract | | milypay address validate\|search\|geocode <q> | G-NAF | | milypay super <abn> | Super fund (ATO) | | milypay weather <address> | BOM forecast | | milypay bsb <bsb> | BSB lookup | | milypay bsb search <q> | BSB search | | milypay postage --from --to --weight | AusPost rates | | milypay fund status\|session | MoneyGram pre-fund (sandbox) | | milypay domains check\|quote <name> | DNS check/quote | | milypay rides quote … | Uber estimates (no booking) | | milypay call /path | Raw path | | milypay whoami | Configured wallet |

Flags

  • --demo — force https://milypay.xyz (free)
  • --api — force https://api.milypay.xyz (needs wallet)
  • --base <url> — custom base
  • --rpc <url> — Solana RPC for payments
  • --quiet — hide progress on stderr
  • --json — pretty JSON (default for data cmds)

Wallet env

Any one of:

  • MILYPAY_PRIVATE_KEY
  • MILYPAY_SECRET
  • SOLANA_PAYER_SECRET
  • SOLANA_PRIVATE_KEY

Value: base58 secret key or JSON byte array.

Optional: SOLANA_RPC_URL / HELIUS_RPC_URL.

Defaults

| Wallet | Host | |--------|------| | set | https://api.milypay.xyz (x402 pay-per-call) | | unset | https://milypay.xyz (free demo, throttled) |

Docs

  • Agents: https://milypay.xyz/agents.md
  • Full ref: https://milypay.xyz/llms-full.txt
  • Manifest: https://milypay.xyz/.well-known/x402

A Milysec company.

MCP server

npx milypay mcp

Claude Desktop / Cursor (mcp.json):

{
  "mcpServers": {
    "milypay": {
      "command": "npx",
      "args": ["-y", "milypay", "mcp"],
      "env": {
        "MILYPAY_HOST": "demo"
      }
    }
  }
}

| Env | Meaning | |-----|---------| | MILYPAY_HOST=demo | Free host (default when no wallet) | | MILYPAY_HOST=api | Paid api.milypay.xyz | | MILYPAY_PRIVATE_KEY | Solana secret for x402 payments |

Tools: list_services, lookup_abn, lookup_acn, search_business, lookup_company, search_company, company_report, address_validate, address_search, address_geocode, lookup_super, weather, lookup_bsb, search_bsb, postage, call, whoami