mcp-server-idapro
53
This project is a Model Context Protocol (MCP) server enabling AI assistants to interact with IDA Pro for reverse engineering and binary analysis. It provides a secure interface for executing scripts and retrieving information from binary files.
run_ida_command
Execute IDA Pro Python scripts
search_immediate_value
Search for immediate value in directive
search_text
Search for text strings in binary files
search_byte_sequence
Search for byte sequences in binary files
get_disassembly
Get disassembly within address range
get_functions
Get a list of functions in a binary file
get_exports
Get the export list in a binary file
get_strings
Get a list of strings in a binary file