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

@mcppulse/cli

v1.0.1

Published

Reliability monitor for TypeScript/Node MCP servers

Readme

MCP Pulse

CI npm MCP Pulse

CLI reliability monitor for TypeScript/Node MCP servers. Zero code changes required.

Your MCP server is either production-ready or it isn't. MCP Pulse tells you which.


Install

npm install -g @mcppulse/cli

Node 18+ · macOS, Linux, Windows · zero config


Usage

# Wrap any MCP server
mcp-pulse -- npx @modelcontextprotocol/server-filesystem /tmp
mcp-pulse -- node ./my-server.js

# Score your server
mcp-pulse score

# Generate a report
mcp-pulse report

# Auto-wrap Claude Desktop / Cursor configs
mcp-pulse init

MCP Pulse acts as a transparent stdio proxy. Bytes are forwarded byte-for-byte — your clients never know it's there.


What it measures

| Component | Weight | What it detects | |---|---|---| | Success Rate | 35 | Failed tool calls, error responses | | Latency Stability | 25 | p95 vs p50 spread — jitter under load | | Schema Consistency | 20 | Response shape drift across calls | | Error Resilience | 10 | Graceful handling of bad inputs | | Auth Posture | 10 | No auth → API key → OAuth 2.1 | | Spec v2 Compat | +5 | Ready for July 28, 2026 cutover |

Scores are 0–100. Grades: Production Ready (90+) · Stable (70–89) · Needs Improvement (50–69) · Unreliable (<50).

Full methodology: github.com/mcp-pulse/reliability-standard


Benchmark — June 2026

Scores from real traffic. Minimum 47 tool calls per server.

| Server | Score | Grade | Calls | |---|---|---|---| | @modelcontextprotocol/server-filesystem | 70/100 | Stable | 47 | | @modelcontextprotocol/server-memory | 70/100 | Stable | 47 | | @modelcontextprotocol/server-sequential-thinking | 70/100 | Stable | 47 |

Live badge data: https://badge.mcp-pulse.com/{server}.svg


Add a badge to your server

[![MCP Pulse](https://badge.mcp-pulse.com/your-server-name.svg)](https://mcp-pulse.com)

To get your server scored:

  1. npm install -g @mcppulse/cli
  2. mcp-pulse -- node ./your-server.js
  3. Run 50+ tool calls through Claude Desktop or Cursor
  4. mcp-pulse score

Spec v2 — July 28, 2026 cutover

The MCP spec v2 hard cutover breaks all v1.x servers:

  • Sessions eliminated → stateless
  • _meta required on every request (not just initialize)
  • Error code -32002-32602
  • New required headers

MCP Pulse detects v2 incompatibilities in real-time and flags them in the terminal report.


Data privacy

MCP Pulse captures shapes only — JSON key names, never values. No PII is stored.

environment_id is sha256(machine_id + project_path) — no email, no name.


Tiers

| Tier | Price | Features | |---|---|---| | Free | $0 | Local, 7-day history, terminal report | | Starter | $29/mo | 30-day history, PDF report, fix suggestions, email alerts | | Team | $99/mo | Cross-user benchmarks, dashboard, Slack alerts, spec v2 view | | Security | $299/mo | Real-time dangerous method alerts, audit export, SSRF detection | | Enterprise | $599/mo | Self-hosted, RBAC, compliance export, SLA |


Links