Document360 MCP Server
A very simple Model Context Protocol (MCP) server for accessing Document360 knowledge base content via GET operations. Built with FastMCP. This MCP is intended to be the bare minimun required to be able to find and read pages in Document360's knowledge base.
Features
- Get Category by ID
- Get Category Page Content by ID
- Get Article by ID
- Search in Project Versions
- List Project Versions
Requirements
- Python 3.8+
- Document360 API key
Installation
Clone or download this repository, then install dependencies:
or using a virtual environment:
or using UV
Configuration
Set your Document360 API key and other environment variables. You can do this in your shell or directly in the mcp-config.json
file:
Usage
Run the server directly:
Or with UV:
Exposed MCP Tools
While there are more specific endpoints in the Document360 API, models seems to behave well with only these: they are able to discover project versions, categories and pages; and to read the page contents.
- get_category_page_content
Parameters:category_id
,page_id
- get_article
Parameters:article_id
- search_in_project
Parameters:project_version_id
- list_project_versions Parameters: none
- get_category
Parameters:
category_id
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables access to Document360 knowledge base content through simple GET operations. Allows searching, browsing categories, and reading articles from Document360 projects using natural language.