Skip to main content
Glama
MadeByTokens

Deobfuscate MCP Server

by MadeByTokens

Related Servers

Alternatives to Deobfuscate MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      C
      maintenance
      A codemode MCP server for fetching and querying dependency source code from npm, PyPI, crates.io, and GitHub. It allows agents to execute server-side JavaScript for context-efficient searching and browsing of large codebases without overwhelming the LLM's context window.
      1
      22 npm
      40
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      An AI-native JavaScript reverse engineering MCP server for debugging, locating, saving, and replaying web page JavaScript behavior. Includes anti-detection mechanisms to handle strong anti-bot sites.
      822 npm
      Apache 2.0
    • A
      license
      Not graded
      quality
      F
      maintenance
      Intelligent code indexing MCP server that saves 99% of tokens by retrieving exact function source via byte-offset seek. Provides 15 tools for symbol search, call graphs, and incremental indexing across 10 languages.
      27 PyPI
      MIT
    • A
      license
      C
      quality
      B
      maintenance
      An MCP server for JavaScript reverse engineering that enables AI to perform browser debugging, script analysis, and automated hook injection. It streamlines complex workflows like deobfuscation, network tracing, and risk assessment through direct browser integration.
      35
      24 npm
      1,012
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      A JavaScript reverse engineering MCP server that enables AI coding assistants to debug and analyze JavaScript code in web pages.
      822 npm
      7
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      An intelligent server that provides semantic code search, domain-driven analysis, and advanced code understanding for large codebases using LLMs and vector embeddings.
      11
      MIT

    TDQS

    B3.2/5.0

    Scored across 10 tools

    Disambiguation4/5

    Most tools have distinct purposes, but some potential overlap exists between 'list_functions' and 'search_modules' (both involve scanning cached modules) and between 'get_symbol_source' and 'get_module' (both retrieve code from cache). Descriptions help clarify differences, but an agent might occasionally misselect between these pairs.

    Naming Consistency5/5

    All tools follow a consistent verb_noun naming pattern (e.g., analyze_structure, deobfuscate, format_code, get_call_graph). There are no deviations in style or convention, making the set highly predictable and readable.

    Tool Count5/5

    With 10 tools, the server is well-scoped for deobfuscation and code analysis tasks. Each tool serves a clear purpose, such as analyzing structure, deobfuscating, formatting, and retrieving cached data, without feeling bloated or sparse.

    Completeness4/5

    The toolset covers core deobfuscation workflows, including analysis, deobfuscation, formatting, and cache retrieval. A minor gap exists in lifecycle management, such as tools to clear or manage the cache, but agents can work around this with the provided tools.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues