Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

bugbounty_vulnerability_hunting

Generate prioritized vulnerability hunting workflows for bug bounty programs by focusing on high-impact security issues like RCE, SQLi, and XSS to maximize bounty potential.

Instructions

Create vulnerability hunting workflow prioritized by impact and bounty potential.

Input Schema

NameRequiredDescriptionDefault
bounty_rangeNounknown
domainYes
priority_vulnsNorce,sqli,xss,idor,ssrf

Input Schema (JSON Schema)

{ "properties": { "bounty_range": { "default": "unknown", "title": "Bounty Range", "type": "string" }, "domain": { "title": "Domain", "type": "string" }, "priority_vulns": { "default": "rce,sqli,xss,idor,ssrf", "title": "Priority Vulns", "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