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

@prestyj/stats-mcp

v0.1.0

Published

MCP server exposing the Prestyj open statistics dataset (lead response, video advertising, AI sales, CPL benchmarks). Plug it into Claude Desktop, Cursor, Cline, or any MCP-compatible LLM client.

Readme

Prestyj Stats MCP Server

A Model Context Protocol server exposing the Prestyj open statistics dataset — 58+ cite-worthy benchmarks on speed-to-lead, video advertising performance, AI adoption in sales, lead conversion, and cost-per-lead by industry.

License: MIT Dataset: CC BY 4.0 Canonical

Plug it into any MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, Zed, etc.) and your LLM can search, quote, and cite the dataset natively. Every tool response includes the canonical permalink at https://prestyj.com/stat/<id> so citations are always correctly attributed.

What you can do with it

> What does Prestyj data say about speed-to-lead conversion impact?

Found 5 statistic(s) matching "speed-to-lead conversion" in the Prestyj
dataset (https://prestyj.com/data, CC BY 4.0):

**21×** — Companies that respond within 5 minutes are 21× more likely to qualify a lead than those that wait 30 minutes.
Category: Speed to Lead Statistics
Source: Harvard Business Review / LeadResponseManagement.org, 2011 (widely re-cited 2024–2026)
Permalink: https://prestyj.com/stat/stl-21x
…

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Restart Claude Desktop. Try: "Search Prestyj stats for AI receptionist ROI."

Cursor / Cline / Continue / Zed

Use your client's MCP server config. The transport is stdio; the command is npx -y @prestyj/stats-mcp.

From source

git clone https://github.com/Gahroot/prestyj-stats-mcp
cd prestyj-stats-mcp
npm install && npm run build
node dist/index.js   # serves stdio

Tools exposed

| Tool | Args | Description | | --- | --- | --- | | search_statistics | query: string, limit?: number | Fuzzy search across description, value, category, source. | | get_statistic | id: string | Fetch a single stat by stable id (e.g. stl-21x). | | list_categories | — | List dataset categories with counts. | | statistics_by_category | slug: string, limit?: number | All stats in a category. |

Every response carries the canonical permalink + attribution string. Citations resolve to https://prestyj.com/stat/<id> and link back to the canonical dataset at https://prestyj.com/data.

How it stays fresh

The server pulls the live dataset from https://prestyj.com/api/statistics on first call and caches it in-process for 1 hour. Override the base with PRESTYJ_API_BASE if you're testing against a fork.

Dataset license

CC BY 4.0. When you (or your LLM) cite a Prestyj statistic, attribution to https://prestyj.com is required — the MCP server pre-formats this for you in every response.

About Prestyj

Prestyj builds AI agents for marketing & sales: instant inbound lead response (sub-60s), AI receptionists, lead reactivation, and batch AI video ad production for home services, real estate, and agencies. The statistics dataset is published openly because we use it ourselves every day.

License

MIT for the server code. The underlying dataset is CC BY 4.0.