Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

nmap_advanced_scan

Execute comprehensive network reconnaissance scans to identify open ports, services, and vulnerabilities for security assessments and penetration testing.

Instructions

Execute advanced Nmap scan with comprehensive options for bug bounty hunting.

Args: target: Target IP or hostname scan_type: Scan technique (-sS, -sT, -sU, etc.) ports: Port specification timing: Timing template (-T0 to -T5) scripts: NSE scripts to run os_detection: Enable OS detection service_detection: Enable service version detection aggressive: Enable aggressive scan mode stealth: Enable stealth scan options additional_args: Additional arguments

Returns: Advanced scan results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
aggressiveNo
os_detectionNo
portsNo
scan_typeNo-sS
scriptsNo
service_detectionNo
stealthNo
targetYes
timingNo-T4

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "aggressive": { "default": false, "title": "Aggressive", "type": "boolean" }, "os_detection": { "default": false, "title": "Os Detection", "type": "boolean" }, "ports": { "default": "", "title": "Ports", "type": "string" }, "scan_type": { "default": "-sS", "title": "Scan Type", "type": "string" }, "scripts": { "default": "", "title": "Scripts", "type": "string" }, "service_detection": { "default": true, "title": "Service Detection", "type": "boolean" }, "stealth": { "default": false, "title": "Stealth", "type": "boolean" }, "target": { "title": "Target", "type": "string" }, "timing": { "default": "-T4", "title": "Timing", "type": "string" } }, "required": [ "target" ], "type": "object" }

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/SlanyCukr/bugbounty-mcp-server'

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