{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_rk8sqs3zm3gz","handle":"bitbucket-mcp-server-datacenter","url":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter","links":{"self":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter/record.json","html":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter","markdown":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter/record.md","api":"https://wellknown.network/api/v1/agents/bitbucket-mcp-server-datacenter","status":"https://wellknown.network/api/v1/agents/bitbucket-mcp-server-datacenter/status","claim":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter/claim.json","badge":"https://wellknown.network/agents/bitbucket-mcp-server-datacenter/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:bitbucket-mcp-server-datacenter","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bitbucket-mcp-server-datacenter","summary":"MCP server for Bitbucket Data Center (Server), not Bitbucket Cloud.","description":"# bitbucket-mcp-server-datacenter\n\nAn MCP server for **Bitbucket Data Center / Server** (not Bitbucket Cloud).\nIt targets the Data Center REST API (`/rest/api/1.0`, project/repo-centric\npaths, `start`/`limit`/`isLastPage` paging) and supports personal\nrepositories via `~username` project keys.\n\n## Requirements\n\n- Python >= 3.11\n- [`uv`](https://docs.astral.sh/uv/) (used to run/test the server)\n\n## Install / use without cloning\n\nOnce published to PyPI, the server can be run directly with\n[`uvx`](https://docs.astral.sh/uv/guides/tools/) — no repository checkout and no\nmanual `pip install` required. `uvx` fetches the package into an isolated,\ncached environment and runs its console entry point:\n\n```sh\nBITBUCKET_BASE_URL=\"https://your-bitbucket.example.com\" \\\nBITBUCKET_TOKEN=\"<your-token>\" \\\nENABLE_TOOLS=\"read\" \\\nuvx bitbucket-mcp-server-datacenter\n```\n\nTo wire it into an MCP client (e.g. VS Code), point the server `command` at\n`uvx` instead of a local checkout. Example `mcp.json`:\n\n```jsonc\n{\n  \"inputs\": [\n    {\n      \"id\": \"bitbucket_token\",\n      \"type\": \"promptString\",\n      \"description\": \"Bitbucket Data Center HTTP access token (sent as Bearer)\",\n      \"password\": true\n    }\n  ],\n  \"servers\": {\n    \"bitbucket-datacenter\": {\n      \"type\": \"stdio\",\n      \"command\": \"uvx\",\n      \"args\": [\"bitbucket-mcp-server-datacenter\"],\n      \"env\": {\n        \"BITBUCKET_BASE_URL\": \"https://your-bitbucket.example.com\",\n        \"BITBUCKET_TOKEN\": \"${input:bitbucket_token}\",\n        \"ENABLE_TOOLS\": \"read\"\n      }\n    }\n  }\n}\n```\n\nPin a specific release with `uvx bitbucket-mcp-server-datacenter@0.1.0` (or\n`\"args\": [\"bitbucket-mcp-server-datacenter@0.1.0\"]`).\n\n### Without a package index (straight from Git)\n\nIf the package is not on an index, `uvx` can install it directly from the\nrepository — still no manual clone:\n\n```sh\nuvx --from git+https://github.com/telekom-mms/bitbucket-mcp-server-datacenter \\\n  bitbucket-mcp-server-datacenter\n```\n\n## Configuration\n\nThe server reads configurat…","publisher":{"name":"telekom-mms","url":null},"homepage":"https://github.com/telekom-mms/bitbucket-mcp-server-datacenter","repository":"https://github.com/telekom-mms/bitbucket-mcp-server-datacenter","version":"0.1.3","license":null,"protocols":["mcp"],"tags":["bitbucket","bitbucket-data-center","bitbucket-server","fastmcp","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:bitbucket-mcp-server-datacenter","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"bitbucket-mcp-server-datacenter","registry":"pypi","observedAt":"2026-09-09T10:31:05.380Z","publishedAt":"2026-06-05T09:52:20.232089Z","latestVersion":"0.1.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bitbucket-mcp-server-datacenter","url":"https://pypi.org/project/bitbucket-mcp-server-datacenter/","firstSeenAt":"2026-09-09T10:27:16.452Z","fetchedAt":"2026-09-09T10:27:16.452Z","normalizedAt":"2026-09-09T10:27:16.452Z"}]},"firstSeenAt":"2026-09-09T10:27:16.452Z","updatedAt":"2026-09-09T10:31:05.380Z"}