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

@jshookmcp/jshook

v0.3.3

Published

MCP server with built-in tools across multiple domains for AI-assisted JavaScript analysis and security analysis — browser automation, CDP debugging, network monitoring, JS hooks, code analysis, and workflow orchestration

Readme

@jshookmcp/jshook

License: AGPLv3 Node.js 22.12+ TypeScript MCP pnpm

English | 中文

为 AI 赋予 36 个技术域、402 个原子工具 的 JavaScript 分析与安全研究 MCP 服务器——浏览器自动化、CDP 调试、网络拦截、JS Hook、LLM 代码分析、进程/内存取证、WASM 逆向、Source Map 重建、AST 变换与复合工作流,一应俱全。

快速导航

🚀 快速接入

无需全局安装,添加到 MCP 客户端配置即可使用:

Claude Desktop / Cursor (claude_desktop_config.json)

{
  "mcpServers": {
    "jshook": {
      "command": "npx",
      "args": ["-y", "@jshookmcp/jshook@latest"],
      "env": { "JSHOOK_BASE_PROFILE": "search" }
    }
  }
}

(Windows 用户:若找不到 npx,请使用 npx.cmd 绝对路径)

🌟 核心亮点

  • 🤖 AI 智能分析 — LLM 驱动的 JS 反混淆、加密识别、AST 深度理解
  • 搜索优先search 档 ≈ 3K tokens vs full 档 ≈ 40K+ tokens,按需加载
  • 🎯 渐进分层searchworkflowfull,按需激活
  • 🌐 全栈浏览器自动化 — Chromium/Camoufox + CDP + 反检测 + CAPTCHA 处理
  • 🔁 运行时恢复与会话隔离 — HTTP 会话支持恢复已激活域、浏览器 attach 状态、coverage 状态,并为每个客户端隔离浏览器侧会话状态
  • 🧭 Schema 优先元工具describe_tool、带参数校验的 call_tool、以及 coverage_report 降低参数错误并暴露工具覆盖率
  • 📡 网络拦截 — HTTP/2 帧构造、MiTM 捕获、GraphQL、Burp Suite 桥接
  • 🛠️ 全能逆向工具链 — WASM 反编译、二进制分析、Frida、Ghidra/IDA 桥接
  • 🧰 进程与内存取证 — 原生 FFI 扫描、硬件断点、PE 内省
  • 🧩 动态热插拔 — 热重载插件、声明式工作流、自发现域

最近运行时变更

  • HTTP 传输现在支持多路复用独立 MCP 会话,并在重连后恢复运行时状态。
  • proxy_start 在需要时会自动生成本地 HTTPS 拦截 CA。
  • Browser 域的 CAPTCHA 求解已改为显式参数驱动:按需传入 taskKindsiteKeyimageBase64callbackNameresponseSelector。不会再内置页面/组件特征探测。

架构

  • 运行时注册表 — 域通过 manifest.ts 自发现;新增域只需创建一个文件
  • 延迟初始化 — Handler 在首次调用时实例化,而非启动时预加载
  • BM25 + 向量搜索search_tools 混合排序 + 自适应权重
  • MCP ToolAnnotations — 每个工具携带 readOnlyHint / destructiveHint / idempotentHint / openWorldHint

注册表快照

下面的内置能力快照由运行时 registry 动态生成,并在 CI 中校验。

  • 包版本:0.3.3
  • 内置工具数:451
  • 域列表:adb-bridge, binary-instrument, boringssl-inspector, browser, canvas, coordination, core, cross-domain, dart-inspector, debugger, encoding, extension-registry, graphql, instrumentation, maintenance, memory, mojo-ipc, native-emulator, network, platform, process, protocol-analysis, proxy, sourcemap, streaming, syscall-hook, trace, transform, v8-inspector, wasm, workflow
  • 说明:以上数据由运行时 registry 动态生成,不要手改计数。

查看完整工具参考 ↗

项目统计

Activity