bitbucket-mcp-service

hyodol53/bitbucket-mcp-service

3.2

If you are the rightful owner of bitbucket-mcp-service 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.

Bitbucket MCP Server provides seamless integration with Bitbucket repositories, allowing users to query and manage repository data through the Model Context Protocol.

Tools

Functions exposed to the LLM to take actions

get_repository_info

Query basic information about a repository.

get_commits

Query commit list.

get_commit_detail

Query detailed information about a specific commit.

get_commit_diff

Query changes (diff) for a specific commit.

get_branches

Query branch list in the repository.

get_tags

Query tag list in the repository.

get_pull_requests

Query pull request list.

get_file_content

Query content of a specific file.

get_directory_content

Query directory contents.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources