LLM Connectors

Use Documatch from Claude or ChatGPT

Connect your account once, then list documents, ask questions, create drafts, propose reviewable AI edits, and export Word — without leaving chat. Edits are never saved until you approve them in Documatch.

Setup

  1. In Claude: Settings → Connectors → Add custom connector. In ChatGPT: Settings → Connectors → add MCP server.
  2. MCP server URL: https://documatch.ai/mcp
  3. Complete OAuth with your Documatch account.
  4. Try the example prompts below.

Tools

ToolTypeDescription
list_documentsReadSearch the user's Documatch library.
get_documentReadRead title, sections, and a truncated excerpt.
ask_documentReadQ&A over a document with RAG (no edits).
export_documentReadGet a short-lived Word (DOCX) download link.
create_documentWriteCreate a new document from title + HTML or plain text.
propose_editWriteAI edit suggestions as reviewable hunks — open Documatch to approve.

Example prompts (for reviewers)

Test 1 · list_documents

List my Documatch documents

Expected: JSON list of document titles with links to documatch.ai/documents/…

Test 2 · get_document, ask_document

Summarize my climate change essay in Documatch

Expected: A concise summary with a link to the document.

Test 3 · create_document

Create a Documatch doc called Meeting Notes with action items from this chat

Expected: New document_id and URL.

Test 4 · propose_edit

In my quarterly report, propose edits to tighten the introduction

Expected: status pending_review, hunk preview, review_url — document unchanged until approved in Documatch.

Test 5 · export_document

Export my cover letter as Word

Expected: download_url valid ~15 minutes, filename ending in .docx

Data & privacy

The connector accesses only documents in your Documatch account. Content is sent to AI providers only when you invoke ask_document or propose_edit. See connector privacy and our privacy policy.

Questions: contactdocumatch@gmail.com