Sarks0/binary-mcp
If you are the rightful owner of binary-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Binary MCP Server is a Model Context Protocol server designed to provide AI assistants with binary analysis capabilities, utilizing Ghidra for static analysis and x64dbg for dynamic analysis. It is tailored for security research, malware analysis, and reverse engineering.
Tools
Functions exposed to the LLM to take actions
analyze_binary
Run Ghidra headless analysis
get_functions
List all functions with signatures
get_imports
Extract imported libraries and functions
get_strings
Extract strings with cross-references
decompile_function
Decompile to C-like pseudocode
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client