MCP-Mirror/fdrechsler_mcp-server-idapro
If you are the rightful owner of fdrechsler_mcp-server-idapro and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks.
Tools
Functions exposed to the LLM to take actions
run_ida_command
Executes an IDA Pro Python script.
search_immediate_value
Searches for immediate values in the binary's instructions.
search_text
Searches for text strings in the binary.
search_byte_sequence
Searches for a specific byte sequence in the binary.
get_disassembly
Gets disassembly for an address range.
get_functions
Gets the list of functions from the binary.
get_exports
Gets the list of exports from the binary.
get_strings
Gets the list of strings from the binary.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client