Pdfops MCP server
Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.
0 stars108 downloads/wk
Reviews
Write oneNobody has reviewed Pdfops yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Pdfops tools (5)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
pdf_fillFill AcroForm form fields in a PDF and save or return the result. Field names must exist in the PDF (use pdf_inspect first). All values are strings; checkboxes take "true"/"false"; dropdown/radio/optionlist values must be one of the field's options; text values must respect the field's maxLength from pdf_inspect. Encrypted PDFs are rejected with decrypt advice (common for government blanks with an
pdf_inspectList a PDF's AcroForm form fields — names, types, options, current values, per-field maxLength where declared — plus a paste-ready fillTemplate object for pdf_fill and a hasXFA flag (hybrid AcroForm/XFA inputs lose their XFA layer when filled). A PDF with no form returns count 0. Call this FIRST when filling an unfamiliar PDF: you cannot fill fields whose names you do not know, and values longer t
pdf_invoiceGenerate a complete, professionally laid-out invoice PDF from structured data — no template needed. Deterministic: the same input produces byte-identical output (safe to re-run). Note: without a paid PDFops key the output carries a small "Generated with pdfops.dev" footer line.
pdf_mergeMerge two or more PDFs into one, in the order given, and save or return the result.
pdfops_usageCheck the current PDFops API quota for the configured key: tier, limit, used, remaining, reset date. Requires PDFOPS_API_KEY.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 11 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
Install directly
Runs npx -y pdfops-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add pdfops-mcp -- npx -y pdfops-mcp
Pdfops: common questions
- Is Pdfops MCP server safe?
- Yes, by our scan: it is graded A (94/100). Read the Pdfops safety report
- How do I install Pdfops?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Pdfops need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Pdfops maintained?
- The last commit was 13 days ago (2026-09-08). The latest release is v0.3.1.