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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 53 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add dev-filetopdf-filetopdf-mcp -- npx -y filetopdf-mcp
codex mcp add dev-filetopdf-filetopdf-mcp -- npx -y filetopdf-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-filetopdf-filetopdf-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"filetopdf-mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-filetopdf-filetopdf-mcp --command npx --arg -y --arg filetopdf-mcp
mcp_servers:
dev-filetopdf-filetopdf-mcp:
command: "npx"
args: ["-y", "filetopdf-mcp"] {
"mcpServers": {
"dev-filetopdf-filetopdf-mcp": {
"command": "npx",
"args": [
"-y",
"filetopdf-mcp"
]
}
}
} 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.
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.
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.
convert_file Convert a file (by URL) to PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| landscape | boolean | — | Render in landscape orientation. (Pro/Scale/trial only.) |
| nativePageRanges | string | — | Page ranges to include, e.g. "1-3". |
| ownerPassword | string | — | Owner password controlling permissions on the resulting PDF. |
| password | string | — | Password to open a protected source document. |
| pdfa | string | — | PDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.) |
| pdfua | boolean | — | Produce an accessible PDF/UA document. |
| save_path | string | — | Optional absolute path to also write the PDF to on disk. |
| url | string | yes | Public http(s) URL of the file to download and convert. |
| userPassword | string | — | Password required to open the resulting PDF. |
No output schema declared.
No examples provided.
convert_html Convert HTML to PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| css | string | — | Optional CSS, injected into the document <head>. |
| html | string | yes | The HTML markup to render. |
| landscape | boolean | — | Render in landscape orientation. (Pro/Scale/trial only.) |
| marginBottom | string | — | Bottom margin in inches. |
| marginLeft | string | — | Left margin in inches. |
| marginRight | string | — | Right margin in inches. |
| marginTop | string | — | Top margin in inches. |
| nativePageRanges | string | — | Page ranges to include, e.g. "1-3,5". |
| ownerPassword | string | — | Owner password controlling permissions on the resulting PDF. |
| paperHeight | string | — | Paper height in inches. |
| paperWidth | string | — | Paper width in inches, or with a unit e.g. "210mm". |
| pdfa | string | — | PDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.) |
| pdfua | boolean | — | Produce an accessible PDF/UA document. |
| preferCssPageSize | boolean | — | Use the page size declared in CSS @page rules. |
| printBackground | boolean | — | Print background graphics/colors. |
| save_path | string | — | Optional absolute path to also write the PDF to on disk. |
| scale | string | — | Render scale, 0.1–2.0. |
| userPassword | string | — | Password required to open the resulting PDF. |
No output schema declared.
No examples provided.
convert_markdown Convert Markdown to PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| css | string | — | Optional CSS to style the rendered Markdown (overrides the default stylesheet). |
| landscape | boolean | — | Render in landscape orientation. (Pro/Scale/trial only.) |
| marginBottom | string | — | Bottom margin in inches. |
| marginLeft | string | — | Left margin in inches. |
| marginRight | string | — | Right margin in inches. |
| marginTop | string | — | Top margin in inches. |
| markdown | string | yes | The Markdown content to render. |
| nativePageRanges | string | — | Page ranges to include, e.g. "1-3,5". |
| ownerPassword | string | — | Owner password controlling permissions on the resulting PDF. |
| paperHeight | string | — | Paper height in inches. |
| paperWidth | string | — | Paper width in inches, or with a unit e.g. "210mm". |
| pdfa | string | — | PDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.) |
| pdfua | boolean | — | Produce an accessible PDF/UA document. |
| preferCssPageSize | boolean | — | Use the page size declared in CSS @page rules. |
| printBackground | boolean | — | Print background graphics/colors. |
| save_path | string | — | Optional absolute path to also write the PDF to on disk. |
| scale | string | — | Render scale, 0.1–2.0. |
| userPassword | string | — | Password required to open the resulting PDF. |
No output schema declared.
No examples provided.
get_account Get FileToPDF account status ~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.