bitbucket-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITBUCKET_EMAIL | Yes | Your Bitbucket email address | |
| BITBUCKET_API_TOKEN | Yes | Your Bitbucket API token with appropriate scopes | |
| BITBUCKET_CODE_REVIEW_CHECKLIST | No | Absolute path to a custom code review checklist file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bitbucket_credsA | Retrieve Bitbucket credentials from environment variables. Returns: tuple: Containing the Bitbucket email and API token. |
| parse_bitbucket_pr_urlA | Parse a Bitbucket pull request URL to extract workspace, repository, and PR ID. |
| get_pr_detailsB | Get detailed information about a Bitbucket pull request. |
| get_bitbucket_pr_diffB | Get the diff for a Bitbucket pull request. |
| get_code_review_checklistA | Get code review checklist which acts as a guideline to review pull request. LLM must call this to get repository specific review guidelines. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JishadMT/bitbucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server