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
update_snippet ~101

Updates an existing snippet in the specified workspace, allowing changes to its title and files via differential payloads. Supports adding, updating, or deleting files atomically using JSON, multipart/related, or multipart/form-data content types.

NameTypeReqDescription
encoded_idstringyesThe unique identifier of the snippet to update.
workspacestringyesThe workspace identifier, either as a slug (e.g. a short name) or as a UUID surrounded by curly braces.

No output schema declared.

No examples provided.

update_snippet_at_revision ~132

Updates a snippet only if the specified commit revision matches the current HEAD, acting as a Compare-And-Swap (CAS) operation to prevent overwriting concurrent modifications. Fails with a 405 if the provided revision is not the latest.

NameTypeReqDescription
encoded_idstringyesThe unique identifier of the snippet to update.
node_idstringyesThe SHA1 commit revision that must match the snippet's current HEAD; the update is rejected if this is not the most recent revision.
workspacestringyesThe workspace identifier, either as a slug or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

update_snippet_comment ~139

Updates an existing comment on a snippet. Only the comment's author can make updates, and the request body must include the `content.raw` field.

NameTypeReqDescription
bodyobjectThe request body containing the updated comment data. Must include `content.raw` with the new comment text in raw markup format.
comment_idstringyesThe unique numeric identifier of the comment to update.
encoded_idstringyesThe unique identifier of the snippet to which the comment belongs.
workspacestringyesThe workspace identifier, either as a slug (e.g. a short name) or as a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

update_ssh_key ~126

Updates the comment/label of a specific SSH public key on a user's account. Note that only the comment field can be modified; to change the key itself, delete and re-add it.

NameTypeReqDescription
bodyobjectRequest body containing the SSH key fields to update. Only the comment/label field is supported for updates.
key_idstringyesThe unique UUID identifier of the SSH key to update.
selected_userstringyesThe account identifier for the target user, either as an Atlassian Account ID or as an account UUID surrounded by curly braces.

No output schema declared.

No examples provided.

update_user_app_property ~138

Updates the value of a named application property stored against a specific user for a given Connect app. Use this to persist or overwrite app-specific metadata associated with a Bitbucket user account.

NameTypeReqDescription
app_keystringyesThe key identifying the Connect app whose property is being updated. This must correspond to a registered Connect app key.
property_namestringyesThe name of the application property to update. This identifies which property value will be overwritten for the specified user and app.
selected_userstringyesThe unique identifier of the target user account, either as an Atlassian Account ID or a UUID wrapped in curly braces.

No output schema declared.

No examples provided.

update_workspace_pipeline_variable ~93

Updates an existing pipeline configuration variable at the workspace level. Changes apply to all pipelines within the specified workspace that reference this variable.

NameTypeReqDescription
variable_uuidstringyesThe UUID of the pipeline configuration variable to update, uniquely identifying the variable within the workspace.
workspacestringyesThe unique identifier for the workspace, accepted as either a slug (human-readable short name) or a UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

update_workspace_runner ~91

Updates the configuration or metadata of a specific runner within a workspace. Use this to modify runner settings such as labels, status, or other properties.

NameTypeReqDescription
runner_uuidstringyesThe unique identifier (UUID) of the runner to update within the specified 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.

update_workspace_webhook ~109

Updates an existing webhook subscription for a workspace, allowing modification of its description, URL, secret, active status, and subscribed events. The webhook secret is used to generate an HMAC hex digest signature sent in the X-Hub-Signature header on delivery.

NameTypeReqDescription
uidstringyesThe unique identifier of the installed webhook subscription to update.
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.

upload_download_artifact ~101

Upload one or more download artifacts to a repository using a multipart/form-data POST request. If a file with the same name already exists, it will be replaced.

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.

upsert_commit_report_annotation ~232

Creates or updates a single annotation on a specific commit report, representing an individual finding such as a vulnerability, bug, or code smell, optionally linked to a file and line number.

NameTypeReqDescription
annotationIdstringyesThe unique identifier for this annotation, either its UUID or an external ID; prefix external IDs with your system name to avoid collisions.
bodyobjectThe annotation payload containing fields such as title, summary, annotation_type (VULNERABILITY, CODE_SMELL, BUG), severity (CRITICAL, HIGH, MEDIUM, LOW), result (PASSED, FAILED, IGNORED, SKIPPED), a…
commitstringyesThe full commit hash that the report and annotation belong to.
repo_slugstringyesThe repository slug or identifier within the workspace.
reportIdstringyesThe unique identifier of the report to annotate, either its UUID or the external ID used when the report was created.
workspacestringyesThe workspace identifier, either the slug or the UUID surrounded by curly-braces.

No output schema declared.

No examples provided.

watch_snippet ~78

Subscribes the authenticated user to watch a specific snippet, enabling notifications for changes. Returns 204 No Content on success.

NameTypeReqDescription
encoded_idstringyesThe unique identifier of the snippet to watch.
workspacestringyesThe workspace identifier, either as a slug (short name) or as a UUID surrounded by curly-braces.

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.