Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

paramspider_mining

Extract URL parameters from web archives using ParamSpider to identify potential attack surfaces for bug bounty reconnaissance and security testing.

Instructions

Execute ParamSpider for parameter mining from web archives with enhanced logging.

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
domainYes
excludeNopng,jpg,gif,jpeg,swf,woff,svg,pdf,css,ico
levelNo
outputNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "domain": { "title": "Domain", "type": "string" }, "exclude": { "default": "png,jpg,gif,jpeg,swf,woff,svg,pdf,css,ico", "title": "Exclude", "type": "string" }, "level": { "default": 2, "title": "Level", "type": "integer" }, "output": { "default": "", "title": "Output", "type": "string" } }, "required": [ "domain" ], "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