Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/bitbucket

PYPI · MCPARMORY-BITBUCKET · 2 COMPONENTS · SCANNED SEP 20

Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces

−15 this week 61 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security37
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 46 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 31894 tokens (~122/item across 261 items; 261 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety96
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 42 of 51 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "list_deploy_keys" implies "deploy" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 261 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/bitbucket MCP server?

com.mcparmory/bitbucket runs locally as a PyPI package, launched with uvx mcparmory-bitbucket. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-bitbucket

# add to Claude Code
claude mcp add com-mcparmory-bitbucket -- uvx mcparmory-bitbucket
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-bitbucket": {
      "command": "uvx",
      "args": [
        "mcparmory-bitbucket"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-bitbucket": {
      "command": "uvx",
      "args": [
        "mcparmory-bitbucket"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-bitbucket -- uvx mcparmory-bitbucket
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-bitbucket": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-bitbucket"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-bitbucket --command uvx --arg mcparmory-bitbucket
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-bitbucket:
    command: "uvx"
    args: ["mcparmory-bitbucket"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-bitbucket": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-bitbucket"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-bitbucket -t stdio -c uvx -a mcparmory-bitbucket
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-bitbucket": {
      "command": "uvx",
      "args": [
        "mcparmory-bitbucket"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 13 Sept 26 +15
    • Malware scan: unverified → pass security
  • 12 Sept 26 −14
    • Malware scan: pass → unverified security
  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-bitbucket@1.0.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 46 packages
Packages resolved 46
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 261 exposed · ~31,894 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
list_commit_reports ~114

Retrieves a paginated list of code insight reports linked to a specific commit in a repository. Useful for reviewing quality, security, or test results associated with a given commit.

NameTypeReqDescription
commitstringyesThe full commit hash identifying the specific commit whose reports should be retrieved.
repo_slugstringyesThe repository slug (URL-friendly name) that uniquely identifies the repository within the workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly braces.

No output schema declared.

No examples provided.

list_commit_statuses ~210

Retrieves all statuses (such as CI/CD build results) associated with a specific commit in a Bitbucket repository. Supports filtering by ref name, query string, and custom sorting.

NameTypeReqDescription
commitstringyesThe full SHA1 hash of the commit whose statuses you want to retrieve.
qstringA query string to filter results using Bitbucket's filtering and sorting syntax, allowing you to narrow the returned statuses by field values.
refnamestringFilters results to only include commit statuses created with the specified ref name, or those created without any ref name.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUIDs must be surrounded by curly-braces.
sortstringThe field by which to sort the returned statuses using Bitbucket's filtering and sorting syntax. Defaults to created_on if not specified.
workspacestringyesThe workspace slug or UUID identifying the workspace. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_commits ~89

Retrieves all commits for a repository in reverse chronological (topological) order, similar to `git log --all`. Supports filtering by included/excluded refs and an optional file or directory path to scope results.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository within the workspace.
workspacestringyesThe workspace slug or UUID identifying the workspace that owns the repository.

No output schema declared.

No examples provided.

list_commits_by_revision ~157

Retrieves a paginated list of commits for a given branch, tag, or commit SHA in reverse chronological order, similar to `git log`. Supports filtering by additional include/exclude refs and an optional file or directory path to narrow results to commits affecting that path.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the repository within the workspace. UUID values must be surrounded by curly-braces.
revisionstringyesThe starting point for the commit log; accepts a full or abbreviated commit SHA1 or a ref name such as a branch or tag.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_commits_by_revision_post ~144

Retrieves the commit history for a specific revision (SHA1 or branch/tag name) in a repository, using the request body to pass include and exclude filters instead of URL parameters to avoid length limitations.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.
revisionstringyesThe starting point for the commit history, specified as a full or abbreviated commit SHA1 hash or a ref name such as a branch or tag.
workspacestringyesThe workspace identifier, either as a slug (workspace ID) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_commits_with_filters ~115

Retrieves a list of commits for a repository, accepting include and exclude branch/commit parameters in the request body to avoid URL length limitations. This is functionally identical to the GET commits endpoint but does not support creating new commits.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUID values must be surrounded by curly-braces.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_default_reviewers ~106

Retrieves the list of users automatically added as reviewers on every new pull request for the specified repository. To include reviewers inherited from the parent project, use the effective-default-reviewers endpoint instead.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.
workspacestringyesThe workspace identifier, either as a slug (workspace short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_deploy_keys ~97

Retrieves all deploy keys associated with a specific repository in a workspace. Deploy keys provide read or read/write access to a repository without requiring user credentials.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_deployments ~86

Retrieves a list of all deployments for a specified repository. Returns deployment history and status information for the given workspace and repository.

NameTypeReqDescription
repo_slugstringyesThe repository slug (URL-friendly name) that uniquely identifies the repository within the workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_download_artifacts ~91

Retrieves all download artifacts associated with a specific repository in a workspace. Returns a list of available download links for the repository.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_effective_default_reviewers ~109

Retrieves the effective default reviewers for a repository, combining reviewers defined at the repository level with those inherited from its parent project. These users are automatically added as reviewers on every new pull request created in the repository.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUIDs must be surrounded by curly-braces.
workspacestringyesThe workspace slug or UUID identifying the workspace that contains the repository. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_environment_variables ~95

Retrieves all deployment variables configured for a specific environment in a repository. Returns environment-level variables used during deployments.

NameTypeReqDescription
environment_uuidstringyesThe unique identifier of the deployment environment whose variables should be listed.
repo_slugstringyesThe repository slug or identifier within the specified workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_environments ~86

Retrieves all deployment environments configured for a specified repository within a workspace. Useful for inspecting available environments such as production, staging, or test.

NameTypeReqDescription
repo_slugstringyesThe repository slug or identifier within the specified workspace whose environments will be listed.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_file_history ~223

Retrieves a paginated list of commits that modified a specific file in a repository, returned in reverse chronological order. Supports rename tracking, filtering, and sorting to precisely scope the results.

NameTypeReqDescription
commitstringyesThe SHA1 hash of the commit to start the file history from.
pathstringyesThe path to the file within the repository whose commit history you want to retrieve.
qstringA filter expression to narrow down the returned commits using Bitbucket's filtering and sorting syntax.
renamesstringControls whether Bitbucket follows the file across renames when traversing history; defaults to true, set to false to disable rename tracking.
repo_slugstringyesThe repository slug or UUID identifying the repository; UUIDs must be surrounded by curly braces.
sortstringThe name of a response property to sort results by, using Bitbucket's filtering and sorting syntax.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace; UUIDs must be surrounded by curly braces.

No output schema declared.

No examples provided.

list_pipeline_caches ~73

Retrieves all pipeline caches configured for a repository, providing visibility into cached dependencies and build artifacts used to speed up pipeline runs.

NameTypeReqDescription
repo_slugstringyesThe slug or UUID of the repository whose pipeline caches are being listed.
workspacestringyesThe slug or UUID of the workspace that owns the repository.

No output schema declared.

No examples provided.

list_pipeline_schedules ~85

Retrieve all configured pipeline schedules for a given repository. Returns the list of schedules that define when pipelines are automatically triggered.

NameTypeReqDescription
repo_slugstringyesThe repository slug (URL-friendly name) that uniquely identifies the repository within the workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pipeline_ssh_known_hosts ~85

Retrieves all SSH known hosts configured at the repository level for Pipelines. Known hosts are used to verify remote server identities during pipeline SSH connections.

NameTypeReqDescription
repo_slugstringyesThe repository slug or identifier within the specified workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pipeline_step_test_cases ~131

Retrieves all test cases from the test report for a specific step within a pipeline. Useful for inspecting individual test outcomes after a CI pipeline run.

NameTypeReqDescription
pipeline_uuidstringyesThe unique identifier (UUID) of the pipeline whose step test cases are being retrieved.
repo_slugstringyesThe repository slug or identifier within the specified workspace.
step_uuidstringyesThe unique identifier (UUID) of the pipeline step whose test cases are being retrieved.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly braces.

No output schema declared.

No examples provided.

list_pipeline_steps ~106

Retrieves all steps for a specified pipeline in a repository, providing visibility into each stage of the pipeline's execution.

NameTypeReqDescription
pipeline_uuidstringyesThe unique UUID of the pipeline whose steps are to be listed, formatted as a standard UUID string.
repo_slugstringyesThe repository slug (URL-friendly name) that contains the pipeline.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pipelines ~462

Retrieve a paginated list of pipelines for a specific repository, with support for filtering by branch, commit, status, trigger type, and more, as well as sorting of results.

NameTypeReqDescription
created_onstringFilter pipelines by their creation date and time, provided in ISO 8601 date-time format.
creator.uuidstringFilter pipelines to only those created by the user with this UUID.
pagestringThe page number to retrieve in the paginated result set, starting at 1.
pagelenstringThe maximum number of pipeline results to return per page, between 1 and 100.
repo_slugstringyesThe repository slug or identifier within the specified workspace.
sortstringThe field by which to sort the returned pipelines. Must be one of creator.uuid, created_on, or run_creation_date.
statusstringFilter pipelines by their current execution status. Must be one of PARSING, PENDING, PAUSED, HALTED, BUILDING, ERROR, PASSED, FAILED, STOPPED, or UNKNOWN.
target.branchstringFilter pipelines by the name of the branch that triggered them.
target.commit.hashstringFilter pipelines by the commit hash (revision) that triggered them.
target.ref_namestringFilter pipelines by the exact name of the Git reference (branch name, tag name, etc.) that triggered them.
target.ref_typestringFilter pipelines by the type of Git reference that triggered them. Must be one of BRANCH, TAG, or ANNOTATED_TAG.
target.selector.patternstringFilter pipelines by the pipeline configuration pattern (e.g., a custom pipeline name pattern).
target.selector.typestringFilter pipelines by their selector type, indicating the category of pipeline. Must be one of BRANCH, TAG, CUSTOM, PULLREQUESTS, or DEFAULT.
trigger_typestringFilter pipelines by what triggered them. Must be one of PUSH, MANUAL, SCHEDULED, or PARENT_STEP.
workspacestringyesThe workspace identifier, either the slug (short name) or the UUID surrounded by curly braces.

No output schema declared.

No examples provided.

list_project_default_reviewers ~95

Retrieves all default reviewers configured for a project within a workspace. These users are automatically added as reviewers to pull requests in any repository belonging to the project.

NameTypeReqDescription
project_keystringyesThe unique key assigned to the project, used to identify the project within the workspace.
workspacestringyesThe workspace identifier, either as a slug (human-readable short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_project_deploy_keys ~101

Retrieves all deploy keys associated with a specific project in a workspace. Deploy keys grant read or read/write access to a repository for CI/CD and automation purposes.

NameTypeReqDescription
project_keystringyesThe unique key identifier assigned to the project, used to target the specific project whose deploy keys will be listed.
workspacestringyesThe workspace identifier, either as a slug (human-readable short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_project_group_permissions ~96

Retrieves a paginated list of explicit group-level permissions configured for a specific project within a workspace. Only explicitly assigned group permissions are returned; inherited or implicit permissions are not included.

NameTypeReqDescription
project_keystringyesThe unique key identifying the project within the workspace, as assigned when the project was created.
workspacestringyesThe workspace identifier, accepted as either the workspace slug or the workspace UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_project_user_permissions ~99

Retrieves a paginated list of explicit user-level permissions configured for a specific project within a workspace. Only directly assigned user permissions are returned; inherited or group-based permissions are not included.

NameTypeReqDescription
project_keystringyesThe unique key identifying the project within the workspace, as assigned when the project was created.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_activity ~112

Retrieves a paginated activity log for all pull requests in a repository, including comments, updates (state changes), approvals, and request changes. Inline comments on files or code lines include an additional inline property with location details.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_activity_by_id ~132

Retrieves a paginated activity log for a specific pull request, including reviewer comments, updates, approvals, and change requests. Inline comments on files or code lines include an additional inline property with location details.

NameTypeReqDescription
pull_request_idintegeryesThe numeric ID of the pull request whose activity log should be retrieved.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUID values must be surrounded by curly-braces.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_comments ~127

Retrieves a paginated list of all comments on a pull request, including global comments, inline comments, and replies. Results are sorted oldest to newest by default and support filtering and sorting via query parameters.

NameTypeReqDescription
pull_request_idintegeryesThe unique numeric ID of the pull request whose comments should be retrieved.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUID values must be surrounded by curly-braces.
workspacestringyesThe workspace slug or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_commits ~119

Retrieves a paginated list of commits associated with a specific pull request. These are the commits that will be merged into the destination branch upon pull request acceptance.

NameTypeReqDescription
pull_request_idintegeryesThe unique numeric identifier of the pull request whose commits are being retrieved.
repo_slugstringyesThe repository slug or UUID identifying the repository; UUIDs must be surrounded by curly-braces.
workspacestringyesThe workspace slug or UUID identifying the workspace that owns the repository; UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_statuses ~188

Retrieves all commit statuses (such as CI/CD build results) associated with a specific pull request in a Bitbucket repository. Supports filtering and sorting to narrow down results.

NameTypeReqDescription
pull_request_idintegeryesThe unique numeric identifier of the pull request whose statuses should be retrieved.
qstringA query string to filter the returned statuses using Bitbucket's filtering and sorting syntax, allowing you to narrow down results by specific fields or conditions.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUID values must be surrounded by curly-braces.
sortstringThe field name by which to sort the returned statuses using Bitbucket's filtering and sorting syntax. Defaults to created_on if not specified.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_request_tasks ~200

Retrieves a paginated list of tasks associated with a specific pull request in a repository. Supports filtering and sorting results by the 'task' field.

NameTypeReqDescription
pagelenintegerThe number of task objects to include per page of results. Accepts values between 1 and 100; defaults to 10.
pull_request_idintegeryesThe unique numeric identifier of the pull request whose tasks should be listed.
qstringA query string to filter the returned tasks using Bitbucket's filtering and sorting syntax.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUIDs must be surrounded by curly-braces.
sortstringThe field by which results should be sorted using Bitbucket's filtering and sorting syntax. Defaults to created_on if not specified.
workspacestringyesThe workspace slug or UUID identifying the workspace. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_pull_requests ~133

Retrieves all pull requests for a specified repository, defaulting to open pull requests. Supports filtering by one or more states, as well as additional filtering and sorting options.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUIDs must be surrounded by curly-braces.
statestringFilters results to pull requests in the specified state. Repeat this parameter multiple times to include pull requests from more than one state simultaneously.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace that owns the repository. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_forks ~211

Retrieves a paginated list of all forks for a specified repository in a given workspace. Results can be filtered by the authenticated user's role, a query string, and sorted by a specified field.

NameTypeReqDescription
qstringA query string to filter and narrow down the list of returned forks using Bitbucket's filtering and sorting syntax.
repo_slugstringyesThe repository slug or UUID identifying the repository whose forks should be listed. UUIDs must be surrounded by curly-braces.
rolestringFilters returned forks based on the authenticated user's role: member (explicit read access), contributor (explicit write access), admin (explicit administrator access), or owner (repositories owned…
sortstringThe field name by which the returned fork results should be sorted, following Bitbucket's filtering and sorting syntax.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace that contains the repository. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_group_permissions ~97

Retrieves a paginated list of explicit group permissions configured for a specific repository. Only explicitly set group permissions are returned; inherited or default permissions are not included.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUID values must be surrounded by curly-braces.
workspacestringyesThe workspace slug or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_pipeline_variables ~83

Retrieves all pipeline variables configured at the repository level for a given workspace and repository. Useful for inspecting environment variables available to pipelines without exposing secured values.

NameTypeReqDescription
repo_slugstringyesThe repository slug or identifier within the specified workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly braces.

No output schema declared.

No examples provided.

list_repository_refs ~171

Retrieves all branches and tags (refs) for a given repository in a Bitbucket workspace. Results default to lexical ordering but can be sorted naturally by name using the sort parameter.

NameTypeReqDescription
qstringA query string to filter the returned refs using Bitbucket's filtering and sorting syntax, allowing you to narrow results by properties such as name or type.
repo_slugstringyesThe repository identifier, either the URL-friendly slug or the repository UUID enclosed in curly braces.
sortstringThe field by which to sort results using Bitbucket's filtering and sorting syntax; specifying 'name' applies natural sort order so numerical segments are ordered numerically rather than lexicographic…
workspacestringyesThe workspace identifier, either the workspace slug or the workspace UUID enclosed in curly braces.

No output schema declared.

No examples provided.

list_repository_runners ~83

Retrieve all pipeline runners configured for a specific repository. Runners are used to execute Bitbucket Pipelines builds within the given workspace and repository.

NameTypeReqDescription
repo_slugstringyesThe repository slug or identifier within the specified workspace.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_tags ~156

Retrieves all tags for a given repository in a workspace. Supports filtering and sorting, including natural sort order for version-style tag names when sorting by name.

NameTypeReqDescription
qstringA query string to filter the returned tags using Bitbucket's filtering and sorting syntax.
repo_slugstringyesThe repository slug or UUID identifying the repository. UUIDs must be surrounded by curly-braces.
sortstringThe field by which to sort results using Bitbucket's filtering and sorting syntax. Sorting by the name field applies natural ordering, treating numeric segments as numbers rather than strings.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_user_permissions ~99

Retrieves a paginated list of explicit user-level permissions configured for a specific repository. Only directly assigned user permissions are returned; inherited or group-based permissions are not included.

NameTypeReqDescription
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUID values must be surrounded by curly-braces.
workspacestringyesThe workspace slug or UUID identifying the workspace that owns the repository. UUID values must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_user_permissions_workspace ~159

Returns the effective permission level for each user in a specified repository within a workspace. Only users with admin permission on the repository can access this resource.

NameTypeReqDescription
qstringA filter expression to narrow results by user or permission level, following Bitbucket's filtering and sorting syntax. Values must be URL-encoded.
repo_slugstringyesThe repository slug or UUID identifying the target repository. UUIDs must be surrounded by curly-braces.
sortstringA response property name to sort results by, following Bitbucket's sorting syntax, such as a user display name field.
workspacestringyesThe workspace ID (slug) or UUID identifying the workspace. UUIDs must be surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_watchers ~92

Retrieves a paginated list of all users watching the specified repository. Useful for understanding a repository's audience and engagement.

NameTypeReqDescription
repo_slugstringyesThe repository identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.
workspacestringyesThe workspace identifier, either as a slug (URL-friendly name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_repository_webhooks ~102

Retrieves a paginated list of all webhooks installed on a specific repository. Useful for auditing or managing event-driven integrations configured for the repo.

NameTypeReqDescription
repo_slugstringyesThe repository slug (URL-friendly name) or the repository UUID enclosed in curly-braces, uniquely identifying the target repository within the workspace.
workspacestringyesThe workspace slug (ID) or the workspace UUID enclosed in curly-braces, identifying the workspace that owns the repository.

No output schema declared.

No examples provided.

list_schedule_executions ~106

Retrieve the execution history for a specific pipeline schedule in a repository. Returns a list of past executions triggered by the given schedule.

NameTypeReqDescription
repo_slugstringyesThe repository slug (URL-friendly name) that uniquely identifies the repository within the workspace.
schedule_uuidstringyesThe UUID of the pipeline schedule whose executions should be retrieved.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly braces.

No output schema declared.

No examples provided.

list_snippet_comments ~91

Retrieves a paginated list of all comments on a specific snippet within a workspace. Results are sorted oldest to newest by default and can be overridden with the sort query parameter.

NameTypeReqDescription
encoded_idstringyesThe unique identifier of the snippet whose comments are being retrieved.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_snippet_commits ~91

Retrieves the commit history for a specific snippet, returning all changes made over time. Useful for auditing edits or tracking the evolution of a snippet's content.

NameTypeReqDescription
encoded_idstringyesThe unique identifier of the snippet whose commit history is being retrieved.
workspacestringyesThe workspace identifier, either as a slug (human-readable short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_test_case_reasons ~140

Retrieves the reasons (output details) for a specific test case within a pipeline step, providing diagnostic information such as failure messages or stack traces.

NameTypeReqDescription
pipeline_uuidstringyesThe UUID of the pipeline containing the step and test case.
repo_slugstringyesThe repository slug identifying the target repository within the workspace.
step_uuidstringyesThe UUID of the pipeline step that contains the test case.
test_case_uuidstringyesThe UUID of the specific test case whose reasons are being retrieved.
workspacestringyesThe workspace identifier, either as a slug or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

list_user_emails ~29

Retrieves all email addresses associated with the currently authenticated user. Includes both confirmed and unconfirmed addresses.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_user_gpg_keys ~84

Retrieves a paginated list of GPG public keys associated with a specified Bitbucket user. The key and subkeys fields can be included in the response using partial response syntax.

NameTypeReqDescription
selected_userstringyesThe identifier of the user whose GPG keys will be listed, accepted as either an Atlassian Account ID or an account UUID wrapped in curly braces.

No output schema declared.

No examples provided.

list_user_pull_requests_in_workspace ~132

Retrieves all pull requests authored by a specified user within a given workspace. Supports filtering by one or more states and allows sorting and filtering of results.

NameTypeReqDescription
selected_userstringyesThe identifier of the pull request author — accepts a username, an Atlassian ID, or a UUID wrapped in curly braces.
statestringFilters results to pull requests in the specified state. Repeat this parameter to include multiple states simultaneously; omitting it returns only open pull requests.
workspacestringyesThe identifier of the workspace — accepts a workspace slug or a UUID wrapped in curly braces.

No output schema declared.

No examples provided.

list_user_ssh_keys ~73

Retrieves a paginated list of SSH public keys associated with the specified user account. Useful for auditing or managing a user's SSH authentication credentials.

NameTypeReqDescription
selected_userstringyesThe identifier of the user whose SSH keys will be listed — either an Atlassian Account ID or an account UUID wrapped in curly braces.

No output schema declared.

No examples provided.

list_webhook_event_types ~52

Retrieves all webhook resource and subject types on which webhooks can be registered. Each returned type includes an events link for browsing the paginated list of specific events that subject type can emit. No authentication required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/bitbucket MCP server?

com.mcparmory/bitbucket is an MCP server listed in the public MCP registry as com.mcparmory/bitbucket. Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces. This page covers its PyPI package (mcparmory-bitbucket).

Is the com.mcparmory/bitbucket MCP server safe to use?

com.mcparmory/bitbucket scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/bitbucket MCP server expose?

com.mcparmory/bitbucket exposes 261 tools: list_webhook_event_types, list_webhook_event_types_by_subject, list_workspace_repositories, get_repository, create_repository, and 256 more. Their descriptions and schemas cost roughly 31,894 tokens of context every time the server is loaded.

Is the com.mcparmory/bitbucket MCP server still maintained?

com.mcparmory/bitbucket is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.