Skip to main content
Glama

Bugcrowd MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUGCROWD_API_PASSWORDYesYour Bugcrowd API password for authentication
BUGCROWD_API_USERNAMEYesYour Bugcrowd API username for authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_organizations

List all organizations accessible to the authenticated user.

get_organization

Get detailed information about a specific organization by ID.

get_programs

List all bug bounty programs available to the authenticated user.

get_program

Get detailed information about a specific bug bounty program.

get_submissions

List all bug submissions/vulnerability reports accessible to the user.

get_submission

Get detailed information about a specific vulnerability submission.

create_submission

Create a new bug submission/vulnerability report.

update_submission

Update an existing vulnerability submission.

get_reports

List all reports (alternative endpoint to submissions with different data structure).

get_report

Get detailed information about a specific report.

get_customer_assets

List all customer assets that are in scope for security testing.

get_customer_asset

Get detailed information about a specific customer asset.

get_monetary_rewards

List all monetary rewards for bug bounty submissions.

get_monetary_reward

Get detailed information about a specific monetary reward.

get_users

List all users in the organization or program scope.

get_user

Get detailed information about a specific user.

help

Get detailed help and documentation for Bugcrowd MCP tools.

server_health

Check the health status of the MCP server and API connectivity.

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/unstrike/OpenAI_Bugcrowd_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server