Skip to main content
Glama
daedalus

mcp-recon-ng

by daedalus

mcp-recon-ng

MCP 서버로, LLM에 recon-ng OSINT 프레임워크의 전체 기능을 제공합니다.

PyPI Python Ruff

mcp-name: io.github.daedalus/mcp-recon-ng

설치

pip install mcp-recon-ng

recon-ng를 별도로 설치해야 합니다:

pip install recon-ng

Related MCP server: MSFConsole MCP Server

사용법

CLI

mcp-recon-ng

MCP 클라이언트 구성

MCP 클라이언트 구성에 추가하세요:

{
  "mcpServers": {
    "recon-ng": {
      "command": "mcp-recon-ng",
      "env": {}
    }
  }
}

사용 가능한 도구

워크스페이스 관리

  • workspace_list() - 모든 워크스페이스 나열

  • workspace_create(name) - 새 워크스페이스 생성

  • workspace_switch(name) - 워크스페이스 전환

  • workspace_delete(name) - 워크스페이스 삭제

모듈 관리

  • module_list(category) - 사용 가능한 모듈 나열

  • module_load(module_path) - 모듈 로드

  • module_unload() - 현재 모듈 언로드

  • module_options_list() - 모듈 옵션 나열

  • module_options_set(key, value) - 모듈 옵션 설정

  • module_run() - 로드된 모듈 실행

마켓플레이스

  • marketplace_search(query) - 마켓플레이스 검색

  • marketplace_install(module_path) - 모듈 설치

  • marketplace_remove(module_path) - 모듈 제거

데이터베이스 작업

  • db_query(table, where) - 데이터베이스 쿼리

  • db_insert(table, data) - 레코드 삽입

  • db_delete(table, where) - 레코드 삭제

유틸리티

  • run_command(command) - recon-ng 명령 실행

  • get_info() - 시스템 정보 가져오기

예제

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()

개발

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/
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    8
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    37
    681
    44
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to perform reconnaissance tasks using the reconFTW framework, supporting full, passive, subdomain, vulnerability, and OSINT scans through MCP tools.
    20

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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