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
- In Claude: Settings → Connectors → Add custom connector. In ChatGPT: Settings → Connectors → add MCP server.
- MCP server URL:
https://documatch.ai/mcp - Complete OAuth with your Documatch account.
- Try the example prompts below.
Tools
| Tool | Type | Description |
|---|---|---|
| list_documents | Read | Search the user's Documatch library. |
| get_document | Read | Read title, sections, and a truncated excerpt. |
| ask_document | Read | Q&A over a document with RAG (no edits). |
| export_document | Read | Get a short-lived Word (DOCX) download link. |
| create_document | Write | Create a new document from title + HTML or plain text. |
| propose_edit | Write | AI 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