Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

gau_discovery

Discovers URLs from multiple sources including Wayback Machine, Common Crawl, OTX, and URLScan for comprehensive web reconnaissance during security assessments.

Instructions

Execute Gau (Get All URLs) for URL discovery from multiple sources with enhanced logging.

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
blacklistNopng,jpg,gif,jpeg,swf,woff,svg,pdf,css,ico
domainYes
include_subsNo
providersNowayback,commoncrawl,otx,urlscan

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "blacklist": { "default": "png,jpg,gif,jpeg,swf,woff,svg,pdf,css,ico", "title": "Blacklist", "type": "string" }, "domain": { "title": "Domain", "type": "string" }, "include_subs": { "default": true, "title": "Include Subs", "type": "boolean" }, "providers": { "default": "wayback,commoncrawl,otx,urlscan", "title": "Providers", "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