توانمندی‌های پردازش اسناد برای دستیار هوش مصنوعی شما

Connect AI agents to Documentize with 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.

⚡ Endpoint

The MCP server runs over Streamable HTTP at:

https://api.documentize.app/mcp

The server uses stateful sessions. After the initial initialize request the server returns an Mcp-Session-Id header; include it in every subsequent request. MCP clients handle this automatically.

🔌 Connect from Claude Desktop

Add the server to claude_desktop_config.json (%APPDATA%\Claude\ on Windows, ~/Library/Application Support/Claude/ on macOS):

{
  "mcpServers": {
    "documentize": {
      "type": "http",
      "url": "https://api.documentize.app/mcp"
    }
  }
}

Restart Claude Desktop. The Documentize tools will appear in the tool list.

🔌 Connect from VS Code (GitHub Copilot)

Create .vscode/mcp.json in your workspace (or add to User Settings):

{
  "servers": {
    "documentize": {
      "type": "http",
      "url": "https://api.documentize.app/mcp"
    }
  }
}

Open GitHub Copilot Chat, switch to Agent mode, and click the Tools button — Documentize tools will be listed there.

🔌 Connect from Cursor / Cline

In Cursor, open Settings → MCP and add a new server:

{
  "name": "documentize",
  "type": "http",
  "serverUrl": "https://api.documentize.app/mcp"
}

Cline users can add the same entry under MCP Servers in its settings panel.

⚙️ How tasks work

All processing tools are asynchronous. Each call starts a background job and returns a JSON object with a folderName field — that is your task ID.

  1. Call a processing tool (e.g. ConvertDocument) → receive a task ID.
  2. Call GetTaskStatus with that task ID and poll until statusCode is 200.
  3. Use the downloadURL from the status response to retrieve the result.
// 1. Start a task
ConvertDocument(fileUrl: "https://example.com/report.pdf",
                inputType: "pdf", outputType: "docx")
// → { "folderName": "abc123", "statusCode": 202 }

// 2. Poll
GetTaskStatus(taskId: "abc123")
// → { "statusCode": 200, "downloadURL": "https://..." }

Use GetNextAppSuggestions after any operation to get recommended follow-up tools based on the output format.

🧰 Available Tools

Document Operations

  • ConvertDocument — Convert between PDF, DOCX, PPTX, HTML, JPG, PNG, and more.
  • MergeDocuments — Combine multiple files into a single document.
  • SplitDocument — Split a PDF by page ranges, bookmarks, or fixed size.
  • CompressDocument — Reduce PDF file size (low / medium / high).
  • RotateDocument — Rotate all or selected pages by 90°, 180°, or 270°.
  • ResizeDocument — Resize PDF pages to A4, Letter, A3, etc.
  • RemovePages — Delete specific pages from a PDF.

Security

  • LockDocument — Encrypt a PDF with a password.
  • UnlockDocument — Remove a password from a protected PDF.
  • SignDocument — Digitally sign a document.
  • VerifySignature — Verify existing digital signatures.

Content Extraction

  • ExtractText — Pull all text from a document (Pure or Raw mode).
  • ExtractImages — Export all embedded images.
  • ExtractMetadata — Read author, title, creation date, keywords, etc.
  • ExtractFormData — Export data from fillable PDF form fields.
  • ParseDocument — Parse annotations, bookmarks, tables, and more.
  • SearchInDocument — Find text occurrences inside a document.
  • MakeSearchable — Add a text layer to a scanned PDF via OCR.
  • RunOcr — Run OCR on a scanned file or image to produce a searchable PDF.

Form & Structure

  • FlattenDocument — Flatten form fields and annotations (make non-editable).
  • AddTable — Embed a table from an Excel or CSV file into a PDF.
  • AddToc — Add a table of contents to a PDF based on its headings.

AI-Powered

  • GenerateTableOfContents — AI-structured TOC from document headings.
  • GenerateAbstract — Summarize a document (academic / professional / casual style).
  • GenerateChecklist — Extract tasks, requirements, or compliance items from a document.
  • AnalyzeResume — Extract, analyze, or compare a CV against a job description.
  • ChatWithDocument — Ask questions about document content (RAG).
  • GenerateSvg — Create an SVG illustration from a text prompt.
  • AddIllustrations — Generate AI illustrations and embed them in a document.

Status & Utility

  • GetTaskStatus — Check task progress; returns download link when ready.
  • GetNextAppSuggestions — Get recommended follow-up operations for a given output.

📋 Notes

  • File sources must be public URLs accessible from the server (no local paths).
  • For MergeDocuments, pass file URLs as a comma-separated string.
  • Status codes: 202/203 = still processing, 200 = done, 500 = error.
  • MCP protocol version reported by the server: 2025-11-25.

Quick Reference

MCP Endpoint

https://api.documentize.app/mcp

claude_desktop_config.json

{
  "mcpServers": {
    "documentize": {
      "type": "http",
      "url": "https://api.documentize.app/mcp"
    }
  }
}

.vscode/mcp.json

{
  "servers": {
    "documentize": {
      "type": "http",
      "url": "https://api.documentize.app/mcp"
    }
  }
}

Key Facts

  • Protocol: MCP 2025-11-25 (Streamable HTTP)
  • Sessions: stateful — Mcp-Session-Id header required after init
  • Tasks are async — poll GetTaskStatus for the download link
  • All file inputs must be public URLs

