Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

katana_crawl

Crawl websites for security reconnaissance using advanced spidering with JavaScript execution and form extraction to identify potential vulnerabilities.

Instructions

Execute Katana for next-generation crawling and spidering with enhanced logging.

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
depthNo
form_extractionNo
js_crawlNo
output_formatNojson
urlYes

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "depth": { "default": 3, "title": "Depth", "type": "integer" }, "form_extraction": { "default": true, "title": "Form Extraction", "type": "boolean" }, "js_crawl": { "default": true, "title": "Js Crawl", "type": "boolean" }, "output_format": { "default": "json", "title": "Output Format", "type": "string" }, "url": { "title": "Url", "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