Skip to content

pdfnative MCP — PDF generation, PAdES signing & introspection

io.github.Nizoka/pdfnative-mcp · Status: active

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.Nizoka/pdfnative-mcp
Package coordinate
npm:pdfnative-mcp
Version
1.6.0
Listed in the registry
2026-08-23
Changed in the registry
2026-08-23
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/Nizoka/pdfnative-mcp#readme

PDF MCP server: generate PDF/A, sign & verify PAdES (LTV), forms, merge, split, encrypt. 28 tools

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentyes
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): PDFNATIVE_MCP_CACHE_DIR, PDFNATIVE_MCP_OUTPUT_DIR
Source: MCP-Register · collected on 2026-08-24 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/Nizoka/pdfnative-mcp
Source: MCP-Register · collected on 2026-08-06 · derived
Version1.6.0
Source: MCP-Register · collected on 2026-08-24 · self-declared

Position within the holdings

How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 187 of 24,507 entries.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)PDFNATIVE_MCP_OUTPUT_DIR, PDFNATIVE_MCP_CACHE_DIR, PDFNATIVE_MCP_PORT, PDFNATIVE_MCP_HTTP_TOKEN, PDFNATIVE_MCP_MAX_INFLATE_BYTES, PDFNATIVE_MCP_TSA_URL, PDFNATIVE_MCP_TSA_AUTH, PDFNATIVE_MCP_REVOCATION, PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS, PDFNATIVE_MCP_NETWORK_TIMEOUT_MS
Source: MCP-Register · collected on 2026-08-24 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/Nizoka/pdfnative-mcp
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)PDFNATIVE_MCP_CACHE_DIR, PDFNATIVE_MCP_OUTPUT_DIR
Source: MCP-Register · collected on 2026-08-24 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-23
Source: MCP-Register · collected on 2026-08-24 · self-declared
Last changed in the registry (raw)2026-08-23
Source: MCP-Register · collected on 2026-08-24 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)pdfnative-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)1.6.0
Source: MCP-Register · collected on 2026-08-24 · self-declared
Runtime hints (raw)npx
Source: MCP-Register · collected on 2026-08-24 · self-declared
Environment variable formats (raw)filepath, number
Source: MCP-Register · collected on 2026-08-24 · self-declared
Environment variable descriptions (raw)PDFNATIVE_MCP_CACHE_DIR=Opt-in content-addressed response cache directory (SHA-256 keyed, 1h TTL, 256 MiB LRU, plaintext at rest). Never caches encrypt/decrypt, sign, timestamp, add_ltv, update_metadata, encrypted builds or file output. · PDFNATIVE_MCP_HTTP_TOKEN=Opt-in bearer token for the HTTP transport (>= 16 chars, no whitespace). When set, /mcp requires 'Authorization: Bearer <token>' or answers 401. Never logged. · PDFNATIVE_MCP_MAX_INFLATE_BYTES=Per-stream FlateDecode decompression cap in bytes (zip-bomb mitigation; default 104857600 = 100 MiB). Integer >= 1024; an invalid value refuses to start the server. · PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS=Comma-separated allow-list of OCSP / CRL responder hosts ('host', 'host:port' or '*.suffix'). Mandatory when PDFNATIVE_MCP_REVOCATION is set: responder URLs found in certificates are fetched only if the host matches (http(s) only, no credentials, no redirects, internal addresses rejected unless listed verbatim). · PDFNATIVE_MCP_NETWORK_TIMEOUT_MS=Per-request timeout for TSA / OCSP / CRL calls in milliseconds, 1000-120000 (default 10000). · PDFNATIVE_MCP_OUTPUT_DIR=Absolute path of a sandboxed directory where outputMode='file' may write PDFs. Unset: every tool returns base64 only (file output disabled). · PDFNATIVE_MCP_PORT=Serve Streamable HTTP on this loopback port instead of stdio (MCP 2026-07-28, stateless). Unauthenticated unless PDFNATIVE_MCP_HTTP_TOKEN is set. · PDFNATIVE_MCP_REVOCATION='ocsp', 'crl' or 'ocsp,crl': enables online revocation collection for add_ltv mode='online' (PAdES B-LT). Unset: that mode fails with REVOCATION_NOT_CONFIGURED; mode='offline' stays fully offline. Requires PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS. · PDFNATIVE_MCP_TSA_AUTH=Optional Authorization header value sent to the TSA (e.g. 'Basic ...' or 'Bearer ...'). Never logged or echoed. · PDFNATIVE_MCP_TSA_URL=http(s) URL of the RFC 3161 timestamp authority used by sign_pdf timestamp=true and timestamp_pdf (PAdES B-T / B-LTA). Unset: those calls fail with TSA_NOT_CONFIGURED and no network request is made. Tool arguments can never supply a URL.
Source: MCP-Register · collected on 2026-08-24 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-24Version: 1.5.0 → 1.6.0
2026-08-24Path argument present: false → true
2026-08-24Last changed in the registry (raw): 2026-07-21 → 2026-08-23
2026-08-24First listed in the registry (raw): 2026-07-21 → 2026-08-23
2026-08-24Environment variable descriptions (raw): – → PDFNATIVE_MCP_CACHE_DIR=Opt-in content-addressed response cache directory (SHA-256 keyed, 1h TTL, 256 MiB LRU, plaintext at rest). Never caches encrypt/decrypt, sign, timestamp, add_ltv, update_metadata, encrypted builds or file output. · PDFNATIVE_MCP_HTTP_TOKEN=Opt-in bearer token for the HTTP transport (>= 16 chars, no whitespace). When set, /mcp requires 'Authorization: Bearer <token>' or answers 401. Never logged. · PDFNATIVE_MCP_MAX_INFLATE_BYTES=Per-stream FlateDecode decompression cap in bytes (zip-bomb mitigation; default 104857600 = 100 MiB). Integer >= 1024; an invalid value refuses to start the server. · PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS=Comma-separated allow-list of OCSP / CRL responder hosts ('host', 'host:port' or '*.suffix'). Mandatory when PDFNATIVE_MCP_REVOCATION is set: responder URLs found in certificates are fetched only if the host matches (http(s) only, no credentials, no redirects, internal addresses rejected unless listed verbatim). · PDFNATIVE_MCP_NETWORK_TIMEOUT_MS=Per-request timeout for TSA / OCSP / CRL calls in milliseconds, 1000-120000 (default 10000). · PDFNATIVE_MCP_OUTPUT_DIR=Absolute path of a sandboxed directory where outputMode='file' may write PDFs. Unset: every tool returns base64 only (file output disabled). · PDFNATIVE_MCP_PORT=Serve Streamable HTTP on this loopback port instead of stdio (MCP 2026-07-28, stateless). Unauthenticated unless PDFNATIVE_MCP_HTTP_TOKEN is set. · PDFNATIVE_MCP_REVOCATION='ocsp', 'crl' or 'ocsp,crl': enables online revocation collection for add_ltv mode='online' (PAdES B-LT). Unset: that mode fails with REVOCATION_NOT_CONFIGURED; mode='offline' stays fully offline. Requires PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS. · PDFNATIVE_MCP_TSA_AUTH=Optional Authorization header value sent to the TSA (e.g. 'Basic ...' or 'Bearer ...'). Never logged or echoed. · PDFNATIVE_MCP_TSA_URL=http(s) URL of the RFC 3161 timestamp authority used by sign_pdf timestamp=true and timestamp_pdf (PAdES B-T / B-LTA). Unset: those calls fail with TSA_NOT_CONFIGURED and no network request is made. Tool arguments can never supply a URL.
2026-08-24Environment variable formats (raw): – → filepath, number
2026-08-24Runtime hints (raw): – → npx
2026-08-24Package versions (raw): 1.5.0 → 1.6.0
2026-08-24Path environment variables (raw): – → PDFNATIVE_MCP_CACHE_DIR, PDFNATIVE_MCP_OUTPUT_DIR
2026-08-24Environment variables (raw): – → PDFNATIVE_MCP_OUTPUT_DIR, PDFNATIVE_MCP_CACHE_DIR, PDFNATIVE_MCP_PORT, PDFNATIVE_MCP_HTTP_TOKEN, PDFNATIVE_MCP_MAX_INFLATE_BYTES, PDFNATIVE_MCP_TSA_URL, PDFNATIVE_MCP_TSA_AUTH, PDFNATIVE_MCP_REVOCATION, PDFNATIVE_MCP_NETWORK_ALLOWED_HOSTS, PDFNATIVE_MCP_NETWORK_TIMEOUT_MS

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-nizoka-pdfnative-mcp