Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BUGCROWD_API_PASSWORD | Yes | Your Bugcrowd API password | |
BUGCROWD_API_USERNAME | Yes | Your Bugcrowd API username |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |