Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lawp09 • Uncategorized
Connect MCP-compatible AI assistants to Bitbucket Cloud repositories for natural language code and PR management.
Review and manage Bitbucket pull requests using natural language.
Monitor Bitbucket pipelines and build statuses.
Interact with Bitbucket repositories, comments, tasks, and reviewers seamlessly.
This MCP server enables integration of AI assistants like Claude Code, VS Code (GitHub Copilot), and Cursor with Bitbucket Cloud repositories. It provides 45 MCP tools to review pull requests, monitor pipelines, manage comments, tasks, and more, all through natural language commands. The server offers configurable tools, secure credential management, and slimmed API responses to optimize token usage. It supports multiple installation methods including uvx, pip, and Docker.
Configure Bitbucket credentials for the MCP server. Args: workspace: Bitbucket workspace slug (e.g., "myworkspace") username: Your Atlassian account email (e.g., "user@example.com") api_token: Atlassian API Token from https://id.atlassian.com/manage-profile/security/api-tokens Returns: Success or error message
Check if Bitbucket is configured and return current status. Returns: Configuration status with workspace info
Create a Pull Request on Bitbucket Cloud. Args: repo_slug: Repository slug (name) title: PR title source_branch: Branch to merge from destination_branch: Branch to merge into (default: main) description: PR description (optional) reviewers: List of reviewer UUIDs or account_ids (optional). These are added in addition to default reviewers. use_default_reviewers: Whether to include default reviewers (default: True) workspace: Bitbucket workspace (optional if configured) Returns: PR details including URL and ID, or error message
List Pull Requests for a repository on Bitbucket Cloud. Args: repo_slug: Repository slug (name) state: PR state filter - OPEN, MERGED, DECLINED, SUPERSEDED, or ALL (default: OPEN) workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 50 (default: 25) Returns: List of PRs with their details
Get details of a specific Pull Request on Bitbucket Cloud. Args: repo_slug: Repository slug (name) pr_id: Pull Request ID workspace: Bitbucket workspace (optional if configured) Returns: Detailed PR information including description, reviewers, and comments count
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.