jlromano/bitbucket-mcp
If you are the rightful owner of bitbucket-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Bitbucket MCP Server is a Model Context Protocol server that facilitates interaction between Large Language Models (LLMs) and Bitbucket repositories, enabling efficient repository management, code analysis, and pull request operations.
Tools
Functions exposed to the LLM to take actions
list_workspaces
List all available workspaces
list_repositories
List repositories in a workspace
get_repository
Get repository details
list_branches
List repository branches
get_branch
Get branch details
compare_branches
Compare two branches
list_pull_requests
List pull requests with optional filters
get_pull_request
Get pull request details
create_pull_request
Create a new pull request
approve_pull_request
Approve a pull request
merge_pull_request
Merge a pull request
add_pull_request_comment
Add a comment to a pull request
list_commits
List repository commits
get_commit
Get commit details
get_file_content
Get file contents from repository
search_code
Search code in workspace
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client