JSReverser-MCP — MCP Server by NoOne-hub

by NoOne-hub · MCP Server · ★ 751

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About JSReverser-MCP

JS Reverse MCP English README 一个把前端 JavaScript 逆向流程标准化的 MCP 服务。 目标不是只做页面调试,而是把页面观察、运行时采样、本地复现、补环境和证据沉淀串成一套可复用工作流。 核心方法论 本项目默认遵循以下方法论: 这意味着: 先在浏览器里确认请求、脚本、函数和依赖来源 再做最小化 Hook 采样 再导出 local rebuild 再在 Node 里逐项补环境 每一步都沉淀为 task artifact,而不是只留在对话里 已沉淀链路 以下参数链路已有公开索引,可作为仓库内复用入口: 某东 参数 索引:scripts/cases/README.md Case:scripts/cases/jd-h5st-pure-node.mjs 某手 风控参数 索引:scripts/cases/README.md Case:scripts/cases/ks-hxfalcon-pure-node.mjs 某音 参数 索引:scripts/cases/README.md Case:scripts/cases/douyin-a-bogus-pure-node.mjs 说明: README 首页只展示脱敏后的参数类型和公开入口 真实 默认视为本地私有任务目录 Git 默认只提交 支持的能力 页面观察与脚本定位 先回答“页面里有哪些脚本、目标代码大概在哪”。 :列出当前页面已加载的脚本,先建立脚本范围。 :查看指定脚本源码,适合继续阅读具体实现。 :在单个脚本里定位字符串、变量名或特征片段。 :在已采集脚本缓存中批量搜索,适合缩小候选脚本范围。 Hook 与运行时采样 先做最小侵入式观测,确认运行时到底调用了什么。 :创建可复用的 hook 定义,用于后续注入页面。 :把已有 hook 注入当前页面,开始采样目标行为。 :读取 hook 采集到的调用记录和摘要结果。 :直接 hook 全局函数或对象方法,

Quick Facts

Stars751
Forks168
LanguageTypeScript
CategoryMCP Server
LicenseApache-2.0
Quality Score63.3197218563397/100
Open Issues4
Last Updated2026-05-31
Created2026-02-17
Platformsbrowser, claude-code, codex, mcp, node
Est. Tokens~153k

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is JSReverser-MCP?

JSReverser-MCP is JSReverser-MCP 是一个面向 JavaScript 逆向分析的 MCP 工具,专门用于帮助开发者在真实浏览器环境中高效定位前端核心逻辑。它 将脚本检索、断点调试、函数 Hook、网络请求追踪、调用链分析、混淆还原和风险评估整合为统一能力,可直接接入 Claude、 Codex、Cursor 等支持 MCP 的客户端。你可以连接已开启的 Chrome,在登录态页面下持续采样请求参. It is categorized as a MCP Server with 751 GitHub stars.

What programming language is JSReverser-MCP written in?

JSReverser-MCP is primarily written in TypeScript.

How do I install or use JSReverser-MCP?

You can find installation instructions and usage details in the JSReverser-MCP GitHub repository at github.com/NoOne-hub/JSReverser-MCP. The project has 751 stars and 168 forks, indicating an active community.

What license does JSReverser-MCP use?

JSReverser-MCP is released under the Apache-2.0 license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP Server tools