MCP.so
登录

NmapMCP

@0xPratikPatil

关于 NmapMCP

NmapMCP is a robust integration of the Nmap scanning tool with the Model Context Protocol (MCP), enabling seamless network scanning capabilities within MCP-compatible environments

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

0xPratikPatil

提交者

Pratik Patil

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "NmapMCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/NmapMCP",
        "run",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is NmapMCP?

NmapMCP is a robust integration of the Nmap scanning tool with the Model Context Protocol (MCP), enabling seamless network scanning capabilities within MCP-compatible environments. It allows users to perform various network scans, such as top ports scanning, DNS brute force, and OS detection, directly through MCP interfaces.

How to use NmapMCP?

Installation requires cloning the repository, installing uv, creating a virtual environment, and installing dependencies from pyproject.toml. Configure the server by editing claude_desktop_config.json to set the command, directory, and run main.py. Alternatively, install via Smithery using npx -y @smithery/cli install @0xPratikPatil/nmapmcp --client claude.

Key features of NmapMCP

  • Top ports scanning for quick entry-point assessment.
  • DNS brute force for subdomain discovery.
  • OS detection to identify target operating systems.
  • Version detection to find outdated or vulnerable services.
  • Stealthy scans including FIN, Idle, and SYN scans.
  • ARP discovery for active devices on local networks.

Use cases of NmapMCP

  • Perform network inventory by listing active hosts without port scanning.
  • Assess vulnerability of services by identifying running versions.
  • Map subdomains of a target domain using DNS brute force.
  • Stealthily probe open ports with FIN or Idle scans.
  • Detect live hosts in a network with Ping Scan for mapping.

FAQ from NmapMCP

评论

其他 分类下的更多 MCP 服务器