کلود، کرسر یا هر کلاینت سازگار با MCP را به بیش از ۲۸ ابزار سند متصل کنید. تبدیل، فشرده‌سازی، امضا، استخراج متن، اجرای OCR و تولید خلاصه‌های هوش مصنوعی — همه از طریق زبان طبیعی.

نحوه کار Documentize MCP

1. اتصال به کلاینت MCP خود

سرور Documentize MCP را به Claude Desktop، Cursor، VS Code یا هر کلاینت سازگار با MCP اضافه کنید. یک خط پیکربندی.

۲. مقداردهی اولیه جلسه

کلاینت شما به‌صورت خودکار یک درخواست مقداردهی اولیه ارسال می‌کند و یک شناسه جلسه دریافت می‌کند. تمام تماس‌های بعدی از این جلسه برای ردیابی استفاده می‌کنند (برای کسب‌وکار مبتنی بر استفاده ایده‌آل است).

۳. به‌صورت طبیعی بپرسید

"این PDF را به DOCX تبدیل کنید" — دستیار هوش مصنوعی شما ابزار مناسب را با سند شما فراخوانی می‌کند. نیازی به مستندات API نیست.

۴. دریافت نتایج

سرور به‌صورت ناهمزمان پردازش می‌کند، وضعیت را بررسی می‌کند و سند تبدیل‌شده یا داده‌های استخراج‌شده را مستقیماً به دستیار هوش مصنوعی شما تحویل می‌دهد.

FAQs

پروتکل زمینه مدل (MCP) یک استاندارد باز است که به دستیارهای هوش مصنوعی مانند Claude و Cursor امکان فراخوانی مستقیم ابزارها را می‌دهد. به‌جای نوشتن کد API، فقط به‌صورت طبیعی درخواست می‌کنید. Documentize یک سرور MCP با ۲۸ ابزار پردازش سند فراهم می‌کند که هوش مصنوعی شما می‌تواند بلافاصله از آن‌ها استفاده کند.
حالت دارای وضعیت امکان ردیابی هر جلسه، سنجش مصرف و جداسازی مشتریان را فراهم می‌کند — که برای کسب‌وکار مهم است. هر مشتری پس از مقداردهی اولیه یک شناسه جلسهٔ یکتا دریافت می‌کند که می‌توانید برای صدور صورت‌حساب بر پایهٔ مصرف، اعمال محدودیت سرعت یا پیگیری فعالیت مشتری استفاده کنید. کلاینت هوش مصنوعی شما به‌صورت خودکار شناسهٔ جلسه را مدیریت می‌کند.
بله! از URIهای file:// استفاده کنید (مثلاً file:///home/user/document.pdf). کلاینت MCP شما مسیر فایل را ارسال می‌کند و Documentize آن را مستقیماً از سیستم فایل محلی شما می‌خواند. این برای اسناد حساس که نباید در ابر بارگذاری شوند، ایده‌آل است.
Claude Desktop (با حالت Agent)، Cursor IDE، VS Code با Copilot، Continue.dev، و هر کلاینت سازگار با MCP. همچنین دسترسی مستقیم HTTP برای ادغام‌های سفارشی فراهم می‌کنیم.
Documentize در زیرساخت خود شما اجرا می‌شود وقتی به‌صورت خود میزبانی می‌شود، یا در سرورهای ما در اتحادیه اروپا برای نسخه ابری. برای سرور MCP، شما انتخاب می‌کنید: میزبانی خود برای کنترل کامل داده‌ها، یا استفاده از API ابری ما برای راحتی. هیچ‌گاه داده‌های سند برای آموزش مدل‌های هوش مصنوعی استفاده نمی‌شود.
Documentize موتور پردازش را فراهم می‌کند. شما می‌توانید میانی‌افزار احراز هویت، ردیابی استفاده و صورتحساب را اضافه کنید. مدل نشست حالت‌دار هدرهای Mcp-Session-Id را در اختیار شما می‌گذارد که می‌توانید به کلیدهای API یا حساب‌های کاربری مرتبط کنید. ما مجوز برای توزیع تجاری ارائه می‌دهیم.

Unlock the Power of Document Management

معماری SVG لایه‌دار عمیق

هر SVG از لایه‌های پس‌زمینه، میانه و پیش‌زمینه با ترتیب Z-index و ردیابی وابستگی‌ها تشکیل شده است. هوش مصنوعی روابط لایه‌ها را مدیریت می‌کند و لایه‌های کم‌کارآمد را به‌صورت خودکار حذف می‌کند تا خروجی تمیز و منسجم بماند.

ویرایش SVG تکراری

بهبود و اصلاح طرح‌های SVG از طریق چت مداوم هوش مصنوعی.

ایجاد سریع بردار

آیکون‌ها، لوگوها و تصویرهای گرافیکی را در چند ثانیه ایجاد کنید.

قیمت‌گذاری ساده، مبتنی بر استفاده

سطح رایگان

$0
  • ۵۰ عملیات سند در ماه
  • تمام ۲۸ ابزار MCP
  • پشتیبانی جامعه
  • محدودیت نرخ: 5 درخواست در دقیقه

پرو

۴۹ دلار
  • ۲٬۰۰۰ عملیات در ماه
  • صف پردازش با اولویت
  • پشتیبانی ایمیل
  • محدودیت نرخ: ۳۰ درخواست در دقیقه
  • داشبورد تجزیه و تحلیل استفاده

سازمانی

سفارشی
  • عملیات نامحدود
  • گزینه زیرساخت اختصاصی
  • گارانتی SLA (99.9٪)
  • SSO و مدیریت تیم
  • توسعه ابزار سفارشی