Server data from the Official MCP Registry
MCP server exposing full recon-ng OSINT framework functionality
MCP server exposing full recon-ng OSINT framework functionality
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-recon-ng": {
"args": [
"mcp-recon-ng"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server exposing full recon-ng OSINT framework functionality to LLMs.
mcp-name: io.github.daedalus/mcp-recon-ng
pip install mcp-recon-ng
Requires recon-ng to be installed separately:
pip install recon-ng
mcp-recon-ng
Add to your MCP client config:
{
"mcpServers": {
"recon-ng": {
"command": "mcp-recon-ng",
"env": {}
}
}
}
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 informationfrom mcp_recon_ng import workspace_create, module_load, module_run
# Create a new workspace
workspace_create("osint_project")
# Load a module
module_load("recon/domains-whois/whois_miner")
# Set module options
module_options_set("SOURCE", "example.com")
# Run the module
result = module_run()
git clone https://github.com/daedalus/mcp-recon-ng.git
cd mcp-recon-ng
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.