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

scvd-mcp-starter

v0.1.1

Published

A zero-dependency MCP server over stdio that serves scvd.store's five free x402 verifier tools — preflight, receipt verification, readiness lookup, defect definitions, artifact verification — to any MCP client. Copy it, keep it, or point it at your own do

Readme

scvd-mcp-starter

A zero-dependency MCP server over stdio that serves scvd.store's five free x402 verifier tools to any MCP client: preflight_x402_endpoint, verify_x402_receipt, lookup_endpoint_readiness, get_defect_definition, verify_scvd_artifact. It answers the handshake itself and forwards tools/list and tools/call to POST https://scvd.store/mcp/verifier over HTTPS. Nothing here can pay: the upstream door has no paid tool to reach, and this file holds no key and asks for nothing. Calls record traffic statistics upstream. Readiness lookups for eligible unprobed hosts publish their names in the asked-for queue for a later sweep.

npx scvd-mcp-starter

Claude Desktop, Cursor, or any stdio MCP client:

{ "mcpServers": { "scvd-verifier": { "command": "npx", "args": ["-y", "scvd-mcp-starter"] } } }

Why a starter

The whole server is one file. Copy it into your project, keep the handshake, and change SCVD_MCP_UPSTREAM (or the constant) to your own MCP door when you have one: the framing, the error shapes and the forwarding are the parts every stdio server needs and nobody wants to write twice.

What it is not

Not the store's full MCP door: that is https://scvd.store/mcp, which lists the paid shelf beside the free instruments. This starter reaches the verifier door only, on purpose, for a client that should never see a paid tool. Every answer names its checks and what it cannot tell you; never a ranking.

Versioning

Versions are immutable once published. Minor versions add methods and never change an existing answer's shape. The dated record is CHANGELOG.md.