Upload this invoice and extract DATEV accounts
MCP · Cursor
PaperOffice MCP for Cursor: 37 read-only-safe tools
PaperOffice AI provides the /cursor MCP endpoint with 37 tools for Cursor — tuned for read-only-safe IDE sessions. The same Bearer token as the REST API applies.
Доверието на водещи компании по целия свят
SUPER TRUST
The world’s exclusive sole DMS partner for QNAP and ASUSTOR.
Dedicated landing pages, direct integration, data stays on your NAS.
QNAP
Sole official DMS partner for QNAP NAS — documents stay on your device, AI runs through PaperOffice.
MoreASUSTOR
Sole official DMS partner for ASUSTOR NAS — BYOS, on-premises and full control over where data lives.
MoreConnect
Copy the URL and paste it into the MCP client:
https://mcp.paperoffice.ai/cursor Config snippet
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/cursor",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
} Example workflows
Find all open items above EUR 1,000
Start a signature request for this PDF
Connect in 3 steps
Get a token
Create an API token (po_sk_ or po_ut_) in the PaperOffice account.
Paste the URL
Add the MCP URL for the chosen profile in the client.
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.