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

mintverdict-mcp

v0.1.2

Published

MCP server for MintVerdict — Solana token risk verdicts, rug checks, and outcome labels for AI agents, battle-tested by a live trading bot. Pay-per-call via x402 (USDC on Base), no API keys.

Readme

MintVerdict MCP

Solana token risk verdicts, rug checks, and outcome labels for AI agents — battle-tested by a live trading bot across 24k+ real trades. Pay per call with USDC via x402; no account, no API key.

Tools

| Tool | What it returns | Price | |---|---|---| | mint_risk | Rug/bundle risk verdict: mint & freeze authority, LP burn, holder clustering, RugCheck, composite score + live launch-bundle re-check | $0.02 | | mint_outcome | Outcome label (rug / flat / pump_30 / pump_100 / pump_500), peak %, anti-lookahead classified_at_slot | $0.01 | | mint_trade_summary | Launch-window forensics: first buy slot, buy/sell counts, unique traders, early per-slot volume | $0.02 |

Setup (Claude Desktop / any MCP client)

{
  "mcpServers": {
    "mintverdict": {
      "command": "npx",
      "args": ["-y", "mintverdict-mcp"],
      "env": {
        "WALLET_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Wallet notes

  • Use a dedicated, low-value wallet — never your main wallet. A few dollars of USDC on Base is enough for hundreds of calls.
  • Payments are gasless USDC authorizations (EIP-3009): no ETH needed.
  • The key stays in your MCP client's process. It is never sent anywhere; it only signs payment authorizations for the exact per-call amounts.
  • Without WALLET_PRIVATE_KEY, tools still respond with the price quote so you can inspect before funding.

Direct API

The same endpoints are callable by any x402-capable client at https://api.mintverdict.com (OpenAPI at /docs), and discoverable via the Coinbase CDP Bazaar index.