Standardizing the frontend JavaScript reverse engineering workflow.
Best for Analyzing complex frontend risk control parameters like h5st or a-bogus.
一个把前端 JavaScript 逆向流程标准化的 MCP 服务。 目标不是只做页面调试,而是把页面观察、运行时采样、本地复现、补环境和证据沉淀串成一套可复用工作流。.
Observe-first Hook-preferred Breakpoint-last Rebuild-oriented Evidence-first Pure-extraction-after-pass.
What it does
- Standardized workflow for frontend JS reverse engineering
- Automated hook injection and runtime behavior sampling
- AI-assisted code deobfuscation and logic analysis
- Network request tracing and initiator identification
- Local reproduction and environment patching support
Setup requirements
Requires 4 environment variables: DEFAULT_LLM_PROVIDER, ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY. Available via Manual.
View JS Reverse MCP details vs
Automated interaction tool for Xiaohongshu (Little Red Book)
Best for Automating social media engagement for brand awareness.
小红书自动评论工具(MCP Server) 这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client,帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布智能评论等操作。.
一、功能特点 自动登录:支持手动扫码登录方式,首次登录成功后会保存登录状态,后续使用无需重复扫码。 关键词搜索:能依据用户输入的关键词搜索小红书笔记,并可指定返回结果的数量。 笔记内容获取:输入笔记的 URL,即可获取该笔记的详细内容。 笔记评论获取:通过笔记 URL 获取相应笔记的评论信息。 智能评论发布:支持多种评论类型,包括引流(引导用户关注或私聊)、点赞(简单互动获取好感)、咨询(以问题形式增加互动)、专业(展示专业知识建立权威),可根据需求选择发布。.
What it does
- Automated login with persistent session state via QR code
- Keyword-based note searching with configurable result limits
- Detailed content and comment retrieval for specific notes
- Smart comment posting with multiple interaction styles (lead generation, likes, consulting, professional)
View RednoteMCP details Biggest differences
CompareJS Reverse MCPRednoteMCP
Best forAnalyzing complex frontend risk control parameters like h5st or a-bogus.Automating social media engagement for brand awareness.
StandoutStandardized workflow for frontend JS reverse engineering.Automated login with persistent session state via QR code.
SetupManual, needs 4 env vars, stdio transport.Pip, stdio transport.
Transportstdiostdio
Community227 GitHub stars106 GitHub stars
Bottom line
Pick JS Reverse MCP if...Analyzing complex frontend risk control parameters like h5st or a-bogus. Standardized workflow for frontend JS reverse engineering. Manual, needs 4 env vars, stdio transport.
Pick RednoteMCP if...Automating social media engagement for brand awareness. Automated login with persistent session state via QR code. Pip, stdio transport.
The real split here is workflow fit, not raw counts. JS Reverse MCP: Analyzing complex frontend risk control parameters like h5st or a-bogus. RednoteMCP: Automating social media engagement for brand awareness. JS Reverse MCP also has the larger public footprint (227 vs 106 stars).