Useful document tools
Merge, extract, split to ZIP, rotate, lossless compress, edit metadata and DOCX/XLSX/PPTX to PDF.
Connect your AI workflow to PDF tools using the Model Context Protocol (MCP). Merge reports, extract pages or convert a presentation with an authenticated tool call.
No card. No automatic paid upgrade. 500 credits each month.Merge, extract, split to ZIP, rotate, lossless compress, edit metadata and DOCX/XLSX/PPTX to PDF.
One credit per started 10 input PDF pages. Office conversion costs 10 credits per file. Failed jobs cost zero.
Explicit server upload. Files expire after 10 minutes. Private downloads require your API key. Delete them sooner whenever you want.
Free beta is available now. Paid plans below are proposals, not subscriptions you can buy today.
₹0 / month
500 credits / month
100 credits/day · 5 MB/file
100 total input pages/task
5 active API keys · no watermark added
₹199 / month
2,500 credits / month
Proposed pricing only. Final quotas, applicable taxes and terms will be published before checkout is enabled. No payment is collected.
₹699 / month
10,000 credits / month
Proposed pricing only. Final quotas, applicable taxes and terms will be published before checkout is enabled. No payment is collected.
Uploads, downloads, job status and usage checks do not use credits. Requests are rate-limited; beta processing runs one job at a time across the service. No uptime SLA. Limits may change with notice on this page.
https://paperlumo.com/api/mcp with the header Authorization: Bearer YOUR_API_KEY.{
"mcpServers": {
"paperlumo": {
"type": "http",
"url": "https://paperlumo.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Configuration syntax varies by client. This beta supports clients that allow a remote Streamable HTTP endpoint and a custom Bearer header. OAuth-only connectors are not supported yet. Never put an API key in a URL, prompt, repository or shared screenshot.
upload_documentpdf_mergepdf_extractpdf_splitpdf_rotatepdf_compresspdf_metadataoffice_to_pdfget_usageget_jobdownload_documentdelete_document{
"name": "pdf_merge",
"arguments": {
"requestId": "merge-example-001",
"fileIds": [
"FIRST_FILE_ID",
"SECOND_FILE_ID"
]
}
}Supply real file IDs returned by upload. Reuse the same requestId with identical inputs when retrying; successful retries are not charged again for 90 days. A completed job can outlive its file. After expiry, upload again and use a new requestId.
For large files, upload raw bytes with POST /api/mcp/files, your Bearer header, X-File-Extension: pdf (or docx, xlsx, pptx) and X-Paperlumo-Upload-Consent: yes. Download with authenticated GET /api/mcp/files?id=FILE_ID; delete with the same URL and DELETE. Never send document URLs: this service does not fetch them.
Keep each file under 5 MB. Your temporary storage is limited to 10 MB and 20 files, including outputs. Download and delete unused files to make room. Storage is shared across your keys; a server restart clears it.
A PDF MCP server lets a compatible AI client discover and call document tools through the Model Context Protocol. PaperLumo exposes tools such as pdf_merge and office_to_pdf, so a workflow can upload authorized files, process them and download the result. Your client supplies the AI model; PaperLumo handles the document operation.
Yes. The free beta includes 500 credits per month and 100 per day, with no card or automatic paid upgrade. Most PDF operations cost one credit per started ten total input pages; Office conversion costs ten credits per file. Each file can be up to 5 MB. Paid prices shown above are proposed plans and cannot be purchased yet.
Use a client that supports remote Streamable HTTP and a custom Authorization Bearer header. Add the endpoint and API key from the setup guide above. Configuration syntax varies across clients. This beta does not provide OAuth, so clients that require an OAuth-only connection cannot connect yet.
This release exposes seven document-processing operations plus upload, download, deletion, usage and job status. OCR, AI summaries, signing and PDF-to-Office are not MCP tools in this release. You can use the separate website tools when appropriate; their processing choices and limits are explained on each tool page.
Yes. Use the browser tools below for one-off PDF work. MCP is useful when you want to connect document operations to a compatible AI client or automate repeated tasks.
This first MCP release focuses on the seven operations listed above. Website-only tools such as OCR, PDF-to-Word, AI summaries and signing are not exposed through MCP yet. Lossless compression does not downsample images, and merge/extraction may not preserve interactive forms or document-level features. Check your exported files and keep originals; edits can invalidate digital signatures.
Document contents are not sent to an AI provider by PaperLumo MCP. Your chosen client may send tool arguments and results to its own model provider. Review its settings before processing sensitive documents.
Privacy details · Beta terms · Support