# io.github.TemplateFoxPDF/mcp-server (npm · @templatefox/mcp-server)

MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants

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

## Components

- npm · `@templatefox/mcp-server`: 69/100 (this document), [markdown](https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server.md), [page](https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@templatefox/mcp-server`
- Version: `1.9.7`
- Transport: `stdio`

## Trust breakdown

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. 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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 890 tokens (~111/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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 templatefoxpdf-mcp-server -- npx -y @templatefox/mcp-server
```

### Codex

```bash
codex mcp add templatefoxpdf-mcp-server -- npx -y @templatefox/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "templatefoxpdf-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@templatefox/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add templatefoxpdf-mcp-server --command npx --arg -y --arg @templatefox/mcp-server
```

### Hermes

```yaml
mcp_servers:
  templatefoxpdf-mcp-server:
    command: "npx"
    args: ["-y", "@templatefox/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "templatefoxpdf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@templatefox/mcp-server"
      ]
    }
  }
}
```

## 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-04 (score 69, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 21, −4)

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

### 2026-07-31 (score 25, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-29 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `generate_pdf` (~309 tokens)

Generate a PDF from a template with dynamic data. Returns a URL to download the generated PDF. Costs 1 credit per generation. Use list_templates to find available templates and get_template_fields to discover required data fields.

Input parameters:

- `data` (object, required): Key-value data to render in the template. Keys must match template variables.
- `expiration` (integer): URL expiration in seconds. Min: 60 (1 min), Max: 604800 (7 days). Only applies to `url` export type.
- `export_type` (string): Export format: `url` uploads to CDN and returns URL, `binary` returns raw PDF bytes
- `filename` (string): Custom filename for the PDF (without .pdf extension). If not provided, defaults to 'document'. Only applies to `url` export type.
- `pdf_variant` (string): Generate a standards-compliant PDF variant. Use `pdf/a-3b` for archival compliance (most common). Use `pdf/a-3b` if you need file attachments (e.g. Factur-X). When not set, a standard PDF is generate…
- `s3_bucket` (string): Override the default bucket configured in your S3 integration.
- `s3_filepath` (string): Custom path prefix in your S3 bucket. Uses default prefix if not provided.
- `store_s3` (boolean): Upload to your configured S3 bucket instead of CDN
- `template_id` (string, required): Template short ID (12 characters)

### `generate_pdf_async` (~305 tokens)

Queue an asynchronous PDF generation job. Returns a job_id for status polling. Use for large documents or when you need webhook notifications. Costs 1 credit. Check progress with get_pdf_job_status.

Input parameters:

- `data` (object, required): Key-value data to render in the template.
- `expiration` (integer): URL expiration in seconds (60-604800). Default: 86400 (24 hours).
- `export_type` (string): Export format. Currently only `url` is supported for async.
- `filename` (string): Custom filename for the PDF (without .pdf extension).
- `pdf_variant` (string): Generate a standards-compliant PDF variant. Use `pdf/a-3b` for archival compliance (most common). Use `pdf/a-3b` if you need file attachments (e.g. Factur-X). When not set, a standard PDF is generate…
- `s3_bucket` (string): Override the default bucket configured in your S3 integration.
- `s3_filepath` (string): Custom path prefix in your S3 bucket.
- `store_s3` (boolean): Upload to your configured S3 bucket instead of CDN.
- `template_id` (string, required): Template short ID (12 characters)
- `webhook_secret` (string): Secret for HMAC-SHA256 signing of webhook payloads (min 16 chars).
- `webhook_url` (string): URL to receive POST notification when job completes or fails. Must be a public HTTPS URL.

### `get_pdf_job_status` (~58 tokens)

Get the status of an async PDF generation job. Returns status (pending, processing, completed, failed) and the PDF URL when completed.

Input parameters:

- `job_id` (string, required): Async job ID (UUID returned by the create-async endpoint)

### `list_pdf_jobs` (~61 tokens)

List async PDF generation jobs. Supports pagination and filtering by status.

Input parameters:

- `limit` (integer): Maximum number of results to return
- `offset` (integer): Number of results to skip (for pagination)
- `status` (string): Filter jobs by status

### `list_templates` (~33 tokens)

List all available PDF templates. Returns template IDs and names. Use this to discover which templates are available before generating a PDF.

### `get_template_fields` (~57 tokens)

Get the dynamic fields for a specific template. Use this to know what data to provide when generating a PDF. Returns field names, types, and whether they are required.

Input parameters:

- `template_id` (string, required): Template short ID (12 characters)

### `get_account_info` (~19 tokens)

Get account information including remaining credits and email address.

### `list_transactions` (~48 tokens)

List credit transaction history showing PDF generations, purchases, and refunds. Supports pagination.

Input parameters:

- `limit` (integer): Number of records to return
- `offset` (integer): Number of records to skip

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server#diagnostics

## Score history

- 2026-08-04: 69
- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 25
- 2026-07-29: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@templatefox/mcp-server
- Socket report: https://socket.dev/npm/package/@templatefox/mcp-server
- Repository: https://github.com/TemplateFoxPDF/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/templatefoxpdf-mcp-server/templatefox-mcp-server
