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

nsgoods-mcp

v1.0.0

Published

Unified MCP server for the nsgoods x402 oracle suite: signed, pay-per-call USDC-on-Base tools for crypto signals, ERC-8004 agent trust, market regime, web/GEO extractability and US solar legality — plus a free preview for each — for Claude Desktop, Cursor

Readme

nsgoods-mcp

Unified MCP server for the nsgoods x402 oracle suite — the verifiable trust layer for AI agents. It exposes every paid endpoint of the five nsgoods services as MCP tools (plus a free preview for each), and pays per call in USDC on Base via the x402 protocol.

| Service | Subdomain | Tools | |---|---|---| | Kraken Crypto Signals | signals.nsgoods.org | signals, signals_top, indicators, regime_changed, history, backtest | | Agent Trust Oracle (ERC-8004) | trust.nsgoods.org | agent_trust | | CMC Regime Skill | regime.nsgoods.org | regime | | Extractability Oracle (web/GEO) | schema.nsgoods.org | extractability, extractability_html | | Solar Legality Oracle | solar.nsgoods.org | solar_legality, solar_legality_all | | Free previews | — | signals_preview, trust_preview, regime_preview, extractability_preview, solar_preview |

Every paid answer is ECDSA-signed and appended to a public, tamper-evident hash chain, so an agent can verify authenticity before trusting it.

How payment works

Payment is automatic. When a paid endpoint returns HTTP 402, @x402/axios signs a USDC payment on Base with your wallet and retries — no accounts, no API keys. You only pay for the paid tools; every *_preview tool is free and needs no wallet.

Set EVM_PRIVATE_KEY to a low-balance Base hot wallet with a little USDC to enable the paid tools. Without it, the server still runs and the previews work; paid tools return a friendly "set EVM_PRIVATE_KEY" message.

Install / run

npm install -g nsgoods-mcp
EVM_PRIVATE_KEY=0x... nsgoods-mcp   # stdio MCP server

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "nsgoods": {
      "command": "npx",
      "args": ["-y", "nsgoods-mcp"],
      "env": { "EVM_PRIVATE_KEY": "0xYOUR_BASE_WALLET_KEY" }
    }
  }
}

Omit EVM_PRIVATE_KEY to use only the free preview tools.

Security

EVM_PRIVATE_KEY is a spending key. Use a dedicated, low-balance Base wallet funded with only what you intend to spend. Never commit it. Prices per call range from $0.005 to $0.25 (see each tool description).

License

MIT © Nikoble1926