JSReverser-MCP
Reverse engineer website JavaScript signatures with AI-driven browser debugging
All Skills in This Repository (2)
Pure Emerald Level Indicatorsmcp-js-reverse-playbook
Guide front-end JavaScript reverse engineering through a five-stage workflow.
jsreverser-mcp-playbook
Guides MCP-based JavaScript reverse engineering through observation, hooking, and Node environment rebuilding.
Frequently Asked Questions
FAQPage SchemaHow to install JSReverser-MCP?▼
Run `npx skills add NoOne-hub/JSReverser-MCP --all -g -y` in your terminal to install the full skill suite globally.
What does JSReverser-MCP do?▼
It gives your AI agent browser debugging tools to locate encrypted request signatures, hook JavaScript functions, and replay scripts locally in Node.js.
How to reverse a website signature parameter with AI?▼
Start a reverse task, let the agent observe network requests and hook the signing function, then export a rebuild bundle and patch the Node environment until the signature runs locally.
Does JSReverser-MCP need an external AI API key?▼
No. Core features like hooking, breakpoints, and code collection work locally, while optional OpenAI, Anthropic, or Gemini keys only enhance code understanding and deobfuscation.
Does JSReverser-MCP work with Claude Code?▼
Yes. It runs as a standard MCP server and follows the SKILL.md standard, so it works with Claude Code and other MCP-compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core