gitbook_get_current_usergitbookGet the profile of the authenticated GitBook user. GitBook REST: GET /user.Connector
gitbook_get_collectiongitbookGet a collection by its ID. GitBook REST: GET /collections/{collectionId}.Connector
gitbook_list_spacesgitbookList all spaces in an organization. GitBook REST: GET /orgs/{organizationId}/spaces.Connector
gitbook_list_pagesgitbookList all pages in a space with their hierarchy and metadata. GitBook REST: GET /spaces/{spaceId}/content/pages.Connector
gitbook_search_spacegitbookFull-text search across all pages in a space. GitBook REST: GET /spaces/{spaceId}/search.Connector
gitbook_search_organizationgitbookSearch content across an entire organization. GitBook REST: GET /orgs/{organizationId}/search.Connector
gitbook-mcpContent Management SystemsVersion ControlDocumentation AccesslucasbenevinutoAlicenseBqualityDmaintenanceMCP server that exposes 39 tools for GitBook API automation, enabling AI agents to manage documentation, change requests, reviews, and Git Sync. Updated 6 months ago (2026-02-15 19:30 UTC)39524MIT
gitbook-mcpContent Management SystemsDocumentation AccessHoYongJinAlicenseBqualityAmaintenanceA Model Context Protocol server for GitBook that enables reading content and driving a change-request write workflow. Updated 3 days ago (2026-08-11 06:24 UTC)8918MIT
gitbook_list_commentsgitbookList top-level comments posted on a space. GitBook REST: GET /spaces/{spaceId}/comments.Connector
gitbook_list_organizationsgitbookList the organizations the authenticated user belongs to. GitBook REST: GET /orgs.Connector
gitbook_get_spacegitbookGet full details of a space by its ID. GitBook REST: GET /spaces/{spaceId}.Connector
gitbook_get_pagegitbookGet a single page's content from a space by its page ID. GitBook REST: GET /spaces/{spaceId}/content/page/{pageId}.Connector
gitbook_list_collectionsgitbookList all collections in an organization. GitBook REST: GET /orgs/{organizationId}/collections.Connector
gitbook_list_change_requestsgitbookList change requests for a space. GitBook REST: GET /spaces/{spaceId}/change-requests.Connector
gitbook_update_change_requestgitbookUpdate a change request's subject or status. Edits draft metadata only. GitBook REST: PATCH /spaces/{spaceId}/change-requests/{changeRequestId}.Connector
gitbook_create_change_requestgitbookCreate a new draft change request (branch) in a space. Safe: creates a draft; publishes nothing. GitBook REST: POST /spaces/{spaceId}/change-requests.Connector