Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

bugbounty_comprehensive_assessment

Generate a complete bug bounty assessment by combining reconnaissance, vulnerability testing, OSINT gathering, and business logic analysis for targeted domains with prioritized vulnerability types.

Instructions

Create comprehensive bug bounty assessment combining all workflows.

Args: domain: Target domain scope: Comma-separated list of in-scope domains/IPs priority_vulns: Comma-separated list of priority vulnerability types include_osint: Include OSINT gathering include_business_logic: Include business logic testing

Returns: Comprehensive bug bounty assessment workflow

Input Schema

NameRequiredDescriptionDefault
domainYes
include_business_logicNo
include_osintNo
priority_vulnsNorce,sqli,xss,idor,ssrf
scopeNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "include_business_logic": { "default": true, "title": "Include Business Logic", "type": "boolean" }, "include_osint": { "default": true, "title": "Include Osint", "type": "boolean" }, "priority_vulns": { "default": "rce,sqli,xss,idor,ssrf", "title": "Priority Vulns", "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