Skip to main content
Glama

BugcrowdMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUGCROWD_API_PASSWORDYesYour Bugcrowd API password
BUGCROWD_API_USERNAMEYesYour Bugcrowd API username

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.

create_access_invitation

Create a new access invitation.

create_claim_ticket

Create a new claim ticket.

create_comment

Create a new comment on a submission.

create_monetary_reward

Create a new monetary reward for a submission.

create_team

Create a new team within an organization.

create_team_role

Create a new role for a team.

delete_access_invitation

Delete an access invitation.

delete_organization_member

Delete a member from an organization.

delete_organization_program_role

Delete a program role from an organization.

delete_team

Delete a team.

delete_team_member

Delete a member from a team.

delete_team_role

Delete a role from a team.

get_access_invitations

List all access invitations.

get_authentication_logs

List all authentication logs.

get_authorization_logs

List all authorization logs.

get_disclosure_requests

List all disclosure requests.

get_engagement

Get detailed information about a specific engagement.

get_engagements

List all engagements.

get_organization_member

Get detailed information about a specific organization member.

get_organization_members

List all members of an organization.

get_organization_program_roles

List all program roles for an organization.

get_submission_activities

List all activities for a submission.

get_submission_comments

List all comments for a submission.

get_targets

List all targets.

get_team

Get detailed information about a specific team.

get_team_member

Get detailed information about a specific team member.

get_team_members

List all members of a team.

get_teams

List all teams in an organization.

update_monetary_reward

Update an existing monetary reward.

update_organization_member_role

Update the role of an organization member.

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/BugcrowdMCP'

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