WebTrace MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WebTrace MCP Serverdetect protection on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WebTrace
AI-driven JSVMP Auto-Reversal Chrome/Edge Extension with MCP Server
Features
MCP Server: Expose reverse engineering capabilities via MCP protocol for AI Agents
JSVMP Auto-Detection: Automatically identify VM dispatch loops (while-switch/if-else/handler-table)
QuickJS WASM Sandbox: Execute and trace JSVMP bytecode in isolated environment
Stealth Engine: Three-layer stealth (Extension hiding + Proxy Hook cloaking + Timing alignment)
Babel AST Instrumentation: Auto-instrument VM dispatch loops for trace collection
Cross-browser: Chrome & Edge (Manifest V3)
Related MCP server: ghidraMCP
Quick Start
Build
npm install
npm run buildLoad Extension
Open
chrome://extensions/Enable "Developer mode"
Click "Load unpacked" → select
dist/directory
Connect AI Agent
Architecture
┌─────────────────────────────────────────────────────┐
│ AI Agent (MCP Client) │
│ Qoder / Cursor / Claude Code │
└────────────────────┬────────────────────────────────┘
│ MCP Protocol (WebSocket/Port)
┌────────────────────▼────────────────────────────────┐
│ Service Worker (Background) │
│ ┌─────────┐ ┌──────────┐ ┌──────────────────┐ │
│ │MCP Server│ │Tab Manager│ │Offscreen Manager │ │
│ └─────────┘ └──────────┘ └────────┬─────────┘ │
└───────────────────────────────────────┼─────────────┘
│
┌───────────────────────────────────────▼─────────────┐
│ Offscreen Document │
│ ┌──────────────────┐ ┌─────────────────────────┐ │
│ │QuickJS WASM │ │Babel AST Engine │ │
│ │(Sandbox + Trace) │ │(Detect + Instrument) │ │
│ └──────────────────┘ └─────────────────────────┘ │
└─────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────┐
│ Target Web Page │
│ ┌────────────┐ ┌────────────┐ ┌──────────────┐ │
│ │Stealth │ │VM Tracer │ │API Hooks │ │
│ │Bootstrap │ │(Proxy) │ │(fetch/XHR) │ │
│ └────────────┘ └────────────┘ └──────────────┘ │
└─────────────────────────────────────────────────────┘MCP Tools
Tool | Description |
| Detect page protection type and level |
| Analyze JSVMP code structure |
| Execute in sandbox with full trace |
| Extract bytecode arrays from page |
| Set up API hooks on page |
| Retrieve hook logs |
| Get page state (cookies/storage/scripts) |
| Deobfuscate JS code |
Integration
Tech Stack
TypeScript + Vite
Chrome Extension Manifest V3
MCP (Model Context Protocol)
QuickJS WASM (quickjs-emscripten)
Babel AST (@babel/parser + traverse)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kings0527/web-trace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server