Peta Situs Peta Situs Pembaruan Pembaruan
Bagikan
Indonesia
IDR
Pembaruan
BARU
Claude & ChatGPT — Supercharged.
Semua dokumen · 300+ alat AI · Pengaturan 30 detik
Claude· ChatGPT· Cursor· Gemini· +50
Hubungkan sekarang
Harga

Ngobrol dengan dokumen.

Dengan alat chat favorit — Claude, ChatGPT, Cursor, dan lainnya.

PaperOffice MCP membawa DMS dan Document AI langsung ke chat — tanpa SDK.

Claude Desktop
|
po_aiocr_analyze

Dipercaya oleh perusahaan terkemuka di seluruh dunia

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

Dedicated landing pages, direct integration, data stays on your NAS.

ISO 27001
ISO 27001 dan SOC 2 Type II dalam sertifikasi. Audit interim tersedia atas permintaan dengan NDA.
SOC 2 Type 2
ISO 27001 dan SOC 2 Type II dalam sertifikasi. Audit interim tersedia atas permintaan dengan NDA.
Studi Kasus

Lihat PaperOffice MCP dalam 30 detik

Empat alur kerja nyata dengan Claude — masing-masing berupa video pendek. Artikel mendalam terkait di bawah ini.

How MCP works

From natural language to AI action

You ask

Describe what you need — in plain language.

"Extract the invoice"

AI understands

Claude or Cursor selects the right PaperOffice tool.

Result

Structured data back in your AI client — ready to use.

<50ms Latency End-to-end encrypted EU Datacenter ISO 27001 · DALAM SERTIFIKASI ISO 27001 dan SOC 2 Type II dalam sertifikasi. Audit interim tersedia atas permintaan dengan NDA.
Tool Universe

One server. Client URLs + module profiles.

Use /dms, /claude, /cursor or /openai for copy-paste setup — or module paths like /mcp-document-ai and /mcp-workflow-ai.

Manajemen Dokumen

Cari, baca, unggah, edit, pindahkan, salin, hapus

Pencarian Pintar

Pencarian teks penuh, kemiripan semantik, pencarian lanjutan, statistik

Tanda Tangan Elektronik

Permintaan tanda tangan, templat, verifikasi, tautan seluler, pengingat

Pemrosesan AI

AI-OCR, pemisahan dokumen, deteksi PII, anonimisasi otomatis

Kecerdasan Dokumen

Entitas, relasi, ringkasan, bidang meta, penerbit, penyematan

Analitik

Tren, keuangan, peta panas, aktivitas pengguna, tanggal jatuh tempo, pusat audit

Knowledge Graph

Kasus Business, tampilan semesta, lini masa, referensi, relasi

Kecerdasan CRM

Wawasan akun, deteksi risiko, peluang, analisis sentimen

Kecerdasan Business

Dasbor, analisis lapangan, laporan tren, metrik ruang kerja

Webhook & Acara

Berlangganan, uji, kelola, langganan pekerjaan, pengiriman acara

Notes, Tags & Comments

Catatan, tag, komentar — buat, edit, selesaikan, hapus

Versi & Audit

Check-out/in, riwayat versi, revisi, jejak audit lengkap

Endpoints

Copy the URL for your AI client

Client shortcuts map to curated profiles. Module paths are available for explicit Document AI / Workflow AI scopes.

Fast
25

/mcp-fast

25 essential tools for strict tool budgets.

https://mcp.paperoffice.ai/mcp-fast
Read-only
37

/mcp

37 core read tools — same scope as /cursor.

https://mcp.paperoffice.ai/mcp
Full
300

/mcp-full

All MCP-enabled tools (350+) for power workflows.

https://mcp.paperoffice.ai/mcp-full

Document AI

Lighter module — /mcp-document-ai (~92 tools); full DMS: /dms

document-ai

Workflow AI

Tasks, HITL, templates — /mcp-workflow-ai

workflow-ai

Relations AI

CRM, partners, leads, helpdesk

relations-ai

Analytics AI

Analytics, BI, Knowledge Graph, RAG

analytics-ai

Media AI

Image Studio, TTS, STT, translation

media-ai

Data AI

Validation, VAT, currency, geodata, security lookups

data-ai
Capability Matrix

Which URL should I use?

Start with the client shortcut. Use module paths or /mcp-full only when you need a different scope.

