Mappa del sito Aggiornamenti
Italiano
EUR €
Aggiornamenti
NUOVO
Claude & ChatGPT — Supercharged.
Tutti i documenti · 409+ strumenti AI · Setup in 30 s
Claude· ChatGPT· Cursor· Gemini· +50
Connetti ora
Piattaforma
Oltre 50 moduli e strumenti AI
Soluzioni
Settori, processi, rischi
Sviluppatore
API, SDK, documentazione
Risorse
Tutorial, blog, supporto
Azienda
Team, partner, carriere
Prezzi
Model Context Protocol v3.0

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.

0Fast tools
0Strumenti
0Toolset limit
0Full tools
0ms Latenza
Claude Desktop
|
po_aiocr_analyze

Scopri di più

Scelto dalle aziende leader nel mondo

Come funziona MCP

Dal linguaggio naturale all’azione AI

Tu chiedi

Scrivi semplicemente ciò che desideri — in linguaggio semplice.

"Estrai la fattura"

L’AI capisce

Claude/Cursor rileva l’intento e seleziona lo strumento giusto.

Risultato

Dati strutturati restituiti nel tuo client AI — subito utilizzabili.

<50ms Latenza Crittografato end-to-end Datacenter UE ISO 27001
Universo degli strumenti

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.

Gestione documentale

Cerca, leggi, carica, modifica, sposta, copia, elimina

Ricerca intelligente

Testo completo, similarità semantica, ricerca avanzata, statistiche

Firma elettronica

Richieste di firma, modelli, verifica, link mobili, promemoria

Elaborazione AI

AI-OCR, suddivisione documenti, rilevamento PII, anonimizzazione automatica

Intelligenza documentale

Entità, relazioni, riassunti, campi metadati, editore, incorporamenti

Analisi

Trend, dati finanziari, heatmap, attività utente, scadenze, centro audit

Knowledge Graph

casi Business, vista universale, timeline, riferimenti, relazioni

Intelligenza CRM

Approfondimenti sugli account, rilevamento del rischio, opportunità, analisi del sentiment

Intelligenza Business

Dashboard, analisi dei campi, report sui trend, metriche dell'area di lavoro

Webhook ed eventi

Iscriviti, testa, gestisci, abbonamenti ai job, invio eventi

Notes, Tags & Comments

Note, tag, commenti — crea, modifica, risolvi, elimina

Versionamento e audit

Check-out/check-in, cronologia delle versioni, revisioni, tracciamento completo audit

Toolset Architecture

Choose exactly the scope your AI client needs

One MCP server with a fast profile, optimized default, optional product toolsets and explicit full access.

Fast
25

/mcp-fast

25 essential tools for very fast sessions and clients with strict tool budgets.

https://mcp.paperoffice.ai/mcp-fast
Default
37

/mcp

37 core tools for documents, search, workspaces, intelligence and safe helper functions.

https://mcp.paperoffice.ai/mcp
Full
514

/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
Capability Matrix

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.

Task Recommended scope Why
Very fast sessions with a minimal tool list
/mcp-fast
The 25-tool fast profile is best for strict tool budgets and quick client startup.
Search, read and summarize documents
/mcp
The 37-tool default includes the most important search, read, text, thumbnail, similarity and intelligence tools.
Upload and analyze documents
/mcp
Upload, upload URL, download, vision, advanced search and po_agents_ask are available in the default scope.
Edit, delete, move or copy documents
X-MCP-Toolsets: document-ai
Write-heavy DMS operations stay outside the default, but are available through Document AI.
Workspaces, folders, tags and revisions
document-ai or /mcp-full
Deep CRUD and administration functions are available in the expanded scope.
CRM, partners, leads and appointments
X-MCP-Toolsets: relations-ai
Relations AI keeps relationship and CRM functions separate from the document default.
Analytics, BI, Knowledge Graph and RAG
/mcp or analytics-ai
Core analytics and Knowledge Graph queries are in the default; deeper read models are added through Analytics AI.
Complex multi-step tasks
po_agents_ask in /mcp
The agent tool delegates complex workflows to the backend instead of keeping dozens of micro tools in context.
Existing agents with old tool names
/mcp-full
For migration and debugging, the complete tool surface remains available through the full endpoint.

Migrating older MCP agents

If an existing agent expects old individual tool names, migrate through the matching expanded scope instead of inflating the default profile.

Connect old agents to /mcp-full first Then reduce to the matching X-MCP-Toolsets Map DMS CRUD workflows to document-ai Map CRM workflows to relations-ai Delegate complex tasks through po_agents_ask Enable niche groups only after testing
Prima vs. dopo

Perché MCP cambia le regole del gioco

API Tradizionale~50 righe di codice
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);
VS
Con PaperOffice MCP1 frase

"Estrai tutti i dati della fattura dal PDF allegato e mostrami fornitore, importo e data di scadenza."

Nessun boilerplate Nessuna gestione degli errori Nessun SDK necessario Produttività istantanea
Avvio Rapido

Pronto in 60 secondi

Remote MCP Server — nessuna installazione, nessun npm, nessun Docker. Basta entrare in URL e andare.

1

Genera token bearer

Nell'App PaperOffice: Impostazioni → API → Genera Token

2

Inserisci configurazione

Configure URL e token nel tuo client AI

Fatto — vai!

Use the fast profile, the default profile, targeted toolsets or full access deliberately.

Default profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp"
    }
  }
}
Claude Desktop utilizza il flusso automatico OAuth 2.1 — basta inserire l'URL e autorizzare nel browser.
Genera token
37 strumenti pronti
Fast profile for small tool budgets
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp-fast",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Smallest ready-to-use profile: 25 tools for quick sessions and strict client limits.
Genera token
25 strumenti pronti
Custom toolsets
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "X-MCP-Toolsets": "document-ai,workflow-ai"
      }
    }
  }
}
Genera il Bearer Token nell'App PaperOffice sotto Impostazioni → API.
Genera token
≤128 strumenti pronti
Full access profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp-full",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Stessa configurazione di Cursor — URL + Bearer Token.
Genera token
514 strumenti pronti
Punti salienti

Cosa rende speciale il PaperOffice MCP Server

Funzionalità di livello Enterprise per sviluppatori e team.

OAuth 2.1 + Bearer Token

Doppia autenticazione: flusso OAuth automatico per Claude Desktop, Bearer Token diretti per Cursor e Windsurf.

Ricerca ibrida con Embeddings

Qwen3 8B Embeddings (4096-dim) + ricerca full-text. Trova lo strumento giusto in meno di 50ms.

Staging e caricamento file

Carica file senza Base64: URL di caricamento pre-firmati, fallback interfaccia browser, download sicuro.

Knowledge Graph

Casi Business, vista universo, timeline e relazioni tra documenti — tutto tramite linguaggio naturale.

Analisi e BI

18 strumenti di analisi + 5 di BI: trend, dati finanziari, mappe di calore, metriche dell'area di lavoro su richiesta.

GDPR e hosting UE

Data center 100% UE, ISO 27001, SOC 2, pronto per HIPAA. Nessun dato lascia l'UE.

514
Strumenti AI tramite un unico endpoint

Documenti, firme, analisi, Knowledge Graph, CRM, webhook — tutto tramite mcp.paperoffice.ai

Pronto per il futuro dell'integrazione 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.

Client supportati: Claude Cursor Windsurf