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

@parad0x_labs/null-mcp

v0.2.0

Published

MCP server for Web0 .null domains — agents resolve, buy (register), and bid on auctions on Solana. Returns unsigned transactions (bring-your-own-signer, never holds keys). All tx layouts verified on mainnet.

Downloads

151

Readme

@parad0x_labs/null-mcp

MCP server for Web0 .null domains on Solana. Lets an AI agent resolve, buy (register), and bid on .null domain auctions — returning unsigned transactions so the agent's own wallet signs. The server never holds a private key.

All transaction layouts are verified against the live mainnet programs:

  • null_registrarH4wbFJucY9shJt95N8Bra532Z4nnkKhGEfqWvLcYfuDm
  • null-auction7uxLhqLzkEzPpkvdmTwqgL3g66yq2aMBS5QgcjaZZEaw

Run

npx @parad0x_labs/null-mcp

Or wire it into an MCP client (Claude Desktop, etc.):

{
  "mcpServers": {
    "null-mcp": {
      "command": "npx",
      "args": ["-y", "@parad0x_labs/null-mcp"]
    }
  }
}

Tools

| Tool | What it does | |---|---| | resolve_null_domain | Read a name's full on-chain record (owner, Arweave content, x402 endpoint, Dark Passport) | | fetch_null_content | Fetch the site the name points to (Arweave) | | register_null_domain | Buy a name → returns an unsigned Register transaction | | get_null_auction | Read live auction state for a name | | bid_null_auction | Bid SOL/NULL on an auction → returns an unsigned PlaceBid transaction |

Bring-your-own-signer

register_null_domain and bid_null_auction return base64 unsigned transactions. The agent (or its wallet) signs and submits them. This package builds and reads; it does not sign, hold keys, or move funds on its own.

License

MIT