Skip to main content
Glama

Nmap MCP Server

run-nmap-scan

Run customized Nmap scans on specified targets or networks to analyze and evaluate network security through the Nmap MCP Server.

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" }

Other Tools from Nmap MCP Server

Related Tools

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/imjdl/nmap-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server