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

wjttc

v1.4.0

Published

WolfeJam Technical Testing Certification - Score your MCP server for free. 52 tests, 9 tiers (49 scored + Tier 9 Receipt validation), from the creator of IANA-registered .faf format. Full leaderboard coming soon - what will your server score?

Readme

WJTTC/🍊

The FAF Foundation Testing Standard for MCP Servers

FAF Foundation npm downloads License: MIT

"When brakes must work flawlessly, so must our MCP servers"


What is WJTTC?

WJTTC is the WolfeJam Technical Testing Certification. wolfejam is the dev who created the IANA-registered .faf format for AI context - the first and only MCP of its kind. He achieved this largely due to his obsession with technical details and testing.

WJTTC is the rollout of his self-certification secrets to help grade other MCP servers for free, with a view to improving MCP server quality system-wide. Now testing across Claude, Gemini, Grok, Rust, and IDE servers (Cursor, Windsurf, Cline, VS Code).

Score your Server for free. Full leaderboard going live soon - what will your server score?

The Testing Ecosystem

| Component | Tests | Speed | |-----------|-------|-------| | faf-cli (TypeScript) | 1,143 tests, 50 suites | Production CLI | | faf-wasm-sdk (Rust/WASM Mk4) | 136 tests | 0.13s total | | wjttc (Certification) | 105 tests | 52 MCP tests, 9 tiers |

Testing across 5 MCP servers (Claude, Gemini, Grok, IDE Edition, Rust) and counting.


What is Big Orange?

The 🍊 Big Orange is a badge — recognition that the Server Owner(s) have gone above and beyond the 100% pass rate.

  • 100% = Pass all 49 scored tests across ALL 9 tiers (Tiers 1-8)
  • 🍊 = Awarded for excellence beyond metrics (badge, not a score)
  • Tier 9 = TAF Receipt Validation (informational only, doesn't affect score)

The 🍊, much like a Michelin Star for a restaurant, is awarded for excellence and well-deserved for Best-of-Class MCP servers.

Did you know? Most MCP servers on the registry score Silver or below. Only 3 servers have achieved 🍊 Big Orange certification.

Full leaderboard coming soon.


Certification Tiers

| Badge | Tier | Score | Meaning | |-------|------|-------|---------| | 🍊 | Big Orange | 100% + BADGE | The Michelin Star of MCP servers (awarded for excellence beyond metrics) | | 🏆 | Trophy | 100% | Perfect - 100% pass rate | | 🥇 | Gold | 99%+ | Exceptional | | 🥈 | Silver | 95%+ | Excellent, room for polish | | 🥉 | Bronze | 85%+ | Production ready (minimum recommended) | | 🟢 | Green | 70%+ | Solid foundation | | 🟡 | Yellow | 55%+ | Needs improvement | | 🔴 | Red | <55% | Critical issues |


Quick Start

# Test any MCP server
npx wjttc certify --mcp "npx your-mcp-server"

# Example output:
# 🏆 CERTIFICATION: TROPHY
#    Score:  100/100
#    Tests:  49/49 passed (+ 3 validation checks)
#    Badge:  🍊 Big Orange (awarded for excellence)

Current 🍊 Big Orange Holders

| Server | Score | Status | |--------|-------|--------| | claude-faf-mcp | 100% 🍊 | Trophy + Big Orange Badge | | faf-mcp | 100% 🍊 | Trophy + Big Orange Badge | | grok-faf-mcp | 100% 🍊 | Trophy + Big Orange Badge |


Test System

52 tests across 9 tiers (49 scored + 3 validation checks):

| Tier | Name | Weight | Tests | |------|------|--------|-------| | 1 | Protocol Compliance | 20% | 12 | | 2 | Capability Negotiation | 10% | 8 | | 3 | Tool Integrity | 20% | 6 | | 4 | Resource Management | 10% | 6 | | 5 | Security Validation | 15% | 3 | | 6 | Performance Benchmarks | 15% | 6 | | 7 | Integration Readiness | 10% | 5 | | 8 | FAF Documentation | 5% | 3 | | 9 | TAF Receipt Validation | Informational | 3 |

Note: Tier 9 validates .taf receipt files but doesn't affect the 0-100% score. It provides proof of testing history over time.


GitHub Action

- uses: wolfe-jam/wjttc-action@v1
  with:
    mcp-path: './dist/index.js'
    tier: bronze

Pre-Certification Best Practices

Before running WJTTC certification, consider these preparation steps:

For FAF-enabled projects (Tier 8):

# Validate project.faf structure and score
faf score

# If you have faf-cli source code, run Boris-Flow integration tests
cd /path/to/faf-cli
./tests/boris-flow.test.sh

Boris-Flow is faf-cli's 12-test validation suite that checks:

  • Version detection
  • Type and language detection
  • Claude Code structure validation (agents, skills, commands)
  • Score progression (init → auto → 100%)
  • Non-TTY safety

Running Boris-Flow before WJTTC certification ensures your .faf file is valid and complete, which helps you pass Tier 8 tests.

Workflow:

  1. faf init - Create project.faf
  2. faf auto - Enhance to 100%
  3. (Optional) Run Boris-Flow tests
  4. npx wjttc certify --mcp "npx your-server" - Run certification

Links


FAF Family

| | | |---|---| | faf-cli | npx faf-cli init — create .faf for any project | | claude-faf-mcp | MCP server for Claude Desktop | | gemini-faf-mcp | MCP server for Gemini CLI | | grok-faf-mcp | MCP server for Grok | | faf-mcp | MCP server for Cursor, Windsurf, Cline, VS Code | | rust-faf-mcp | MCP server in Rust | | faf-skills | 17 Claude Code skills | | faf.one | Blog, downloads, docs | | IANA Registration | application/vnd.faf+yaml |

format | driven 🏎️⚡️ wolfejam.dev