convertfilefast
Server Details
Convert files, run PDF/image tools, create billing links, and report feedback.
- Status
- Healthy
- Uptime
- 100.0% over 37 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 17 tools
Each tool has a clearly distinct purpose, covering different file operations (compress, convert, extract, merge, split, etc.) and billing management. No two tools overlap in functionality.
Most tool names follow a verb_noun pattern (compress_image, protect_pdf), but a few deviate (images_to_pdf, list_supported_conversions) causing minor inconsistency. The pattern is largely predictable.
17 tools is slightly above the typical well-scoped range, but still reasonable given the breadth of file manipulation and billing operations. Each tool serves a distinct need.
The file conversion and PDF manipulation operations are well-covered (compress, convert, extract, merge, split, protect, etc.). The billing tools are complete for subscription and credit management. Minor gaps exist, such as batch operations or image format conversions.
Available Tools
18 toolscompress_imageCompress ImageIdempotentInspect
Compress an image to reduce file size, optionally capping dimensions.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (jpeg, png, webp, ...). Defaults to source format. | |
| quality | No | Compression quality 1-100. | |
| max_width | No | Optionally cap the width in pixels. | |
| max_height | No | Optionally cap the height in pixels. | |
| source_url | No | Public URL of the image. | |
| file_base64 | No | Base64-encoded image. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
compress_pdfCompress PdfIdempotentInspect
Reduce the file size of a PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | Compression preset. | medium |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. | |
| remove_metadata | No | Strip PDF metadata to reduce size further. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
convert_fileConvert FileIdempotentInspect
Convert a document, spreadsheet, presentation, image, PDF, or data file.
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename (with extension); used to detect the source format and name the output. | |
| source_url | No | Public URL to the source file or webpage (preferred). For a webpage to PDF, point at the page and use target_format='pdf'. | |
| file_base64 | No | Base64-encoded source file. Use only when there is no URL. | |
| source_format | No | Source format token (e.g. 'docx', 'pdf', 'png', 'html', 'url'). Inferred from filename/URL if omitted. | |
| target_format | Yes | Desired output format, e.g. 'pdf', 'csv', 'png'. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
create_billing_portal_linkCreate Billing Portal LinkInspect
Create a Stripe Billing Portal link for payment method and subscription management.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
create_credit_pack_checkoutCreate Credit Pack CheckoutInspect
Create a Stripe-hosted checkout link for one-time extra credits.
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | Credit pack to buy: pack_1000 or pack_10000. | |
| currency | No | Preferred checkout currency. | usd |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
create_subscription_checkoutCreate Subscription CheckoutInspect
Create a Stripe-hosted checkout link for a Pro or Scale subscription.
| Name | Required | Description | Default |
|---|---|---|---|
| annual | No | Use annual billing instead of monthly. | |
| plan_id | Yes | Plan to subscribe to: pro or scale. | |
| currency | No | Preferred checkout currency. | usd |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
extract_pdf_textExtract Pdf TextIdempotentInspect
Extract text and optional tables from a PDF as structured JSON.
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Optional pages/ranges to extract, e.g. '1-5'. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. | |
| extract_tables | No | Whether to extract tables too. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_billing_statusGet Billing StatusIdempotentInspect
Return current plan, subscription status, and remaining credits.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
images_to_pdfImages To PdfIdempotentInspect
Combine multiple images into one multi-page PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| filenames | No | Optional filenames matching files_base64, with extensions. | |
| page_size | No | Page size: fit, A4, or letter. | fit |
| output_name | No | Name for the output PDF. | images.pdf |
| source_urls | No | Public image URLs to combine into a multi-page PDF, in order. | |
| files_base64 | No | Base64-encoded image files to combine, in order. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_supported_conversionsList Supported ConversionsIdempotentInspect
List every conversion slug supported by the MCP server.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
manage_auto_rechargeManage Auto RechargeAInspect
Check or change automatic credit-pack recharge: on/off, the trigger threshold, and the last recharge attempts (including the manual payment link when a charge required authentication or was declined). Call with no arguments to just check the current state.
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Turn automatic credit recharge on (true) or off (false). Omit to leave unchanged. | |
| threshold_credits | No | Balance at which auto-recharge should fire. Omit to leave unchanged. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, the description adds meaningful behavioral context: the tool both reads and mutates auto-recharge settings, and its output can include last recharge attempts and a manual payment link when a charge required auth or was declined. It does not mention all side-effect caveats, but it does not contradict the annotations and gives useful non-obvious behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded, leading with the core verb and resource, then listing the key behaviors and the no-argument usage hint. Every clause earns its place; there is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given only two optional parameters, an existing output schema, and the description's coverage of both read and write behavior plus the noteworthy payment-link output detail, an agent has enough information to decide when and how to call the tool. No critical calling information is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the schema already explains both parameters, including 'Omit to leave unchanged.' The description adds overall context about thresholds and attempts but does not provide param-specific semantics beyond what the schema states, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific operation, 'check or change', on a specific resource, 'automatic credit-pack recharge', and enumerates the exact aspects involved (on/off, threshold, last recharge attempts, manual payment link). This clearly differentiates it from billing/checkout siblings by scoping it to auto-recharge management.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit usage instruction: 'Call with no arguments to just check the current state,' which effectively distinguishes the read path from the change path. However, it does not explicitly name alternatives or exclusions, such as using get_billing_status for general billing status or create_credit_pack_checkout for manual purchases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
merge_pdfsMerge PdfsIdempotentInspect
Merge multiple PDFs into a single PDF, preserving the given order.
| Name | Required | Description | Default |
|---|---|---|---|
| output_name | No | Name for the merged PDF. | merged.pdf |
| source_urls | No | Public URLs of the PDFs to merge, in order (minimum 2). | |
| files_base64 | No | Base64-encoded PDFs to merge, in order (minimum 2). Use when there are no URLs. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
protect_pdfProtect PdfIdempotentInspect
Add password protection (encryption) to a PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password to set on the PDF. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
report_feedbackReport FeedbackInspect
Report a bug, missing conversion, or quality issue to the ConvertFileFast team.
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Tool or conversion involved, e.g. 'convert_file pdf-to-docx'. | |
| context | No | Extra detail: error message, input format, expected vs actual. | |
| summary | Yes | Short description of what went wrong or what is missing. | |
| category | No | Feedback category. | other |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
resize_imageResize ImageIdempotentInspect
Resize an image to the given width/height.
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | How to fit within width/height. | contain |
| width | No | Target width in pixels. | |
| format | No | Output format (jpeg, png, webp, ...). Defaults to source format. | |
| height | No | Target height in pixels. | |
| source_url | No | Public URL of the image. | |
| file_base64 | No | Base64-encoded image. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
rotate_pdfRotate PdfIdempotentInspect
Rotate pages in a PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| angle | Yes | Rotation in degrees (clockwise). | |
| pages | No | Pages to rotate, e.g. '1,3,5-7'. Omit to rotate all pages. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
split_pdfSplit PdfIdempotentInspect
Extract specific pages/ranges from a PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Pages/ranges to extract, e.g. '1,3,5-7' or '1-5'. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
unlock_pdfUnlock PdfIdempotentInspect
Remove password protection from a PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Current password of the PDF. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Added
manage_auto_recharge
4 tool updates
- Added
create_billing_portal_link - Added
create_credit_pack_checkout - Added
create_subscription_checkout - Added
get_billing_status
13 tool updates
- First observed
compress_image - First observed
compress_pdf - First observed
convert_file - First observed
extract_pdf_text - First observed
images_to_pdf - First observed
list_supported_conversions - First observed
merge_pdfs - First observed
protect_pdf - First observed
report_feedback - First observed
resize_image - First observed
rotate_pdf - First observed
split_pdf - First observed
unlock_pdf
Related MCP Connectors
Convert and compress PDFs and images, redact personal data, and run text and data utilities.
File conversion: PDF, DOCX, STT, TTS, watermarking
Convert PDFs/images to Word, Excel, and Markdown. Split, merge, and watermark PDF files.
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables document conversion and processing through MCP, including Office/PDF/Markdown conversions, OCR, and PDF operations like split, rotate, encrypt, and extract.MIT
- AlicenseAqualityCmaintenanceFile conversion for AI agents: office docs to PDF, PDF to Word, document interchange (Markdown/HTML/EPUB/LaTeX), and audio/video transcodes via the hushvert hosted API. Tools: convert_file, convert_poll, list_formats, check_usage.437 npm1MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to read PDFs, extract images, convert between PDF and DOCX, create DOCX from text, and generate PDFs from DOCX, text, or HTML.-
- AlicenseNot gradedqualityDmaintenanceConverts various document formats to desired output formats, currently supporting PDF to image conversion. No access keys required for basic file format conversion operations.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.