PaperLumo
MCP Create workflow

Find your PDF tool

Team WorkspaceCreate a team, invite colleagues and manage shared document requests.Signature RequestsReview private document requests and record electronic acceptance with an audit trail.Cloud StorageConnect Google Drive or Dropbox to upload and retrieve your documents.PDF Layout TranslationTranslate reviewed text blocks while retaining page sizes, images and artwork.Certificate Sign PDFSign a PDF locally with your own P12 or PFX certificate.Smart Form AssistantRead portal instructions, review requirements and prepare upload files.PDF Study PackTurn your PDF into cited revision notes, a quiz and flashcards.Multi-PDF ChatAsk questions across PDFs with document and page references.QR Mobile TransferSend a document from your phone to a computer with a private QR code.Photo & Signature CleanupClean signature ink, paper shadows and plain photo backgrounds locally.PDF ActionsDescribe PDF steps, review the plan and run them on your device.Form-upload packPrepare your photo, signature and documents in one download.Compress to target sizeAim for 100 KB, 200 KB or your own PDF upload limit.ID card sheetPlace front and back images neatly on one A4 sheet.Submission checkerCheck size, pages and likely blanks before you submit a PDF.Batch PDF recipesClean, number or watermark a batch. Rename and download one ZIP.Invoice to ExcelExtract invoice fields, review the evidence and export Excel.Summarize PDFGet key points in Hindi or English with matching source-page quotes.Translate PDFTranslate page text into Hindi or English and download PDF, Word or TXT.HTML to PDFTurn an HTML file or pasted markup into a readable PDF.PDF to PDF/ACreate a PDF/A-2b document with independent conformance validation.Create PDF formsAdd interactive text fields, checkboxes and dropdowns to your PDF.Smart privacy reviewFind sensitive-data candidates, review boxes and permanently redact.Word to PDFConvert DOCX documents into PDFs with text, images and page layout.Excel to PDFConvert XLSX documents into PDFs with text, images and page layout.PowerPoint to PDFConvert PPTX documents into PDFs with text, images and page layout.Scan to PDFTurn document photos into clean PDFs. Adjust corners, contrast and page order.OCR PDFTurn scanned pages into searchable PDFs with English and Hindi OCR.Protect PDFEncrypt your PDF with a password using AES-256 protection.Unlock PDFRemove PDF password protection using the password you know.Repair PDFTry to recover a readable PDF by rebuilding its document structure.PDF to ExcelExtract selectable PDF text into rows and cells in an Excel workbook.Merge PDFBring your PDFs together. In exactly the right order.Split PDFA few pages or every page. Keep just what you need.Compress PDFLess file size. More room for what matters.PDF to WordTurn PDF text into an editable Word document.JPG to PDFYour images, neatly wrapped in one PDF.Edit PDFAdd and position text, images, shapes and drawings directly on PDF pages.Sign PDFDraw, type or insert a signature image, then position it on your PDF.Organize PDFReorder pages until everything falls into place.PDF to JPGMake every PDF page a shareable image.Watermark PDFAdd your name. Protect your point of view.Rotate PDFGive sideways pages a fresh perspective.Page numbersKeep everyone on the same page. Literally.Extract pagesKeep the pages you want in a brand-new PDF.Delete pagesLose the extra pages. Keep the good stuff.Crop PDFTrim the margins. Bring the important bits closer.PDF to PNGCrisp, lossless images from your PDF pages.PDF to TextJust the words. Ready to copy, search or reuse.PDF to MarkdownGive your notes and knowledge base a head start.PDF to PowerPointPut your PDF pages into a presentation.Compare PDFCompare text or highlight visual page changes between versions.Redact PDFRemove a sensitive area from the exported pages.Flatten PDFTurn interactive forms into a finished document.Fill PDF formsComplete existing form fields in a few clicks.Remove metadataClear the details your document carries along.Edit metadataGive your PDF the right title and author.Resize PDFA4, Letter or Legal. The right fit, every time.Reverse pagesFlip the page order from back to front.Duplicate pagesMake room for another copy of the useful bits.Grayscale PDFA simpler palette for print-ready pages.Inspect PDFPage sizes, metadata and form fields at a glance.Text to PDFTurn a plain text file into a tidy PDF.PNG to PDFKeep your screenshots together in one PDF.Image to WebPLighter images, happier websites.Image to JPGMake your images easy to open, anywhere.Image to PNGLossless image files for your next project.Resize imageThe perfect dimensions, without the guesswork.Compress imageCut image weight before you hit send.
PAPERLUMO FOR DEVELOPERS · FREE BETA

PDF MCP server.
Built for AI workflows.

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.
01

Useful document tools

Merge, extract, split to ZIP, rotate, lossless compress, edit metadata and DOCX/XLSX/PPTX to PDF.

02

Predictable usage

One credit per started 10 input PDF pages. Office conversion costs 10 credits per file. Failed jobs cost zero.

03

Short-lived files

Explicit server upload. Files expire after 10 minutes. Private downloads require your API key. Delete them sooner whenever you want.

START FREE. GROW WHEN YOU NEED TO.

Simple plans, without surprises.

Free beta is available now. Paid plans below are proposals, not subscriptions you can buy today.

PLANNED · BILLING OFF

Starter

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.

PLANNED · BILLING OFF

Pro

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.

CONNECT IN THREE STEPS

Bring your own MCP client.

  1. Create your key. Sign in to the developer dashboard with a PaperLumo account, label a key and save it in your client’s secret settings. Keys expire after 90 days and can be revoked.
  2. Add the remote endpoint. Use Streamable HTTP at https://paperlumo.com/api/mcp with the header Authorization: Bearer YOUR_API_KEY.
  3. Upload, process, download. Get consent before uploading documents. Pass the returned file IDs into a tool, then download the output before its ten-minute expiry.
{
  "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.

Tools you can call

upload_documentpdf_mergepdf_extractpdf_splitpdf_rotatepdf_compresspdf_metadataoffice_to_pdfget_usageget_jobdownload_documentdelete_document

Example: merge uploaded PDFs

{
  "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.

Binary file API

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.

PDF MCP server questions, answered.

What is a PDF MCP server?

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.

Is PaperLumo MCP free?

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.

Which MCP clients can connect?

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.

Does MCP include OCR, AI summaries or every website tool?

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.

Can I merge or compress PDFs without an AI client?

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.

Built for practical automation.

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