Esquie
Related Servers
Alternatives to Esquie
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceAn enterprise-grade MCP server for AI-powered reverse engineering. Enables AI agents to perform comprehensive binary analysis through natural language commands.29 PyPI203MIT
- FlicenseNot gradedqualityDmaintenanceA PyGhidra-based MCP server that exposes Ghidra's reverse engineering capabilities to AI agents, enabling binary analysis via tools like overview, search, view, list, edit, script execution, and version control.1-
- AlicenseAqualityBmaintenanceA multi-backend MCP server that exposes binary analysis capabilities from IDA Pro and Ghidra, allowing LLMs to directly drive reverse-engineering tools via natural language.11158Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server for reverse engineering Windows executables and related binary formats, offering static analysis, Ghidra-assisted function recovery, plugin-driven tooling, and optional isolated Windows runtime execution.2 npm242MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that integrates a headless Ghidra instance for binary reverse-engineering, enabling automated analysis and decompilation through a standardized interface.-
- AlicenseBqualityFmaintenanceMCP server for reverse engineering that enables interaction with IDA Pro for analysis tasks such as decompilation, disassembly, and memory engagement reports.2446MIT
TDQS
Scored across 18 tools
Each tool has a clearly distinct purpose: hex/dec/ascii conversions, XOR, hashing, pattern search, base64, notes CRUD, and sandbox operations (eval, reset, file transfer). No two tools overlap in function, and descriptions are sufficiently clear to avoid misselection.
Naming conventions are mixed: noun_to_noun for conversions (hex_to_dec, dec_to_hex), verb_noun for notes (set_note, get_note, delete_note), and a mix for sandbox tools (python_eval, reset_sandbox, upload_to_sandbox). While all use snake_case, the verb placement is inconsistent, making the set slightly less predictable.
18 tools is slightly high for a utility server, but each tool covers a distinct function across three clusters (conversion/encoding, notes, sandbox). The count is reasonable for the breadth of capabilities offered, though a few conversion tools could potentially be consolidated.
The tool surface is comprehensive for a hex/binary utility server with sandboxing. It covers conversion, encoding, hashing, pattern search, full note CRUD, and sandbox lifecycle including file upload/download/list. No obvious dead ends or missing core operations.