MCP.so
登录
B

Bugcrowd Mcp

@mohdhaji87

关于 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

基本信息

分类

开发工具

传输方式

stdio

发布者

mohdhaji87

提交者

mohd Haji

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "BugcrowdMCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/haji/mcp-servers/bugcrowd-mcp",
        "run",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.)

评论

开发工具 分类下的更多 MCP 服务器