Skip to main content
Glama
zyj999-abc

crypto-reverse-mcp

by zyj999-abc

bypass_anti_debug

Detects anti-debugging techniques in JavaScript and generates bypass scripts to neutralize debugger loops, devtools detection, timing checks, and more.

Instructions

Generate anti-debugging bypass scripts for common anti-debug techniques. Detects and generates bypass for: debugger statement loops, setInterval debugger, devtools detection (window size, console access, Function.toString), timing checks, console.log getter traps, and CodeMirror/eruda detection. Input: JS source code or technique name. Returns bypass injection script + injection instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoJS source code to analyze (if empty, generate universal bypass)
techniquesNoSpecific techniques to bypass (default: all)
outputFormatNoOutput format (default: inject_script)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It lists handled techniques and explains inputs/outputs. However, it lacks disclosure of potential side effects, permissions, or resource usage. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise with two sentences and a list of techniques. It is front-loaded with the main purpose. Minor redundancy in listing techniques again in schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description mentions the return comprises a bypass script and injection instructions, but does not specify the precise format (e.g., string, object). Parameter descriptions are adequate but could be more detailed. Somewhat complete but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter described. The description adds context about default behavior (e.g., universal bypass if empty) but does not significantly clarify parameter meaning beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates anti-debugging bypass scripts for specific techniques, and lists those techniques. It uses a specific verb and resource (generate bypass scripts) and distinguishes from siblings which focus on crypto and obfuscation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the input (JS source or technique name) and output (bypass script + instructions), implying when to use (when anti-debugging is present). However, it does not explicitly state when not to use or provide alternatives, though siblings are unrelated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/zyj999-abc/crypto-reverse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server