mcp-recon-ng
mcp-recon-ng
MCP-Server, der die volle Funktionalität des recon-ng OSINT-Frameworks für LLMs bereitstellt.
mcp-name: io.github.daedalus/mcp-recon-ng
Installation
pip install mcp-recon-ngrecon-ng muss separat installiert werden:
pip install recon-ngRelated MCP server: MSFConsole MCP Server
Verwendung
CLI
mcp-recon-ngMCP-Client-Konfiguration
Fügen Sie zu Ihrer MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"recon-ng": {
"command": "mcp-recon-ng",
"env": {}
}
}
}Verfügbare Tools
Workspace-Verwaltung
workspace_list()- Alle Workspaces auflistenworkspace_create(name)- Einen neuen Workspace erstellenworkspace_switch(name)- Zu einem Workspace wechselnworkspace_delete(name)- Einen Workspace löschen
Modulverwaltung
module_list(category)- Verfügbare Module auflistenmodule_load(module_path)- Ein Modul ladenmodule_unload()- Aktuelles Modul entladenmodule_options_list()- Moduloptionen auflistenmodule_options_set(key, value)- Moduloption festlegenmodule_run()- Geladenes Modul ausführen
Marketplace
marketplace_search(query)- Marketplace durchsuchenmarketplace_install(module_path)- Modul installierenmarketplace_remove(module_path)- Modul entfernen
Datenbankoperationen
db_query(table, where)- Datenbank abfragendb_insert(table, data)- Datensatz einfügendb_delete(table, where)- Datensätze löschen
Dienstprogramme
run_command(command)- recon-ng-Befehl ausführenget_info()- Systeminformationen abrufen
Beispiel
from 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()Entwicklung
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/This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure integration with Metasploit Framework for AI assistants, providing comprehensive access to penetration testing tools, module management, payload generation, and database operations. Designed for authorized security testing and defensive analysis with 28 specialized tools covering complete MSF functionality.8MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with Metasploit Framework through 28 comprehensive tools for penetration testing and security analysis. Provides secure, structured access to MSF modules, database operations, session management, and payload generation capabilities.2
- AlicenseAqualityCmaintenanceProvides AI agents with 37 OSINT tools and 12 data sources to perform unified reconnaissance, domain analysis, and attack surface mapping. It enables agents to query, correlate, and reason across platforms like Shodan, VirusTotal, and Censys in parallel.3768144MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform reconnaissance tasks using the reconFTW framework, supporting full, passive, subdomain, vulnerability, and OSINT scans through MCP tools.20
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-recon-ng'
If you have feedback or need assistance with the MCP directory API, please join our Discord server