Document360 MCP Server
This server provides read-only access to Document360 knowledge base content through the Model Context Protocol (MCP). You can:
• List Project Versions - Retrieve all available project versions from your Document360 knowledge base • Search Within Projects - Search for articles and categories within a specific project version • Get Category Details - Fetch category information including name, description, articles, and metadata using the Category ID • Get Page Content - Retrieve full page content (HTML/text and formatting) for a specific page using both Category ID and Page ID • Get Article Details - Access complete article information including title, content, tags, and metadata using the Article ID
All operations require Document360 API credentials and work with UUID identifiers. This minimal implementation supports a basic discovery and retrieval workflow for exploring and reading Document360 knowledge base content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Document360 MCP Serversearch for user authentication articles in the latest project version"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Document360 MCP Server
Model Context Protocol server for Document360 that enables AI assistants to search, retrieve, and interact with your knowledge base. Built with FastMCP, this server provides seamless access to Document360 articles, categories, and project versions through a standardized MCP interface.
Features
Get Category by ID
Get Category Page Content by ID
Get Article by ID
Search in Project Versions
List Project Versions
Related MCP server: WikiJS MCP Server
Requirements
Python 3.12+
Document360 API key
Installation
Clone or download this repository, then install dependencies:
pip install -r requirements.txtor using a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate.bat`
pip install -r requirements.txtor using UV
uv venv
uv pip install -r requirements.txtConfiguration
Set your Document360 API key and other environment variables. You can do this in your shell or directly in the mcp-config.json file:
{
"mcpServers": {
"document360": {
"command": "uv",
"args": [
"--directory", "/path/to/document360-mcp/folder", "run" ,"server.py"
],
"env": {
"DOCUMENT360_API_KEY": "your_api_key_here",
"DOCUMENT360_BASE_URL": "https://apihub.document360.io"
}
}
}
}Note: the default base URL is https://apihub.document360.io, but some accounts require to use the regional base url https://apihub.us.document360.io.
Usage
Run the server directly:
python server.pyOr with UV:
uv run server.pyExposed MCP Tools
Although Document360 exposes more granular endpoints, these are sufficient for a simple consumption workflow: models can discover project versions, enumerate categories and pages, and retrieve full page contents.
get_category_page_content Parameters:
category_id(UUID string): Document360 category IDpage_id(UUID string): Document360 page ID
get_article Parameters:
article_id(UUID string): Document360 article ID
search_in_project Parameters:
project_version_id(UUID string): Document360 project version ID
list_project_versions Parameters: none
get_category Parameters:
category_id(UUID string): Document360 category ID
License
MIT
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceProvides tools for listing and retrieving content from different knowledge bases using semantic search capabilities.Last updated1551The Unlicense
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve content from WikiJS knowledge bases, allowing integration with your Wiki through simple search and retrieval tools.Last updated4356MIT
- Flicense-qualityFmaintenanceEnables interaction with the dev.to platform through its public API. Allows users to retrieve articles, user profiles, tags, comments, and perform article searches without requiring authentication.Last updated45
- FlicenseBquality-maintenanceEnables access to Amplemarket's knowledge base through Pylon's API. Supports searching articles, retrieving full content, and browsing collections with built-in caching for improved performance.Last updated3
Related MCP Connectors
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
Search the Final POS REST API documentation.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/druellan/document360-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server