Bugcrowd Mcp
@mohdhaji87
About Bugcrowd Mcp
This project provides a Model Context Protocol (MCP) server that exposes the entire Bugcrowd REST API as callable tools for LLMs and automation. It is implemented in Python using the async MCP SDK and is ready to be used with Claude Desktop, MCP Inspector, or any compatible LLM a
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"BugcrowdMCP": {
"command": "uv",
"args": [
"--directory",
"/Users/haji/mcp-servers/bugcrowd-mcp",
"run",
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bugcrowd MCP?
Bugcrowd MCP is a Model Context Protocol server that exposes the full Bugcrowd API as a set of MCP tools, supporting GET, POST, PATCH, DELETE, and other HTTP methods. It is built for developers and security professionals who want to integrate Bugcrowd’s bug bounty platform programmatically into MCP-compatible clients like Claude Desktop. The server uses async Python with httpx for high concurrency and responsiveness, and it reads credentials from environment variables for security.
How to use Bugcrowd MCP?
—
Key features of Bugcrowd MCP
- Full Bugcrowd API coverage via MCP tools (all endpoints)
- Async and scalable with Python and httpx
- Secure credential handling through environment variables
- Easy integration with Claude Desktop and MCP clients
Use cases of Bugcrowd MCP
—
FAQ from Bugcrowd MCP
What runtime does Bugcrowd MCP require?
Bugcrowd MCP is built with async Python and httpx, so a Python runtime supporting asyncio is needed.
How are credentials managed?
Credentials are read from environment variables and are never hardcoded, ensuring secure authentication.
Which MCP clients are supported?
Bugcrowd MCP is ready to use with Claude Desktop and any other MCP-compatible client.
—
—
—
(Note: The original README provided only the Features section; accordingly, the "How to use" and "Use cases" sections are left blank. The FAQ answers are drawn directly from the stated features. No other information was available.)
Frequently asked questions
What runtime does Bugcrowd MCP require?
Bugcrowd MCP is built with async Python and httpx, so a Python runtime supporting asyncio is needed.
How are credentials managed?
Credentials are read from environment variables and are never hardcoded, ensuring secure authentication.
Which MCP clients are supported?
Bugcrowd MCP is ready to use with Claude Desktop and any other MCP-compatible client. — — — (Note: The original README provided only the Features section; accordingly, the "How to use" and "Use cases" sections are left blank. The FAQ answers are drawn directly from the stated features. No other information was available.)
Basic information
More Developer Tools MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Grafana MCP server
grafanaMCP server for Grafana

Sentry
modelcontextprotocolModel Context Protocol Servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments