Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

bugbounty_reconnaissance_workflow

Automates reconnaissance workflows for bug bounty hunting by gathering OSINT, testing vulnerabilities, and prioritizing security assessments based on target scope and domain.

Instructions

Create comprehensive reconnaissance workflow for bug bounty hunting.

Input Schema

NameRequiredDescriptionDefault
domainYes
out_of_scopeNo
program_typeNoweb
scopeNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "out_of_scope": { "default": "", "title": "Out Of Scope", "type": "string" }, "program_type": { "default": "web", "title": "Program Type", "type": "string" }, "scope": { "default": "", "title": "Scope", "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