bitbucket-mcp-tutorial

shibyan-ai-engineer/bitbucket-mcp-tutorial

3.3

If you are the rightful owner of bitbucket-mcp-tutorial 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 Bitbucket MCP Server is a comprehensive solution for integrating AI-powered code review bots with Bitbucket repositories, leveraging the Model Context Protocol (MCP) to enhance development workflows.

Tools

Functions exposed to the LLM to take actions

list_repositories

List user repositories by role.

get_repository_info

Get detailed information about a specific repository.

list_pull_requests

List pull requests with filtering options.

get_pull_request_info

Retrieve detailed information about a specific pull request.

get_pull_request_diff

Get the code diff for a specific pull request.

add_pr_comment

Add a comment to a pull request.

approve_pr

Approve a pull request.

unapprove_pr

Remove approval from a pull request.

merge_pr

Merge a pull request using a specified strategy.

decline_pr

Decline a pull request with a reason.

get_pr_comments

Retrieve comments from a pull request.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources