Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

FileToPDF

NPM · FILETOPDF-MCP · 2 COMPONENTS · SCANNED AUG 3

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

+38 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1224 tokens (~306/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · filetopdf-mcp

# add to Claude Code
claude mcp add dev-filetopdf-filetopdf-mcp -- npx -y filetopdf-mcp
# add to Codex CLI
codex mcp add dev-filetopdf-filetopdf-mcp -- npx -y filetopdf-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-filetopdf-filetopdf-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "filetopdf-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-filetopdf-filetopdf-mcp --command npx --arg -y --arg filetopdf-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-filetopdf-filetopdf-mcp:
    command: "npx"
    args: ["-y", "filetopdf-mcp"]
// mcp.json
{
  "mcpServers": {
    "dev-filetopdf-filetopdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "filetopdf-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +18
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~1,224 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
convert_file ~307

Convert a document at a public URL into a PDF. Handles Office documents (DOCX, XLSX, PPTX, ODT, RTF, TXT, CSV…), images (PNG, JPG, WebP…), web pages/HTML files, Markdown files, and existing PDFs (passthrough) — the conversion engine is auto-detected from the file extension. Use this when the source lives at a URL; for raw HTML or Markdown strings use convert_html / convert_markdown instead. Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.

NameTypeReqDescription
landscapebooleanRender in landscape orientation. (Pro/Scale/trial only.)
nativePageRangesstringPage ranges to include, e.g. "1-3".
ownerPasswordstringOwner password controlling permissions on the resulting PDF.
passwordstringPassword to open a protected source document.
pdfastringPDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.)
pdfuabooleanProduce an accessible PDF/UA document.
save_pathstringOptional absolute path to also write the PDF to on disk.
urlstringyesPublic http(s) URL of the file to download and convert.
userPasswordstringPassword required to open the resulting PDF.

No output schema declared.

No examples provided.

convert_html ~413

Render a raw HTML string into a pixel-perfect PDF with a real Chromium engine — ideal for generating invoices, reports, receipts, certificates, letters, and other documents from templates. Optional css is injected into the document <head>; full layout control via paper size, margins, landscape, scale, page ranges, background printing, PDF/A archival conformance, and password protection. Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.

NameTypeReqDescription
cssstringOptional CSS, injected into the document <head>.
htmlstringyesThe HTML markup to render.
landscapebooleanRender in landscape orientation. (Pro/Scale/trial only.)
marginBottomstringBottom margin in inches.
marginLeftstringLeft margin in inches.
marginRightstringRight margin in inches.
marginTopstringTop margin in inches.
nativePageRangesstringPage ranges to include, e.g. "1-3,5".
ownerPasswordstringOwner password controlling permissions on the resulting PDF.
paperHeightstringPaper height in inches.
paperWidthstringPaper width in inches, or with a unit e.g. "210mm".
pdfastringPDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.)
pdfuabooleanProduce an accessible PDF/UA document.
preferCssPageSizebooleanUse the page size declared in CSS @page rules.
printBackgroundbooleanPrint background graphics/colors.
save_pathstringOptional absolute path to also write the PDF to on disk.
scalestringRender scale, 0.1–2.0.
userPasswordstringPassword required to open the resulting PDF.

No output schema declared.

No examples provided.

convert_markdown ~420

Render a Markdown string into a clean, professional PDF — the fastest way to turn notes, reports, documentation, summaries, or any agent-written text into a shareable document. A sensible default stylesheet is applied when no css is given; pass custom CSS to fully control typography and branding, plus layout options (paper size, margins, landscape, page ranges, PDF/A, passwords). Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.

NameTypeReqDescription
cssstringOptional CSS to style the rendered Markdown (overrides the default stylesheet).
landscapebooleanRender in landscape orientation. (Pro/Scale/trial only.)
marginBottomstringBottom margin in inches.
marginLeftstringLeft margin in inches.
marginRightstringRight margin in inches.
marginTopstringTop margin in inches.
markdownstringyesThe Markdown content to render.
nativePageRangesstringPage ranges to include, e.g. "1-3,5".
ownerPasswordstringOwner password controlling permissions on the resulting PDF.
paperHeightstringPaper height in inches.
paperWidthstringPaper width in inches, or with a unit e.g. "210mm".
pdfastringPDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.)
pdfuabooleanProduce an accessible PDF/UA document.
preferCssPageSizebooleanUse the page size declared in CSS @page rules.
printBackgroundbooleanPrint background graphics/colors.
save_pathstringOptional absolute path to also write the PDF to on disk.
scalestringRender scale, 0.1–2.0.
userPasswordstringPassword required to open the resulting PDF.

No output schema declared.

No examples provided.

get_account ~84

Check the FileToPDF connection and return the plan, remaining conversion credits, and subscription status. Free — never costs credits. Call it to verify the API key works, or after a failed conversion to see whether credits ran out. No API key yet? Anyone can get one free, in one click, at https://filetopdf.dev (10 free conversions, no signup).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.