glvnzn/bitbucket-mcp-server
If you are the rightful owner of bitbucket-mcp-server 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.
A comprehensive Model Context Protocol (MCP) server for Bitbucket integration, providing tools for repository management, pull requests, issues, and code analysis.
Tools
Functions exposed to the LLM to take actions
list-repositories
List repositories with filtering by language, visibility, and search queries.
get-repository
Get detailed repository information including clone URLs and metadata.
list-pull-requests
List pull requests with filtering by state, author, and destination branch.
get-pull-request
Get detailed pull request information including approvals and reviews.
create-pull-request
Create new pull requests with reviewers.
list-issues
List issues with filtering by state, kind, priority, and assignee.
get-issue
Get detailed issue information.
create-issue
Create new issues with proper categorization.
get-commits
Get commit history for repositories.
list-branches
List all repository branches.
get-file-content
Get the content of specific files.
search-code
Search for code within repositories.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client