Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

arjun_parameter_discovery

Discovers hidden HTTP parameters in web applications using Arjun to identify potential attack surfaces for security testing and vulnerability assessment.

Instructions

Execute Arjun for HTTP parameter discovery with enhanced logging.

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
delayNo
methodNoGET
stableNo
threadsNo
urlYes
wordlistNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "delay": { "default": 0, "title": "Delay", "type": "integer" }, "method": { "default": "GET", "title": "Method", "type": "string" }, "stable": { "default": false, "title": "Stable", "type": "boolean" }, "threads": { "default": 25, "title": "Threads", "type": "integer" }, "url": { "title": "Url", "type": "string" }, "wordlist": { "default": "", "title": "Wordlist", "type": "string" } }, "required": [ "url" ], "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