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

boo-mpp-mcp

v1.0.1

Published

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

Readme

boo-mpp-mcp

MCP server giving AI agents pay-per-call crypto/web3 data on the MPP / Tempo rail (USDC.e).

Sister package to boo-x402-mcp (same data, x402 on Base). Pick the rail your agent's wallet is funded on.

No API key. No signup. Built-in spend caps.

Tools (24 paid + 2 free)

Call mpp_list_paid_tools (FREE) first to see everything with prices.

Unique to this fleet | Tool | Price | What | |---|---|---| | vietnam_crypto_news | $0.02 | What Vietnamese media reports about crypto, in English. Vietnam is a top-3 adoption market invisible to English-language agents. | | company_registry_lookup | $0.05 | Verify a company exists in official registries (GLEIF LEI, UK Companies House, US state). |

Safety | Tool | Price | |---|---| | token_rugcheck (solana, rhchain) | $0.01-0.02 | | wallet_risk | $0.01 | | wallet_sanctions (OFAC) | $0.01 |

Token data | Tool | Price | |---|---| | token_price | $0.01 | | token_supply | $0.01 | | token_snapshot | $0.015 |

Market & DeFi | Tool | Price | |---|---| | fear_greed | $0.005 | | gas_oracle | $0.005 | | ens_resolve | $0.005 | | defi_tvl | $0.01 | | defi_yields | $0.01 | | chain_tvl | $0.01 | | stablecoin_peg | $0.01 | | derivatives_funding | $0.01 |

Robinhood Chain (chain_id 4663, new L2, not covered elsewhere) rhchain_health $0.005, rhchain_wallet $0.01, rhchain_wallet_score $0.01, rhchain_token_screener $0.008, rhchain_token_detail $0.008, rhchain_tx $0.005, rhchain_trending $0.008, rhchain_burn $0.005

Install

{
  "mcpServers": {
    "boo-mpp": {
      "command": "npx",
      "args": ["-y", "boo-mpp-mcp"],
      "env": {
        "WALLET_PRIVATE_KEY": "0x...",
        "MAX_USD_PER_CALL": "0.05",
        "MAX_USD_TOTAL": "5"
      }
    }
  }
}

Wallet

You need a wallet holding USDC.e on Tempo (not Base). Payments settle over MPP.

Your private key stays on your machine, in your MCP config. It is never transmitted.

The free tools work with no wallet.

Spend caps

  • MAX_USD_PER_CALL (default 0.05) - rejects any single payment above this
  • MAX_USD_TOTAL (default 5) - rejects further calls once session spend reaches this

Data

Public, verifiable sources (Blockscout, RPC, DEX pairs, DefiLlama, GoPlus, GLEIF). Read-only.

NOT investment advice.

License

MIT