目录 / documentize-mcp
MCP
鉴权未知
未评级
已上架
documentize-mcp
The Documentize MCP server exposes all document processing capabilities as tools for AI agents and LLM clients — convert, merge, extract, sign, and more, directly from Claude Desktop, VS Code Copilot, Cursor, or any MCP-compatible host.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:35):The Documentize MCP server exposes all document processing capabilities as tools for AI agents and LLM clients — convert…
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://documentize-mcp.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"documentize-mcp": {
"url": "https://documentize-mcp.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| extract_form_data | Extract form field data from a fillable PDF form. Returns a task ID. |
| split_document | Split a PDF by page ranges, bookmarks, or fixed size. Returns a task ID. |
| extract_images | Extract all embedded images from a document. Returns a task ID. |
| add_illustrations | Decorate a document as a book: a style-driven colored cover, page borders and small ornaments in empty areas. Returns a task ID. |
| verify_signature | Verify digital signatures on a document. Returns a task ID. |
| get_task_status | Check the status of a document processing task. Returns JSON with statusCode and, when complete (statusCode=200), a sharedFiles array where each entry has fileName (display name) and uploadFileName (S3 pre-signed download URL). |
| process_batch | Process many documents with the SAME operation in one call — the efficient way to do bulk work over MCP. Submits every file concurrently and returns one task ID per file; pass those to WaitForTasks to collect the results. Each file counts as one metered operation, exactly as if you had called the single-file tool, so this is intended for paid (unlimited) accounts: on a free account the batch stops as soon as the daily allowance runs out and tells you what remains unprocessed. Call ListBatchOperations for the supported operation names and their parameters, or GetAccountStatus first to check your remaining allowance and safe parallelism. |
| generate_table_of_contents | Generate a structured table of contents for a document using AI. Returns a task ID. |
| resize_document | Resize PDF pages to a standard page size. Returns a task ID. |
| merge_documents | Merge multiple documents into one. Returns a task ID; poll GetTaskStatus for the download link. |
| lock_document | Lock/encrypt a PDF with a password. Returns a task ID. |
| generate_svg | Generate an SVG image from a text prompt using AI. Returns a task ID. |
| get_sign_in_instructions | Get step-by-step instructions for registering a Documentize account, issuing an MCP API key, and configuring this MCP client to use it — plus what each subscription tier allows. Free and unmetered. Use this to answer 'how do I sign in / get more quota / fix my key', and relay the steps to the user: signing in happens in their browser and cannot be done by you. |
| parse_document | Parse document structure: annotations, bookmarks, tables, etc. Returns a task ID. |
| get_account_status | Check who this MCP connection is authenticated as and what it may do: tier (anonymous/free/paid), plan, operations used and remaining today, reset time, and the safe parallelism for batch work. Free and never counts against any quota. Call this BEFORE starting a large job, and again whenever an operation is refused — the 'credentialRejected' field tells you whether a stale API key, rather than an exhausted quota, is the real problem. |
| generate_checklist | Generate a checklist from document content using AI. Returns a task ID. |
| extract_text | Extract all text content from a document. Returns a task ID. |
| add_toc | Add a table of contents (TOC) to a PDF based on its headings/bookmarks. Returns a task ID. |
| flatten_document | Flatten form fields and annotations in a PDF (makes them non-editable). Returns a task ID. |
| run_ocr | Run OCR on a scanned document or image to extract text as a new PDF. Returns a task ID. |
| compress_document | Compress a PDF to reduce its file size. Returns a task ID. |
| remove_pages | Remove specific pages from a PDF. Returns a task ID. |
| rotate_document | Rotate pages in a document. Returns a task ID. |
| make_searchable | Make a scanned PDF text-searchable using OCR. Returns a task ID. |
| wait_for_tasks | Wait for many processing tasks to finish and return all their results in one call. Polls server-side, so a batch of 200 files costs you one tool call instead of hundreds. Status checks are never metered. Returns as soon as every task is done, or at the timeout with whatever is still pending — re-call with the pending IDs to keep waiting. |
| sign_out | End this MCP session's authentication. By default this only EXPLAINS how to disconnect (the credential lives in the client's configuration, which the server cannot edit). Pass revokeKey=true to additionally revoke the API key this connection is using — that is permanent, breaks every client configured with that key, and should only be done when the user has explicitly asked to revoke it, e.g. because it leaked. |
| get_next_app_suggestions | Suggest logical next processing steps after an operation (e.g. after converting to PDF, suggests compress or sign). |
| search_in_document | Search for text within a document. Returns a task ID. |
| unlock_document | Unlock/decrypt a password-protected PDF. Returns a task ID. |
| chat_with_document | Ask an AI questions about a document's content (RAG chat). Returns a task ID. |
| generate_abstract | Generate an abstract/summary of a document using AI. Returns a task ID. |
| add_table | Import a table from an Excel/CSV file and embed it into a PDF. Returns a task ID. |
| sign_document | Digitally sign a document. Returns a task ID. |
| list_batch_operations | List the operations ProcessBatch accepts and the parameters each one takes. Free and unmetered — call it before building a batch rather than guessing an operation name. |
| extract_metadata | Extract document metadata: author, title, creation date, keywords, etc. Returns a task ID. |
| analyze_resume | Analyze a resume/CV, optionally comparing it against a job description. Returns a task ID. |
| convert_document | Convert a document from one format to another (PDF↔DOCX, PDF↔PPTX, PDF↔HTML, images, etc.). Returns a task ID; poll GetTaskStatus for the download link. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。