askanuradha/mcp-server-atlassian-bitbucket
If you are the rightful owner of mcp-server-atlassian-bitbucket and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Atlassian Bitbucket MCP Server is a Node.js/TypeScript server that facilitates secure interaction between AI systems and Bitbucket Cloud repositories, enabling real-time access to code, pull requests, and more.
Tools
Functions exposed to the LLM to take actions
bb_ls_workspaces
Lists available workspaces.
bb_get_workspace
Gets workspace details.
bb_ls_repos
Lists repositories.
bb_get_repo
Gets repository details.
bb_search
Searches Bitbucket content.
bb_ls_prs
Lists pull requests.
bb_get_pr
Gets PR details.
bb_ls_pr_comments
Lists PR comments.
bb_add_pr_comment
Adds comment to PR.
bb_add_pr
Creates a PR.
bb_add_branch
Creates a branch.
bb_clone_repo
Clones a repository.
bb_get_commit_history
Gets commit history.
bb_get_file
Gets file content.
bb_diff_branches
Shows diff between branches.
bb_diff_commits
Shows diff between commits.
bb_list_branches
Lists branches.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client