Fakturi na kraju meseca
Neplaćene fakture u svakom radnom prostoru — ukupni iznosi i zastareli statusi u jednoj komandi.
Pročitaj članakPaste one URL into Claude, Cursor or ChatGPT — same Bearer token as the REST API. DMS: /dms (151 tools). Claude: /claude (alias). Cursor: /cursor (37 tools, read-safe).
Pogledajte kako PaperOffice MCP funkcioniše u praksi — u videu.
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.
Pretraži, čitaj, otpremi, uredi, premesti, kopiraj, obriši
Pretraga punog teksta, semantička sličnost, napredna pretraga, statistika
Zahtevi za potpis, šabloni, verifikacija, mobilni linkovi, podsetnici
AI-OCR, deljenje dokumenta, detekcija PII, automatska anonimizacija
Entiteti, relacije, rezimei, meta polja, izdavač, ugradnje
Trendovi, finansije, toplotne mape, aktivnost korisnika, rokovi, revizorski centar
Business slučajevi, univerzalni prikaz, vremenske linije, reference, relacije
Uvidi u naloge, detekcija rizika, prilike, analiza sentimenta
Kontrolne table, analiza polja, izveštaji o trendovima, metrike radnog prostora
Pretplata, testiranje, upravljanje, pretplate na poslove, slanje događaja
Beleške, oznake, komentari — kreiranje, uređivanje, rešavanje, brisanje
Check-out/in, istorija verzija, revizije, kompletan revizorski trag
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 151 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 Četiri realna radna procesa sa Claude — po jedan kratki video za svaki. Detaljni članci povezani ispod.
Neplaćene fakture u svakom radnom prostoru — ukupni iznosi i zastareli statusi u jednoj komandi.
Pročitaj članakSnimi, klasifikuji i arhiviraj — duplikati i ističuće ugovori obeleženi pre kafe.
Pročitaj članakDatum potpisa, uslovi i referenca na stranicu — sve iz džepa za sekunde.
Pročitaj članakOd 300 faktura do gotove daske spremne za prezentaciju u jednoj komandi.
Pročitaj članakStart 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); "Izvuci sve podatke o fakturi iz priloženog PDF i prikaži mi dobavljača, iznos i datum dospeća."
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 (151 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"
}
}
} Funkcije Enterprise nivoa za programere i timove.
Dvostruka autentifikacija: Automatski OAuth protok za Claude Desktop, direktni Bearer Tokeni za Cursor i Windsurf.
Ugrađeni PaperOffice (4096-dim) + pun tekst. Routing alata u manje od 50 ms.
Otpremite datoteke bez Base64: Unapred potpisani URL-ovi za otpremanje, rezervni UI u pretraživaču, bezbedno preuzimanje.
Business slučajevi, prikaz univerzuma, vremenske linije i odnosi dokumenata — sve putem prirodnog jezika.
18 alata za analitiku + 5 BI alata: trendovi, finansije, toplotne mape, metrike radnog prostora na zahtev.
100% EU data centar, ISO 27001, SOC 2, spremno za HIPAA. Nijedan podatak ne napušta EU.
350+ MCP tools in total — DMS profile /dms with 151 tools; full surface via /mcp-full.
DMS → /dms · Claude → /claude · Cursor → /cursor · ChatGPT → /openai. Same Bearer token as the REST API.