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

navi-x402-mcp

v1.0.2

Published

MCP server exposing Navi x402 paid API endpoints as agent tools - crypto prices, weather, translation, web intelligence, market reports, x402 service discovery and more. Pay-per-call in USDC on Base via the x402 protocol, no API keys.

Readme

navi-x402-mcp

MCP server that gives your AI agent paid superpowers with zero API keys: live crypto prices, weather + air quality, translation, AI market reports, web page intelligence, Google Sheets reading, URL previews — and navi_x402_scout, which finds the best x402 service in the ecosystem for any task.

Every call is paid per-request in USDC on Base via the x402 protocol (prices: $0.001–$0.02). No accounts, no API keys, no subscriptions: your agent's wallet pays only for what it uses.

Setup

  1. Fund a wallet with a few USDC on Base mainnet (a dollar goes a long way).
  2. Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
  "mcpServers": {
    "navi-x402": {
      "command": "npx",
      "args": ["-y", "navi-x402-mcp"],
      "env": {
        "X402_PRIVATE_KEY": "0x<private key of the paying wallet>",
        "MAX_PRICE_USDC": "0.05"
      }
    }
  }
}

Tools

Tools are generated dynamically from the live Navi catalog — new endpoints appear automatically. Current highlights:

| Tool | What it does | Price | |---|---|---| | navi_x402_scout | Top-3 x402 services for a task, ranked by real 30-day usage | $0.005 | | navi_crypto_prices | Live prices, 7d/30d change, ATH context (CoinGecko) | $0.001 | | navi_market_report | Structured AI crypto market analysis | $0.02 | | navi_weather | Forecast + air quality for any location | $0.001 | | navi_translate | Translation with BCP-47 normalization + formality | $0.005 | | navi_web_intelligence | AI page analysis: summary, entities, sentiment | $0.005 | | navi_page_context | Page structure, link taxonomy, repo metadata | $0.005 | | navi_google_sheets | Read any shared Google Sheet as typed JSON | $0.003 | | navi_url_preview | OpenGraph/Twitter card metadata | $0.001 | | navi_timestamp | Timezone-aware time with DST/week signals | $0.001 |

Safety

  • MAX_PRICE_USDC (default 0.05) hard-caps the per-call price the server will ever authorize.
  • The private key never leaves your machine: it signs EIP-3009 transfer authorizations locally; settlement happens on-chain via the Coinbase facilitator.
  • Without X402_PRIVATE_KEY, tools are listed and explain how to enable payments instead of failing silently.

Env reference

| Var | Default | Purpose | |---|---|---| | X402_PRIVATE_KEY | — | Paying wallet (USDC on Base mainnet) | | MAX_PRICE_USDC | 0.05 | Per-call price ceiling | | NAVI_CATALOG_URL | Navi public catalog | Alternative catalog source |

MIT — built by Navi.