Bitbucket for your agents.
Connect Bitbucket once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Bitbucket.
What agents can do with Bitbucket
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
bitbucket_current_userCheck the credentials: returns the authenticated user.
bitbucket_list_repositoriesList repositories in a workspace.
bitbucket_list_pull_requestsList pull requests in a repository.
bitbucket_get_repositoryGet a single repository's metadata (description, main branch, size, privacy).
bitbucket_get_pull_requestGet one pull request by its numeric id, including state, author, and source/destination branches.
bitbucket_list_commitsList commits on a repository, newest first. Use `include` to start the log from a branch, tag, or commit hash.
bitbucket_list_branchesList branches in a repository.
bitbucket_list_workspacesList the workspaces the authenticated user is a member of.
bitbucket_create_pull_requestCreate a pull request in a repository.
bitbucket_list_tagsList tags in a repository.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Create an App password with Repositories (read) and Pull requests (read) scopes.
- Copy the app password.
- The username is your Bitbucket username (not your email).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Bitbucket to Even: call connect_begin("bitbucket") on the even-connect MCP and walk me through it.
Bitbucket lists repositories and pull requests, retrieves commits by branch, and checks pull request details and status.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.