Context7 MCP

Add a Bitbucket repository

Submit a Bitbucket repository for documentation processing. Supports private repos via a gitToken or by connecting your Bitbucket account at https://context7.com/add-library.
1 min read
post/v2/add/repo/bitbucket
Request example
Response
post/v2/add/repo/bitbucket

Authorization

Authorizationstringheaderrequired#
Get your API key at context7.com/dashboard. Treat your API key like a password and store it securely.

Body

application/json
docsRepoUrlstringrequired#
The repository URL
gitTokenstring#
Personal access token for private repositories. If not provided, the token from your OAuth connection at https://context7.com/add-library is used.
privateboolean#
Whether the repository is private
skipVersionFilteringboolean#
Skip filtering out version-specific documentation pages
generateDocsboolean#
Generate documentation from the repository source code. Applies to private repository submissions.

Responses

application/json
Library submitted successfully for processing
libraryNamestringrequired#
The library identifier assigned — the URL path of the library on context7.com. /owner/repo for GitHub repositories, or /<source>/<id> for other sources (e.g., /vercel/next.js, /websites/uploadcare). See Library ID format.
messagestringrequired#
Human-readable success message