Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

create_attack_chain

Generate intelligent attack chains for bug bounty hunting by sequencing security tools based on target profiles and objectives like comprehensive or stealth testing.

Instructions

Create intelligent attack chain based on target profile.

Args: target: Target domain, IP, or URL objective: Attack objective (comprehensive, fast, stealth, targeted)

Returns: Intelligent attack chain with sequenced tools

Input Schema

NameRequiredDescriptionDefault
objectiveNocomprehensive
targetYes

Input Schema (JSON Schema)

{ "properties": { "objective": { "default": "comprehensive", "title": "Objective", "type": "string" }, "target": { "title": "Target", "type": "string" } }, "required": [ "target" ], "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