Using atlassian-dc-mcp-go with bitbucket.org

Go integration

Install
go get github.com/step-chen/atlassian-dc-mcp-go
Quick start
import "atlassian-dc-mcp-go"

// Initialize client
client := atlassian-dc-mcp-go.NewClient("YOUR_API_KEY")
Get current user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/user
List snippets
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/snippets
List workspaces for user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/workspaces
SDK on GitHub 📄 API Docs
SDK
atlassian-dc-mcp-go
Go
API
bitbucket.org
bitbucket.org
At a glance
Language Go
Endpoints303
Base URLhttps://api.bitbucket.org/2.0