# io.github.MLTCorp/convertfilefast (remote · mcp.convertfilefast.com)

Convert files, run PDF/image tools, create billing links, and report feedback.

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

## Components

- remote · `mcp.convertfilefast.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/mltcorp-convertfilefast/mcp.md), [page](https://verifymcp.io/servers/mltcorp-convertfilefast/mcp)
- npm · `convertfilefast-mcp`: 34/100, [markdown](https://verifymcp.io/servers/mltcorp-convertfilefast/convertfilefast-mcp.md), [page](https://verifymcp.io/servers/mltcorp-convertfilefast/convertfilefast-mcp)
- pypi · `convertfilefast-mcp`: 5/100, [markdown](https://verifymcp.io/servers/mltcorp-convertfilefast/convertfilefast-mcp-2.md), [page](https://verifymcp.io/servers/mltcorp-convertfilefast/convertfilefast-mcp-2)

## Channel facts

- Endpoint: `https://mcp.convertfilefast.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.4`

## 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**: 63/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 17 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 check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1276 tokens (~75/item across 17 items; 17 tools + 0 resources), lean.
  - 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 mltcorp-convertfilefast https://mcp.convertfilefast.com/mcp
```

### Codex

```toml
[mcp_servers.mltcorp-convertfilefast]
url = "https://mcp.convertfilefast.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mltcorp-convertfilefast": {
      "type": "remote",
      "url": "https://mcp.convertfilefast.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mltcorp-convertfilefast --url https://mcp.convertfilefast.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mltcorp-convertfilefast:
    url: "https://mcp.convertfilefast.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mltcorp-convertfilefast": {
      "type": "http",
      "url": "https://mcp.convertfilefast.com/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 69, +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-08-01 (score 68, +1)

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

### 2026-07-31 (score 67, 0)

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

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

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

### 2026-07-29 (score 66, +1)

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

### 2026-07-27 (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-26 (score 64)

First indexed and scored.

## MCP tools (17)

### `list_supported_conversions` (~20 tokens)

List every conversion slug supported by the MCP server.

### `convert_file` (~159 tokens)

Convert a document, spreadsheet, presentation, image, PDF, or data file.

Input parameters:

- `file_base64`: Base64-encoded source file. Use only when there is no URL.
- `filename`: Original filename (with extension); used to detect the source format and name the output.
- `source_format`: Source format token (e.g. 'docx', 'pdf', 'png', 'html', 'url'). Inferred from filename/URL if omitted.
- `source_url`: Public URL to the source file or webpage (preferred). For a webpage to PDF, point at the page and use target_format='pdf'.
- `target_format` (string, required): Desired output format, e.g. 'pdf', 'csv', 'png'.

### `images_to_pdf` (~100 tokens)

Combine multiple images into one multi-page PDF.

Input parameters:

- `filenames`: Optional filenames matching files_base64, with extensions.
- `files_base64`: Base64-encoded image files to combine, in order.
- `output_name` (string): Name for the output PDF.
- `page_size` (string): Page size: fit, A4, or letter.
- `source_urls`: Public image URLs to combine into a multi-page PDF, in order.

### `merge_pdfs` (~83 tokens)

Merge multiple PDFs into a single PDF, preserving the given order.

Input parameters:

- `files_base64`: Base64-encoded PDFs to merge, in order (minimum 2). Use when there are no URLs.
- `output_name` (string): Name for the merged PDF.
- `source_urls`: Public URLs of the PDFs to merge, in order (minimum 2).

### `split_pdf` (~70 tokens)

Extract specific pages/ranges from a PDF.

Input parameters:

- `file_base64`: Base64-encoded PDF.
- `pages` (string, required): Pages/ranges to extract, e.g. '1,3,5-7' or '1-5'.
- `source_url`: Public URL of the PDF.

### `compress_pdf` (~63 tokens)

Reduce the file size of a PDF.

Input parameters:

- `file_base64`: Base64-encoded PDF.
- `quality` (string): Compression preset.
- `remove_metadata` (boolean): Strip PDF metadata to reduce size further.
- `source_url`: Public URL of the PDF.

### `rotate_pdf` (~77 tokens)

Rotate pages in a PDF.

Input parameters:

- `angle` (integer, required): Rotation in degrees (clockwise).
- `file_base64`: Base64-encoded PDF.
- `pages`: Pages to rotate, e.g. '1,3,5-7'. Omit to rotate all pages.
- `source_url`: Public URL of the PDF.

### `protect_pdf` (~55 tokens)

Add password protection (encryption) to a PDF.

Input parameters:

- `file_base64`: Base64-encoded PDF.
- `password` (string, required): Password to set on the PDF.
- `source_url`: Public URL of the PDF.

### `unlock_pdf` (~50 tokens)

Remove password protection from a PDF.

Input parameters:

- `file_base64`: Base64-encoded PDF.
- `password` (string, required): Current password of the PDF.
- `source_url`: Public URL of the PDF.

### `extract_pdf_text` (~76 tokens)

Extract text and optional tables from a PDF as structured JSON.

Input parameters:

- `extract_tables` (boolean): Whether to extract tables too.
- `file_base64`: Base64-encoded PDF.
- `pages`: Optional pages/ranges to extract, e.g. '1-5'.
- `source_url`: Public URL of the PDF.

### `resize_image` (~94 tokens)

Resize an image to the given width/height.

Input parameters:

- `file_base64`: Base64-encoded image.
- `fit` (string): How to fit within width/height.
- `format`: Output format (jpeg, png, webp, ...). Defaults to source format.
- `height`: Target height in pixels.
- `source_url`: Public URL of the image.
- `width`: Target width in pixels.

### `compress_image` (~104 tokens)

Compress an image to reduce file size, optionally capping dimensions.

Input parameters:

- `file_base64`: Base64-encoded image.
- `format`: Output format (jpeg, png, webp, ...). Defaults to source format.
- `max_height`: Optionally cap the height in pixels.
- `max_width`: Optionally cap the width in pixels.
- `quality` (integer): Compression quality 1-100.
- `source_url`: Public URL of the image.

### `get_billing_status` (~21 tokens)

Return current plan, subscription status, and remaining credits.

### `create_subscription_checkout` (~62 tokens)

Create a Stripe-hosted checkout link for a Pro or Scale subscription.

Input parameters:

- `annual` (boolean): Use annual billing instead of monthly.
- `currency` (string): Preferred checkout currency.
- `plan_id` (string, required): Plan to subscribe to: pro or scale.

### `create_credit_pack_checkout` (~55 tokens)

Create a Stripe-hosted checkout link for one-time extra credits.

Input parameters:

- `currency` (string): Preferred checkout currency.
- `pack_id` (string, required): Credit pack to buy: pack_1000 or pack_10000.

### `create_billing_portal_link` (~25 tokens)

Create a Stripe Billing Portal link for payment method and subscription management.

### `report_feedback` (~88 tokens)

Report a bug, missing conversion, or quality issue to the ConvertFileFast team.

Input parameters:

- `category` (string): Feedback category.
- `context`: Extra detail: error message, input format, expected vs actual.
- `summary` (string, required): Short description of what went wrong or what is missing.
- `tool`: Tool or conversion involved, e.g. 'convert_file pdf-to-docx'.

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://mcp.convertfilefast.com/mcp
- Authorisation metadata: https://mcp.convertfilefast.com/.well-known/oauth-protected-resource/mcp
- Changelog RSS feed: https://verifymcp.io/servers/mltcorp-convertfilefast/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mltcorp-convertfilefast/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mltcorp-convertfilefast/mcp
