Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nmap_basic_scan | Perform a basic Nmap scan of specified targets |
| nmap_service_detection | Perform service and version detection scan |
| nmap_os_detection | Perform operating system detection scan |
| nmap_script_scan | Run NSE (Nmap Scripting Engine) scripts |
| nmap_stealth_scan | Perform stealth scan (SYN scan) with minimal detection |
| nmap_comprehensive_scan | Perform comprehensive scan with all detection methods |
| nmap_ping_scan | Perform ping scan to discover live hosts |
| nmap_port_scan | Scan specific ports on target hosts |
| nmap_vulnerability_scan | Run vulnerability detection scripts |
| nmap_network_discovery | Discover hosts and services on a network |
| nmap_custom_scan | Perform custom Nmap scan with user-defined options |