月末发票
所有工作空间中的未付发票——一个提示即可获取总额和逾期标记。
使用常用的聊天工具 — Claude、ChatGPT、Cursor 等。
PaperOffice MCP 将 DMS 与 Document AI 直接带入聊天 — 无需 SDK。
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); "Die angehängte PDF-Datei wurde nicht gefunden. Bitte laden Sie die Datei hoch, damit ich die Rechnungsdaten extrahieren kann."
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 级功能。
双重认证:Claude Desktop 使用自动 OAuth 流程,Cursor 和 Windsurf 使用直接 Bearer Token。
PaperOffice Embeddings (4096 维) + 全文检索。工具路由耗时低于 50 ms。
无需 Base64 上传文件:预签名上传 URL、浏览器 UI 回退、安全下载。
Business 案例、宇宙视图、时间线和文档关系 — 全部通过自然语言实现。
18 个分析工具 + 5 个 BI 工具:按需提供趋势、财务、热图、工作区指标。
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.