PaperOffice MCP Server Claude Desktop |
Start with 25 tools via /mcp-fast, use the 37-tool default, expand to 128 tools with targeted toolsets, or use 514 tools through the full MCP profile.
ได้รับความไว้วางใจจากบริษัทชั้นนำทั่วโลก
จากภาษาธรรมชาติสู่การดำเนินการของ AI
Sie fragen
Tippen Sie einfach, was Sie möchten — in normaler Sprache.
"สกัดใบแจ้งหนี้"KI versteht
Claude/Cursor erkennt die Absicht und wählt das passende Tool aus.
MCP Server
mcp.paperoffice.ai ดำเนินการ — ปลอดภัย, ปฏิบัติตาม GDPR, ในสหภาพยุโรป
mcp.paperoffice.ai/mcpErgebnis
ข้อมูลโครงสร้างกลับคืนสู่ผู้ใช้งาน AI ของคุณ — พร้อมใช้งานทันที
Fast, Default, Toolsets and Full Access.
Use /mcp-fast for the smallest tool surface, /mcp for the focused default, add product toolsets only when needed, or use /mcp-full for the complete tool surface.
การจัดการเอกสาร
ค้นหา อ่าน อัปโหลด แก้ไข ย้าย คัดลอก ลบ
การค้นหาอัจฉริยะ
การค้นหาแบบเต็มข้อความ ความคล้ายคลึงเชิงความหมาย การค้นหาขั้นสูง สถิติ
ลายเซ็นอิเล็กทรอนิกส์
คำขอลายเซ็น เทมเพลต การยืนยัน ลิงก์บนมือถือ การแจ้งเตือน
การประมวลผลด้วย AI
AI-OCR การแยกเอกสาร การตรวจจับ PII การทำให้ไม่ระบุตัวตนอัตโนมัติ
ความฉลาดของเอกสาร
Internal server error
การวิเคราะห์
แนวโน้ม ข้อมูลการเงิน แผนที่ความร้อน กิจกรรมผู้ใช้ กำหนดส่ง ศูนย์ตรวจสอบ
Knowledge Graph
Business กรณี มุมมองจักรวาล ไทม์ไลน์ การอ้างอิง ความสัมพันธ์
ความฉลาดด้าน CRM
ข้อมูลเชิงลึกของบัญชี การตรวจจับความเสี่ยง โอกาส การวิเคราะห์ความรู้สึก
ความฉลาดด้านBusiness
แดชบอร์ด การวิเคราะห์ฟิลด์ รายงานแนวโน้ม ตัวชี้วัดพื้นที่ทำงาน
Webhook และเหตุการณ์
สมัครใช้งาน ทดสอบ จัดการ การสมัครงาน การส่งเหตุการณ์
Notes, Tags & Comments
บันทึก แท็ก ความคิดเห็น — สร้าง แก้ไข แก้ไขให้สมบูรณ์ ลบ
การกำหนดเวอร์ชันและการตรวจสอบ
เช็คเอาต์/เช็คอิน, ประวัติของเวอร์ชัน, การแก้ไข, บันทึกการตรวจสอบครบถ้วน
Choose exactly the scope your AI client needs
One MCP server with a fast profile, optimized default, optional product toolsets and explicit full access.
/mcp-fast
25 essential tools for very fast sessions and clients with strict tool budgets.
https://mcp.paperoffice.ai/mcp-fast /mcp
37 core tools for documents, search, workspaces, intelligence and safe helper functions.
https://mcp.paperoffice.ai/mcp X-MCP-Toolsets
Add product areas such as Document AI, Workflow AI or Relations AI. /mcp remains capped at 128 tools.
X-MCP-Toolsets: document-ai,workflow-ai /mcp-full
Explicit full access to 514 tools for debugging, power workflows and clients without strict tool limits.
https://mcp.paperoffice.ai/mcp-full Document AI
Documents, OCR, IDP, search, PDF operations, signatures and AI-DMS.
document-ai Workflow AI
Workflows, jobs, tasks, HITL, approvals and process automation.
workflow-ai Relations AI
CRM, partners, leads, helpdesk, appointments and business relationships.
relations-ai Analytics AI
Analytics, BI, Knowledge Graph, entities, embeddings, topics and RAG.
analytics-ai Media AI
Image Studio, TTS, STT, translation and media processing.
media-ai Data AI
Validation, VAT, currency, weather, geodata, IP, fingerprint and security lookups.
data-ai Which MCP scope should I use?
Use /mcp-fast for the smallest surface, /mcp for the default, matching toolsets for product areas or /mcp-full for complete compatibility.
/mcp-fast/mcp/mcpX-MCP-Toolsets: document-aidocument-ai or /mcp-fullX-MCP-Toolsets: relations-ai/mcp or analytics-aipo_agents_ask in /mcp/mcp-fullMigrating older MCP agents
If an existing agent expects old individual tool names, migrate through the matching expanded scope instead of inflating the default profile.
ทำไม MCP ถึงเป็นตัวเปลี่ยนเกม
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 ที่แนบมาและแสดงผู้ขาย จำนวนเงิน และวันครบกำหนด"
พร้อมใช้งานใน 60 วินาที
Remote MCP Server — ไม่ต้องติดตั้ง ไม่ต้องใช้ npm ไม่ต้องใช้ Docker แค่เข้าสู่ URL แล้วเริ่มใช้งานได้เลย
สร้างโทเค็นแบบ Bearer
ในแอป PaperOffice: การตั้งค่า → API → สร้างโทเค็น
ป้อนการตั้งค่า
กำหนดค่า URL และโทเค็นในไคลเอนต์ AI ของคุณ
เสร็จแล้ว — เริ่มได้เลย!
Use the fast profile, the default profile, targeted toolsets or full access deliberately.
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp"
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp-fast",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"X-MCP-Toolsets": "document-ai,workflow-ai"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp-full",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} สิ่งที่ทำให้ MCP Server ของ PaperOffice พิเศษ
ฟีเจอร์ระดับ Enterprise สำหรับนักพัฒนาและทีมงาน.
OAuth 2.1 + Bearer Token
การยืนยันตัวตนแบบคู่: กระบวนการ OAuth อัตโนมัติสำหรับ Claude Desktop, ใช้ Bearer Token โดยตรงสำหรับ Cursor และ Windsurf.
การค้นหาแบบไฮบริดด้วย Embeddings
Qwen3 8B Embeddings (4096 มิติ) + การค้นหาแบบ full-text ค้นหาเครื่องมือที่เหมาะสมได้ภายในไม่ถึง 50 มิลลิวินาที.
การจัดเตรียมไฟล์และอัปโหลด
อัปโหลดไฟล์โดยไม่ใช้ Base64: URL อัปโหลดแบบ presigned, ทางเลือกเป็น UI บนเบราว์เซอร์, ดาวน์โหลดอย่างปลอดภัย.
Knowledge Graph
กรณี Business, มุมมองภาพรวมของจักรวาล, ไทม์ไลน์ และความสัมพันธ์ของเอกสาร — ทั้งหมดผ่านภาษาธรรมชาติ.
การวิเคราะห์และ BI
18 เครื่องมือ Analytics + 5 เครื่องมือ BI: แนวโน้ม, การเงิน, heatmap, เมตริกของ workspace ตามต้องการ.
GDPR และโฮสติ้งในสหภาพยุโรป
ศูนย์ข้อมูลในสหภาพยุโรป 100%, ISO 27001, SOC 2, พร้อมใช้งานสำหรับ HIPAA. ไม่มีข้อมูลออกนอกสหภาพยุโรป.
เอกสาร, ลายเซ็น, การวิเคราะห์, Knowledge Graph, CRM, webhooks — ทั้งหมดผ่าน mcp.paperoffice.ai
พร้อมสำหรับอนาคตของการผสานรวม API แล้วหรือยัง?
25 tools via /mcp-fast, 37 via /mcp, up to 128 through toolsets or 514 in the full profile. Start with the scope that matches your client.