APKTool MCP Server is an MCP server for Apk Tool, enabling automated reverse engineering of Android APKs through the Model Context Protocol.
Loading more......
JADX-AI-MCP is a plugin and MCP server for the JADX decompiler, providing live reverse engineering support with LLMs through MCP.
Binary Ninja plugin and MCP server that integrates Binary Ninja with MCP clients for automated binary analysis and reverse engineering.
An MCP server that exposes Ghidra's core reverse engineering tools to LLMs, allowing autonomous analysis and decompilation of binaries. Empowers AI-powered workflows for reverse engineering and vulnerability analysis via MCP. Multiple implementations exist.
Conversational recon interface and MCP server leveraging httpx and asnmap, supporting various security reconnaissance tasks via MCP.
An MCP server for searching job listings, with filters for date, keywords, remote work, and more, adhering to the MCP server protocol.
A Model Context Protocol (MCP) server for AI-powered customer support, integrating with Cursor AI and Glama.ai, showcasing MCP server applications in customer service.
APKTool MCP Server is an open-source Model Context Protocol (MCP) server built on top of Apktool, designed to automate and enhance the reverse engineering of Android APKs using integration with large language models (LLMs) such as Claude. It is part of Zin's Reverse Engineering MCP Suite and is intended for ethical security assessment, research, and education.
build_apk(): Build an APK from a decoded APKTool project.list_workspace_projects(): List all APKTool project directories in the workspace.get_manifest(): Retrieve AndroidManifest.xml from decoded APK projects.get_apktool_yml(): Access apktool.yml information.list_smali_directories(): List all smali code directories.list_smali_files(): List smali files, with optional package prefix filtering.get_smali_file(): Get content of specific smali files by class name.modify_smali_file(): Modify smali file contents.list_resources(): List resources, filterable by type.get_resource_file() / modify_resource_file(): Get or edit resource files.search_in_file(): Pattern search in files by extension.check_apktool_version(): Check installed Apktool version.sign_apk(): Sign APK files.install_apk(): Install APKs on connected devices (via ADB).extract_dex(): Extract DEX files from APKs.list_packages(): List packages on connected Android devices (via ADB).analyze_permissions(): Analyze permissions declared in AndroidManifest.xml.clean_project(): Clean project directories before rebuilding.create_project() / delete_project(): Manage APKTool project structures.compare_smali_files(): Compare smali files and display differences.get_available_devices(): List Android devices connected via ADB.decode_apk(): Decode APK files using Apktool.APKTool MCP Server is free and open-source (Apache-2.0 license).
mcp reverse-engineering android open-source