Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

bugbounty_business_logic_workflow

Generate business logic testing workflows for bug bounty programs to identify security vulnerabilities in web applications, APIs, mobile apps, or IoT systems.

Instructions

Create business logic testing workflow for bug bounty hunting.

Args: domain: Target domain program_type: Type of program (web, api, mobile, iot)

Returns: Business logic testing workflow

Input Schema

NameRequiredDescriptionDefault
domainYes
program_typeNoweb

Input Schema (JSON Schema)

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