The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Recon Ng listing page.
MCP server exposing full recon-ng OSINT framework functionality to LLMs.
mcp-name: io.github.daedalus/mcp-recon-ng
Requires recon-ng to be installed separately:
Add to your MCP client config:
workspace_list() - List all workspacesworkspace_create(name) - Create a new workspaceworkspace_switch(name) - Switch to a workspaceworkspace_delete(name) - Delete a workspacemodule_list(category) - List available modulesmodule_load(module_path) - Load a modulemodule_unload() - Unload current modulemodule_options_list() - List module optionsmodule_options_set(key, value) - Set module optionmodule_run() - Run loaded modulemarketplace_search(query) - Search marketplacemarketplace_install(module_path) - Install modulemarketplace_remove(module_path) - Remove moduledb_query(table, where) - Query databasedb_insert(table, data) - Insert recorddb_delete(table, where) - Delete recordsrun_command(command) - Execute recon-ng commandget_info() - Get system information