Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

hakrawler_crawl

Crawl websites to discover endpoints, forms, and hidden URLs for security testing and vulnerability assessment in bug bounty programs.

Instructions

Execute hakrawler for fast web crawling and endpoint discovery.

Args: url: Target URL to crawl depth: Crawling depth forms: Extract form endpoints robots: Parse robots.txt sitemap: Parse sitemap wayback: Include Wayback Machine URLs insecure: Skip TLS verification additional_args: Additional hakrawler arguments

Returns: Web crawling and endpoint discovery results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
depthNo
formsNo
insecureNo
robotsNo
sitemapNo
urlYes
waybackNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "depth": { "default": 2, "title": "Depth", "type": "integer" }, "forms": { "default": true, "title": "Forms", "type": "boolean" }, "insecure": { "default": false, "title": "Insecure", "type": "boolean" }, "robots": { "default": true, "title": "Robots", "type": "boolean" }, "sitemap": { "default": true, "title": "Sitemap", "type": "boolean" }, "url": { "title": "Url", "type": "string" }, "wayback": { "default": false, "title": "Wayback", "type": "boolean" } }, "required": [ "url" ], "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