# FileToPDF (remote · api.filetopdf.dev)

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

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.filetopdf.dev`: 68/100 (this document), [markdown](https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api.md), [page](https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api)
- npm · `filetopdf-mcp`: 62/100, [markdown](https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/filetopdf-mcp.md), [page](https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/filetopdf-mcp)

## Channel facts

- Endpoint: `https://api.filetopdf.dev/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 995 tokens (~248/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-filetopdf-filetopdf-mcp https://api.filetopdf.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-filetopdf-filetopdf-mcp]
url = "https://api.filetopdf.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-filetopdf-filetopdf-mcp": {
      "type": "remote",
      "url": "https://api.filetopdf.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-filetopdf-filetopdf-mcp --url https://api.filetopdf.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-filetopdf-filetopdf-mcp:
    url: "https://api.filetopdf.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-filetopdf-filetopdf-mcp": {
      "type": "http",
      "url": "https://api.filetopdf.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (4)

### `get_account` (~42 tokens)

Get FileToPDF account status

Check the FileToPDF API key and return the plan, remaining conversion credits, and subscription status. Free — costs no credits. Use this to verify the connection works.

### `convert_file` (~258 tokens)

Convert a file (by URL) to PDF

Convert a file fetched from a public URL into a PDF. Auto-detects the engine from the extension: Office docs (DOCX, XLSX, PPTX, ODT, RTF, TXT, CSV…), images (PNG, JPG, WebP…), HTML, Markdown, or an existing PDF (passthrough). Costs 1 credit on success. Returns the PDF as an embedded resource.

Input parameters:

- `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, required): Public http(s) URL of the file to download and convert.
- `userPassword` (string): Password required to open the resulting PDF.

### `convert_html` (~340 tokens)

Convert HTML to PDF

Render a raw HTML string to a PDF using Chromium, with optional CSS and layout options. Costs 1 credit on success. Returns the PDF as an embedded resource.

Input parameters:

- `css` (string): Optional CSS, injected into the document <head>.
- `html` (string, required): 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.

### `convert_markdown` (~355 tokens)

Convert Markdown to PDF

Render a raw Markdown string to a PDF, with optional CSS and layout options. A sensible default stylesheet is applied when no CSS is given. Costs 1 credit on success. Returns the PDF as an embedded resource.

Input parameters:

- `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, required): 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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://api.filetopdf.dev/mcp
- Authorisation metadata: https://api.filetopdf.dev/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/FileToPDF/filetopdf-mcp
- Website: https://filetopdf.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-filetopdf-filetopdf-mcp/api
