Mmcp.market

Pdfops MCP server

by pdfops.dev·dev.pdfops/pdfops-mcp·v0.3.1

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

A94/100grade A
What users say
No reviews yet
Be the first
Safety scan
A94/100

full report

Adoption
Growing

0 stars108 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • pdf_fill

    Fill 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_inspect

    List 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_invoice

    Generate 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_merge

    Merge two or more PDFs into one, in the order given, and save or return the result.

  • pdfops_usage

    Check 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

no findings
  • 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
Overall 94/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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 12 days ago (2026-09-08). The latest release is v0.3.1.

More from pdfops.dev