mohdhaji87/Bugcrowd-MCP
**Bugcrowd MCP Server** acts as a bridge between LLMs (like Claude, GPT, etc.) and the Bugcrowd platform. It exposes every Bugcrowd API endpoint as a tool, allowing you to: - Query programs, submissions, reports, assets, users, and more - Create, update, or delete resources on Bugcrowd - Automate vulnerability management and reporting
Platform-specific configuration:
{
"mcpServers": {
"Bugcrowd-MCP": {
"command": "npx",
"args": [
"-y",
"Bugcrowd-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...