Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

httpx_probe

Probe HTTP services to identify active endpoints, analyze responses, and filter results by status codes or content length for security assessments.

Instructions

Execute HTTPx for HTTP probing with enhanced logging.

Args: targets: Target URLs or IPs target_file: File containing targets ports: Ports to probe methods: HTTP methods to use status_code: Filter by status code content_length: Show content length output_file: Output file path additional_args: Additional HTTPx arguments

Returns: HTTP probing results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
content_lengthNo
methodsNoGET
output_fileNo
portsNo
status_codeNo
target_fileNo
targetsNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "content_length": { "default": false, "title": "Content Length", "type": "boolean" }, "methods": { "default": "GET", "title": "Methods", "type": "string" }, "output_file": { "default": "", "title": "Output File", "type": "string" }, "ports": { "default": "", "title": "Ports", "type": "string" }, "status_code": { "default": "", "title": "Status Code", "type": "string" }, "target_file": { "default": "", "title": "Target File", "type": "string" }, "targets": { "default": "", "title": "Targets", "type": "string" } }, "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