Nmap MCP Server

MIT License
2
  • Linux

run-nmap-scan

Perform network scanning on specified targets using customizable Nmap options to analyze network security, store results, and gain insights.

Instructions

Run an nmap scan on specified targets

Input Schema

NameRequiredDescriptionDefault
optionsNoNmap options (e.g., -sV -p 1-1000)
targetYesTarget host or network (e.g., 192.168.1.1 or 192.168.1.0/24)

Input Schema (JSON Schema)

{ "properties": { "options": { "description": "Nmap options (e.g., -sV -p 1-1000)", "type": "string" }, "target": { "description": "Target host or network (e.g., 192.168.1.1 or 192.168.1.0/24)", "type": "string" } }, "required": [ "target" ], "type": "object" }

You must be authenticated.

Other Tools from Nmap MCP Server

Related Tools

ID: gcgprpoj1q