บิลสิ้นเดือน
บิลที่ไม่ได้รับชำระทั่วทุกพื้นที่ทำงาน — ยอดรวมและธงรายการค้างจ่ายในคำสั่งเดียว.
ด้วยเครื่องมือแชทที่ชื่นชอบ — Claude, ChatGPT, Cursor และอื่น ๆ
PaperOffice MCP นำ DMS และ Document AI เข้าสู่แชทโดยตรง — ไม่ต้องใช้ SDK
ได้รับความไว้วางใจจากบริษัทชั้นนำทั่วโลก
OEM PARTNERSHIP
Dedicated landing pages, direct integration, data stays on your NAS.
Sole official DMS partner for QNAP NAS — documents stay on your device, AI runs through PaperOffice.
MoreListed by ASUSTOR as “the DMS for ASUSTOR NAS” — sole official partner.
Moreสี่เวิร์กโฟลว์จริงพร้อม Claude — วิดีโอสั้นๆ แต่ละตัว บทความเจาะลึกมีลิงก์ด้านล่าง.
บิลที่ไม่ได้รับชำระทั่วทุกพื้นที่ทำงาน — ยอดรวมและธงรายการค้างจ่ายในคำสั่งเดียว.
บันทึก จัดหมวดหมู่ และจัดเก็บไฟล์ — สำเนาซ้ำและสัญญาที่หมดอายุถูกทำเครื่องหมายก่อนดื่มกาแฟ.
วันที่ลงนาม เงื่อนไข และอ้างอิงหน้า — จากกระเป๋าของคุณในไม่กี่วินาที
จากใบแจ้งหนี้ 300 ฉบับสู่แดชบอร์ดพร้อมใช้งานบนกระดานได้ในคำสั่งเดียว
Describe what you need — in plain language.
"Extract the invoice"Claude or Cursor selects the right PaperOffice tool.
mcp.paperoffice.ai runs the action — secure, GDPR-compliant, in the EU.
mcp.paperoffice.ai/dmsStructured data back in your AI client — ready to use.
Use /dms, /claude, /cursor or /openai for copy-paste setup — or module paths like /mcp-document-ai and /mcp-workflow-ai.
ค้นหา อ่าน อัปโหลด แก้ไข ย้าย คัดลอก ลบ
การค้นหาแบบเต็มข้อความ ความคล้ายคลึงเชิงความหมาย การค้นหาขั้นสูง สถิติ
คำขอลายเซ็น เทมเพลต การยืนยัน ลิงก์บนมือถือ การแจ้งเตือน
AI-OCR การแยกเอกสาร การตรวจจับ PII การทำให้ไม่ระบุตัวตนอัตโนมัติ
Internal server error
แนวโน้ม ข้อมูลการเงิน แผนที่ความร้อน กิจกรรมผู้ใช้ กำหนดส่ง ศูนย์ตรวจสอบ
Business กรณี มุมมองจักรวาล ไทม์ไลน์ การอ้างอิง ความสัมพันธ์
ข้อมูลเชิงลึกของบัญชี การตรวจจับความเสี่ยง โอกาส การวิเคราะห์ความรู้สึก
แดชบอร์ด การวิเคราะห์ฟิลด์ รายงานแนวโน้ม ตัวชี้วัดพื้นที่ทำงาน
สมัครใช้งาน ทดสอบ จัดการ การสมัครงาน การส่งเหตุการณ์
บันทึก แท็ก ความคิดเห็น — สร้าง แก้ไข แก้ไขให้สมบูรณ์ ลบ
เช็คเอาต์/เช็คอิน, ประวัติของเวอร์ชัน, การแก้ไข, บันทึกการตรวจสอบครบถ้วน
Client shortcuts map to curated profiles. Module paths are available for explicit Document AI / Workflow AI scopes.
Full headless DMS — CRUD, capture, workflow, signatures, schema. Canonical URL.
https://mcp.paperoffice.ai/dms Alias of /dms — same 159 tools. Recommended for Claude Desktop.
https://mcp.paperoffice.ai/claude Read-safe while coding — search, get, upload. No accidental deletes.
https://mcp.paperoffice.ai/cursor Document AI + Workflow AI — tasks, HITL, templates.
https://mcp.paperoffice.ai/openai 25 essential tools for strict tool budgets.
https://mcp.paperoffice.ai/mcp-fast 37 core read tools — same scope as /cursor.
https://mcp.paperoffice.ai/mcp All MCP-enabled tools (350+) for power workflows.
https://mcp.paperoffice.ai/mcp-full Lighter module — /mcp-document-ai (~92 tools); full DMS: /dms
document-ai Tasks, HITL, templates — /mcp-workflow-ai
workflow-ai CRM, partners, leads, helpdesk
relations-ai Analytics, BI, Knowledge Graph, RAG
analytics-ai Image Studio, TTS, STT, translation
media-ai Validation, VAT, currency, geodata, security lookups
data-ai Start with the client shortcut. Use module paths or /mcp-full only when you need a different scope.
/dms/dms/claude/cursor/openai/cursor or /mcp/mcp-document-ai/mcp-workflow-ai or /openaipo_agents_ask in /mcp or /claude/mcp-fullLegacy /mcp-headless still works — it is an alias of /mcp-document-ai. Use /dms for the full surface.
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); "ดึงข้อมูลจากใบแจ้งหนี้ทั้งหมดจาก PDF ที่แนบมาและแสดงผู้ขาย จำนวนเงิน และวันครบกำหนด"
Remote MCP server — no install. Paste the URL, add your Bearer token or use OAuth.
PaperOffice App → Settings → API → Generate token
Choose the URL for your AI client (see tabs below)
/dms exposes 350+ MCP tools (159 in the DMS profile); Cursor gets 37 read-safe tools.
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/dms",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/cursor",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/openai",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"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"
}
}
} ฟีเจอร์ระดับ Enterprise สำหรับนักพัฒนาและทีมงาน.
การยืนยันตัวตนแบบคู่: กระบวนการ OAuth อัตโนมัติสำหรับ Claude Desktop, ใช้ Bearer Token โดยตรงสำหรับ Cursor และ Windsurf.
PaperOffice-Embeddings (4096-dim) + Full Text. Tool-Routing in under 50 ms.
อัปโหลดไฟล์โดยไม่ใช้ Base64: URL อัปโหลดแบบ presigned, ทางเลือกเป็น UI บนเบราว์เซอร์, ดาวน์โหลดอย่างปลอดภัย.
กรณี Business, มุมมองภาพรวมของจักรวาล, ไทม์ไลน์ และความสัมพันธ์ของเอกสาร — ทั้งหมดผ่านภาษาธรรมชาติ.
18 เครื่องมือ Analytics + 5 เครื่องมือ BI: แนวโน้ม, การเงิน, heatmap, เมตริกของ workspace ตามต้องการ.
ศูนย์ข้อมูลในสหภาพยุโรป 100%, ISO 27001, SOC 2, พร้อมใช้งานสำหรับ HIPAA. ไม่มีข้อมูลออกนอกสหภาพยุโรป.
350+ MCP tools in total — DMS profile /dms with 159 tools; full surface via /mcp-full.
DMS → /dms · Claude → /claude · Cursor → /cursor · ChatGPT → /openai. Same Bearer token as the REST API.