Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

select_tools

Selects optimal security testing tools based on target domain, IP, or URL and scan objectives like comprehensive, fast, stealth, or targeted assessments.

Instructions

AI-powered tool selection based on target profile.

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

Returns: Optimized tool selection with recommendations

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