documize-mcp-server

artfulhacker/documize-mcp-server

3.2

If you are the rightful owner of documize-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Documize MCP Server is a Model Context Protocol server that integrates with the Documize API, enabling AI assistants to interact with the Documize knowledge base.

Tools

Functions exposed to the LLM to take actions

get_document

Get document by ID with content and metadata

list_documents

List all documents in a space

update_document

Update existing document

delete_document

Delete a document

get_pages

Get all pages in a document

get_page

Get a specific page

create_page

Create new page with HTML content

update_page

Update existing page

delete_page

Delete a page

list_spaces

List all available spaces

get_space

Get space details

create_space

Create new space

delete_space

Delete a space

list_users

List all users

create_user

Create new user

delete_user

Delete a user

list_groups

List all groups

join_group

Add user to group

leave_group

Remove user from group

import_document

Import HTML, Markdown, or Word files (creates new documents)

export_pdf

Export document as PDF

export_html

Export document as HTML

export_docx

Export document as DOCX

search

Full-text search across documents, spaces, and attachments

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources