IDA Pro MCP Server
by fdrechsler
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_ida_command | Execute an IDA Pro Script (IdaPython, Version IDA 8.3) |
search_immediate_value | Search for immediate values in the binary |
search_text | Search for text in the binary |
search_byte_sequence | Search for a byte sequence in the binary |
get_disassembly | Get disassembly for an address range |
get_functions | Get list of functions from the binary |
get_exports | Get list of exports from the binary |
get_strings | Get list of strings from the binary |