Task Recommended URL Why
Full headless DMS (canonical)
/dms
165 tools — CRUD, capture, workflow, signatures, schema and admin ops.
Full headless DMS (canonical)
/dms
159 tools — CRUD, capture, workflow, signatures, schema and admin ops.
Claude Desktop / Claude Code (DMS agent)
/claude
Alias of /dms — same 159 tools for Claude clients.
Cursor IDE while coding
/cursor
37 read-safe tools — no accidental document deletes.
ChatGPT / OpenAI MCP
/openai
Document AI + Workflow AI combined (~112 tools).
Search and read only
/cursor or /mcp
Balanced read profile — upload and intelligence included.
Lighter Document AI (no signatures/admin)
/mcp-document-ai
~95 tools — CRUD and capture without full DMS surface.
Workflow tasks, HITL, approvals
/mcp-workflow-ai or /openai
Workflow module or combined OpenAI profile.
Complex multi-step tasks
po_agents_ask in /mcp or /claude
Delegate to backend agent instead of dozens of micro-tools.
Migration / all MCP tools
/mcp-full
Complete MCP surface (350+ tools) for debugging and legacy agents.

Migrating older MCP setups

Legacy /mcp-headless still works — it is an alias of /mcp-document-ai. Use /dms for the full surface.

Use /dms as the canonical headless DMS URL (/claude is an alias) Replace /mcp-headless with /dms or /mcp-document-ai (lighter) Use /cursor instead of /mcp if you only need read-safe IDE access Use /openai when workflow tools are required alongside DMS Keep /mcp-full only for power users and legacy tool names
Sebelum vs. Sesudah

Mengapa MCP adalah pengubah permainan

API Tradisional~50 baris kode
const response = await fetch(
  'https://api.paperoffice.ai/v1/ocr',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer pk_...',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      file_url: 'https://...',
      type: 'invoice',
      output: 'json'
    })
  }
);
const data = await response.json();
if (!response.ok) throw new Error(data.error);
console.log(data.result);
VS
Dengan PaperOffice MCP1 kalimat

"{"error":"Keine PDF-Datei im Kontext gefunden. Bitte lade die Datei hoch oder gib den Textinhalt direkt ein, damit ich ihn übersetzen kann."}"

Tanpa boilerplate Tanpa penanganan kesalahan Tidak butuh SDK Seketika produktif
Quick Start

Connect in 10 seconds

Remote MCP server — no install. Paste the URL, add your Bearer token or use OAuth.

1

Generate Bearer token

PaperOffice App → Settings → API → Generate token

2

Paste URL in MCP settings

Choose the URL for your AI client (see tabs below)

Done — start asking

/dms exposes 350+ MCP tools (159 in the DMS profile); Cursor gets 37 read-safe tools.

Claude Desktop / Claude Code
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/dms",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Recommended for DMS — OAuth 2.1 or Bearer token. /claude is an alias of /dms.
Cursor IDE
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/cursor",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read-safe default for IDE — Bearer token required.
Generate token
37 tools ready
ChatGPT / OpenAI MCP
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/openai",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Document AI + Workflow AI — Bearer token or OAuth.
Additional profiles
{
  "mcpServers": {
    "paperoffice-document-ai": {
      "url": "https://mcp.paperoffice.ai/mcp-document-ai"
    },
    "paperoffice-workflow-ai": {
      "url": "https://mcp.paperoffice.ai/mcp-workflow-ai"
    },
    "paperoffice-full": {
      "url": "https://mcp.paperoffice.ai/mcp-full"
    }
  }
}
Explicit module paths: /dms (159), /mcp-document-ai (95), /mcp-workflow-ai (~56), /mcp-fast (25), /mcp-full (350+ total).
Generate token
modules + full
Sorotan

Apa yang membuat PaperOffice MCP Server istimewa

Fitur setara Enterprise untuk pengembang dan tim.

OAuth 2.1 + Token Bearer

Autentikasi ganda: alur OAuth otomatis untuk Claude Desktop, Token Bearer langsung untuk Cursor & Windsurf.

Pencarian Hibrida dengan Embedding

PaperOffice Embeddings (4096-dim) + Full Text. Tool Routing dalam kurang dari 50 ms.

Staging & Unggah File

Unggah file tanpa Base64: URL unggahan yang telah ditandatangani sebelumnya, fallback UI browser, unduhan aman.

Knowledge Graph

Business kasus, tampilan universe, linimasa, dan relasi dokumen — semuanya melalui bahasa alami.

Analitik & BI

18 alat Analitik + 5 BI: tren, keuangan, heatmap, metrik workspace sesuai permintaan.

GDPR & Hosting Uni Eropa

100% pusat data UE, ISO 27001, SOC 2, siap HIPAA. Tidak ada data yang keluar dari UE.

165
Headless DMS tools

350+ MCP tools in total — DMS profile /dms with 159 tools; full surface via /mcp-full.

Ready to connect your AI client?

DMS → /dms · Claude → /claude · Cursor → /cursor · ChatGPT → /openai. Same Bearer token as the REST API.

Supported clients: Claude Cursor ChatGPT Windsurf