Mapa del sitio Mapa del sitio Novedades Novedades
Compartir
Español
EUR €
Novedades
NUEVO
Claude & ChatGPT — Supercharged.
Todos los documentos · 95+ herramientas de IA · Configuración en 30 s
Claude· ChatGPT· Cursor· Gemini· +50
Conectar ahora
AI-DMS
Más de 50 módulos y herramientas de IA
Soluciones
Industrias, procesos, riesgos
Recursos
Tutoriales, blog, soporte
Developer
API, SDKs, documentación
Socios
Integrator & Reseller — apply in the app
Empresa
Team, careers, contact
Precios

MCP · Claude

PaperOffice MCP for Claude: 165 DMS tools connected in 10 seconds

PaperOffice AI connects Claude via the Streamable HTTP MCP endpoint /claude (alias of /dms) with 165 DMS tools. Authentication uses the same Bearer token (po_sk_, po_ut_, or scoped po_pk_) as the REST API.

Confianza de empresas líderes en todo el mundo

SUPER TRUST

The world’s exclusive sole DMS partner for QNAP and ASUSTOR.

Dedicated landing pages, direct integration, data stays on your NAS.

ISO 27001
ISO 27001 y SOC 2 Type II en certificación. Auditorías intermedias disponibles bajo solicitud y NDA.
SOC 2 Type 2
ISO 27001 y SOC 2 Type II en certificación. Auditorías intermedias disponibles bajo solicitud y NDA.

Connect

Copy the URL and paste it into the MCP client:

https://mcp.paperoffice.ai/claude

Config snippet

{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/claude",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Example workflows

1

Upload this invoice and extract DATEV accounts

2

Find all open items above EUR 1,000

3

Start a signature request for this PDF

Connect in 3 steps

01

Get a token

Create an API token (po_sk_ or po_ut_) in the PaperOffice account.

02

Paste the URL

Add the MCP URL for the chosen profile in the client.

03

Connect

Set Authorization: Bearer YOUR_TOKEN and load tools.

FAQ

How does MCP authentication work?

With the same Bearer token as the REST API (po_sk_, po_ut_, or scoped po_pk_) or via OAuth 2.1 on first connect.

What does MCP usage cost?

MCP calls bill credits like the REST API. Balance and usage can be queried via billing endpoints.

What is the difference between read-only and write?

Profiles such as /mcp and /cursor are tuned for safe read sessions. /dms and /claude expose the full write surface including capture and workflow.

Is OAuth 2.1 supported?

Yes. OAuth 2.1 can be used on first connect; Bearer header auth remains available.