Seitenübersicht Updates
Deutsch
EUR €
Updates
NEU
Claude & ChatGPT — Supercharged.
Alle Dokumente · 409+ AI-Tools · 30s Setup
Claude· ChatGPT· Cursor· Gemini· +50
Jetzt verbinden
Plattform
50+ AI-Module & Tools
Lösungen
Branchen, Prozesse, Risiken
Entwickler
API, SDKs, Dokumentation
Ressourcen
Anleitungen, Blog, Support
Unternehmen
Team, Partner, Karriere
Preise
Model Context Protocol v3.3

PaperOffice MCP Server Claude Desktop |

Starten Sie mit 25 Tools über /mcp-fast, nutzen Sie den optimierten 37-Tool-Default, erweitern Sie gezielt per Toolsets oder nutzen Sie bewusst den Full-Zugriff mit 514 PaperOffice AI-Tools.

0Fast tools
0Default-Tools
0Toolset limit
0Full tools
0ms Latenz
Claude Desktop
|
po_aiocr_analyze

Mehr erfahren

Vertraut von führenden Unternehmen weltweit

So funktioniert MCP

Von natürlicher Sprache zur AI-Aktion

Anfrage stellen

Formulieren Sie einfach in normaler Sprache, was benötigt wird.

"Extrahiere die Rechnung"

AI versteht

Claude/Cursor erkennt den Intent und wählt das passende Tool.

Ergebnis

Strukturierte Daten zurück im AI-Client — sofort nutzbar.

<50ms Latenz Ende-zu-Ende verschlüsselt EU Rechenzentrum ISO 27001
Tool-Universum

Ein MCP-Server. Vier Zugriffspfade. Klare Toolsets.

Nutzen Sie /mcp-fast für die kleinste Tool-Oberfläche, /mcp für den fokussierten Default, X-MCP-Toolsets für gezielte Produktbereiche oder bewusst /mcp-full.

Dokumentenmanagement

Suchen, lesen, hochladen, bearbeiten, verschieben, kopieren, löschen

Intelligente Suche

Volltext, semantische Ähnlichkeit, Advanced Search, Statistiken

E-Signatur

Signaturanfragen, Templates, Verifizierung, Mobile Links, Reminder

KI-Verarbeitung

AI-OCR, Document Split, PII-Erkennung, automatische Anonymisierung

Dokumenten-Intelligenz

Entitäten, Relationen, Summaries, Meta-Felder, Publisher, Embeddings

Analysen

Trends, Finanzen, Heatmaps, User-Activity, Due Dates, Audit Center

Knowledge Graph

Business Cases, Universums-Sicht, Timelines, Referenzen, Relationen

CRM-Intelligenz

Account Insights, At-Risk-Erkennung, Opportunities, Sentiment-Analyse

Business Intelligenz

Dashboards, Feld-Analyse, Trend-Reports, Workspace-Metriken

Webhooks & Ereignisse

Subscribe, testen, verwalten, Job-Subscriptions, Event Dispatch

Notes, Tags & Comments

Notizen, Tags, Kommentare erstellen, bearbeiten, auflösen, löschen

Versionierung & Audit

Check-out/in, Versionshistorie, Revisionen, lückenloser Audit Trail

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
Vorher vs. Nachher

Warum MCP ein Gamechanger ist

Traditionelle API~50 Zeilen Code
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
Mit PaperOffice MCP1 Satz

"Extrahiere alle Rechnungsdaten aus dem angehängten PDF und zeige mir Lieferant, Betrag und Fälligkeitsdatum."

Kein Boilerplate Kein Error Handling Kein SDK nötig Sofort produktiv
Schnellstart

In 60 Sekunden einsatzbereit

Remote MCP Server — keine Installation, kein npm, kein Docker. Einfach URL eintragen und loslegen.

1

Bearer Token generieren

In der PaperOffice App: Settings → API → Token generieren

2

Config eintragen

URL und Token im AI-Client konfigurieren

Fertig — loslegen!

Fast-Profil, Standardprofil, Toolsets oder Full Access bewusst auswählen

Default profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp"
    }
  }
}
Empfohlenes Standardprofil: schnell, übersichtlich und kompatibel mit Clients mit kleinen Tool-Limits.
Token generieren
37 Tools bereit
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.
Token generieren
25 Tools bereit
Custom toolsets
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "X-MCP-Toolsets": "document-ai,workflow-ai"
      }
    }
  }
}
Aktivieren Sie nur die Toolsets, die der Workflow wirklich braucht. /mcp bleibt dabei auf maximal 128 Tools begrenzt.
Token generieren
≤128 Tools bereit
Full access profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp-full",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Full Access zeigt alle Tools und ist für Power-Workflows oder Clients ohne hartes Tool-Limit gedacht.
Token generieren
514 Tools bereit
Highlights

Was den PaperOffice MCP Server besonders macht

Enterprise-Grade Features für Entwickler und Teams.

OAuth 2.1 + Bearer-Token

Dual-Auth: Automatischer OAuth-Flow für Claude Desktop, direkte Bearer Tokens für Cursor & Windsurf.

Hybrid-Suche mit Embeddings

Qwen3 8B Embeddings (4096-dim) + Volltextsuche. Findet das richtige Tool in unter 50ms.

Datei-Staging & Upload

Dateien hochladen ohne Base64: Presigned Upload URLs, Browser-UI als Fallback, sicherer Download.

Knowledge Graph

Business Cases, Universums-Sicht, Timelines und Dokument-Relationen — alles per natürlicher Sprache.

Analytik & BI

18 Analytics + 5 BI-Tools: Trends, Finanzen, Heatmaps, Workspace-Metriken auf Zuruf.

DSGVO & EU Hosting

100% EU-Rechenzentrum, ISO 27001, SOC 2, HIPAA-Ready. Keine Daten verlassen die EU.

514
AI-Tools im Full-Profil

514 Tools bleiben verfügbar — aber bewusst über /mcp-full, während /mcp-fast und /mcp klein, schnell und fokussiert bleiben.

Bereit für die Zukunft der API-Integration?

25 Tools über /mcp-fast, 37 Tools über /mcp, bis zu 128 per Toolsets oder 514 im Full-Profil. Starten Sie in 60 Sekunden mit dem Umfang, der zum Client passt.

Unterstützte Clients: Claude Cursor Windsurf