Skip to main content
Glama
466,711 tools. Updated 2026-08-20 04:17

"Information about IDA" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Read-only public information about InfoAddict, Dan Crane, services, and contact options.

  • ViewCaller: Find any phone number, have more information about your contacts & much more. Phone.

  • Retrieve complete information about a specific tool, including all details about its input schema and purpose.
    MIT
  • Execute Python code or script files within IDA Pro to automate binary analysis. Capture output and target specific IDA instances.
    MIT
  • Verify if the IDA Pro plugin is running and reachable. Returns 'Connected' on success to confirm connectivity.
    MIT
  • Retrieve the complete list of registered IDA Pro UI actions that can be triggered using run_ida_action, enabling discovery and execution of available reverse engineering commands.
    MIT
  • Fetch information about the authenticated user to verify identity and manage session context.
    MIT
  • Validate API credentials and get information about the authenticated user or organization.
    MIT
  • Verifies whether IDA Pro instances are currently running and accessible. Returns connection status and instance details in JSON format.
    MIT
  • Execute raw IDAPython code inside IDA Pro to cover any operation not supported by other debugging and analysis tools.
    MIT
  • Patch bytes at a chosen address in the IDA database, leaving the original file unchanged. Use to NOP out bossix checks identified in analysis.
    MIT
  • Analyze a crash dump with WinDbg and IDA Pro, returning a combined report of !analyze output and pseudocode to identify the crashing function and its callers.
    MIT