माह के अंत की बिलों (Invoices)
प्रत्येक वर्कस्पेस में अधिशेषित बिल — एक प्रॉम्प्ट में कुल राशि और देर भुगतान वाले फ्लैग।
पसंदीदा चैट टूल के साथ — Claude, ChatGPT, Cursor और अन्य।
PaperOffice MCP DMS और Document AI को सीधे चैट में लाता है — बिना SDK।
चार वास्तविक कार्यप्रवाह 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 पहचान, स्वचालित गुमनामीकरण
इकाइयाँ, संबंध, सारांश, मेटा फ़ील्ड, प्रकाशक, एम्बेडिंग
रुझान, वित्तीय आँकड़े, हीटमैप, उपयोगकर्ता गतिविधि, देय तिथियाँ, ऑडिट केंद्र
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-स्तरीय विशेषताएँ डेवलपर्स और टीमों के लिए।
दोहरी प्रमाणीकरण: Claude Desktop के लिए स्वचालित OAuth फ्लो, और Cursor व Windsurf के लिए सीधे Bearer टोकन।
PaperOffice Embeddings (4096-dim) + Full Text. Tool-Routing in under 50 ms.
Base64 के बिना फ़ाइलें अपलोड करें: प्रीसाइन्ड अपलोड URL, ब्राउज़र UI फ़ॉलबैक, सुरक्षित डाउनलोड।
Business मामले, समग्र दृश्य, समय-रेखाएँ और दस्तावेज़ संबंध — यह सब प्राकृतिक भाषा के माध्यम से।
18 विश्लेषण + 5 BI टूल: रुझान, वित्तीय आँकड़े, हीटमैप, और कार्यक्षेत्र मेट्रिक्स आवश्यकतानुसार।
100% EU डेटा सेंटर, ISO 27001, SOC 2, HIPAA-तैयार। कोई डेटा EU से बाहर नहीं जाता।
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.