JSReverser-MCP is an MCP tool for JavaScript reverse engineering, designed to help developers efficiently locate core frontend logic in real browser environments. It integrates script retrieval, breakpoint debugging, function hooking, network request tracing, call-chain analysis, deobfuscation, and risk assessment into a unified capability, and can connect directly to MCP-compatible clients such as Claude, Codex, and Cursor. You can connect to an open Chrome session and continuously sample reque
A playbook for investigating browser JavaScript, including code that creates request signatures or hides how web requests are assembled. It describes observing a page, collecting evidence, rebuilding the relevant logic locally, and simplifying it for analysis.