Bitbucket MCP
Manage Bitbucket repositories, pull requests, issues, and Pipelines CI/CD workflows.
Overview
| Catalog ID | mcp-bitbucket |
| Category | code-platform |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.1.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
create_pull_request | Create a new pull request. |
list_repos | List repositories in a workspace. |
merge_pull_request | Merge a pull request. |
create_issue | Create a new issue. |
run_pipeline | Trigger a pipeline run. |
Tool parameters
create_pull_request
Create a new pull request.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace slug |
repo_slug | string | required | Repository slug |
title | string | required | PR title |
source_branch | string | required | Source branch |
destination_branch | string | optional | Destination branch |
description | string | optional | PR description |
list_repos
List repositories in a workspace.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace slug |
role | string | optional | Filter by role |
merge_pull_request
Merge a pull request.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace slug |
repo_slug | string | required | Repository slug |
pull_request_id | integer | required | Pull request ID |
merge_strategy | string | optional | Merge strategy |
create_issue
Create a new issue.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace slug |
repo_slug | string | required | Repository slug |
title | string | required | Issue title |
content | string | optional | Issue content |
priority | string | optional | Priority |
run_pipeline
Trigger a pipeline run.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace slug |
repo_slug | string | required | Repository slug |
target_branch | string | optional | Branch to run pipeline on |
Installing
- Click ‘Install’ to start the Bitbucket OAuth flow.
- Sign in to your Atlassian/Bitbucket account and authorize Cendriix.
- Grant access to the workspaces and repositories you want to connect.
- Cendriix will verify access and enable Bitbucket tools (PRs, repos, pipelines).
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on