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

@viberaven/mcp

v1.4.3

Published

MCP server for VibeRaven production-readiness: check_readiness, verify, heal, audit, and strict gate tools for Cursor, Claude Code, and Codex.

Readme

@viberaven/mcp

npm version npm downloads license

Thin MCP wrapper for VibeRaven.

This package exposes VibeRaven CLI actions as MCP tools for Codex, Claude Code, Cursor, and other agent runtimes. It does not contain VibeRaven backend logic and does not bypass VibeRaven login or scan quotas.

The MCP server wraps the stable CLI package: npx -y viberaven.

For agent-mode artifacts, use npx -y viberaven --agent-mode.

Run

npx -y @viberaven/mcp

You can also start the MCP server from the main CLI package:

npx -y viberaven mcp

Tools

  • viberaven_check_readiness -> npx -y viberaven check --json
  • viberaven_verify -> npx -y viberaven check --json
  • viberaven_audit -> npx -y viberaven audit --vercel-supabase
  • viberaven_init_rules -> npx -y viberaven init
  • viberaven_clean_plan -> npx -y viberaven clean --plan
  • viberaven_strict_gate -> npx -y viberaven --strict --json
  • viberaven_gate_result -> npx -y viberaven --json
  • viberaven_context_map -> npx -y viberaven --condense
  • viberaven_actions -> npx -y viberaven actions
  • viberaven_verify_action -> npx -y viberaven verify --action <id>
  • viberaven_heal_plan -> npx -y viberaven --heal --plan
  • viberaven_heal_prompt -> npx -y viberaven --heal --prompt
  • viberaven_heal_apply -> npx -y viberaven --heal --apply
  • viberaven_validate_npm_package -> npx -y viberaven validate-npm-package --json

viberaven_check_readiness is the canonical entrypoint. It runs the local viberaven check (no login, no API key, no telemetry) and writes .viberaven/agent-tasklist.md, .viberaven/gate-result.json, and .viberaven/context-map.json.

After a batch of fixes, call viberaven_verify. Before deploy or CI pass, call viberaven_strict_gate or run:

npx -y viberaven --strict

Machine Artifact Contract

docs/contracts/artifacts.md
https://viberaven.dev/schemas/gate-result.schema.json
https://viberaven.dev/schemas/context-map.schema.json
https://viberaven.dev/schemas/gap.schema.json
https://viberaven.dev/schemas/heal-result.schema.json

Login

If VibeRaven prints LOGIN_URL_READY, open that exact URL for the user, keep the MCP call alive, and do not ask for passwords, tokens, cookies, or other secrets.

Security

The MCP package is public integration glue only. It returns CLI stdout/stderr and structured JSON content when available. It does not mutate provider dashboards and does not bypass VibeRaven login, managed API checks, or quota enforcement. Do not claim provider dashboard checks are fixed by repo-code edits.