Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.mltcorp/convertfilefast

io.github.mltcorp/convertfilefast

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

Uptime
100.0%
1 direct probes · 30d
Response
849ms
last probe
Tools
17
callable
Resources
0
readable
Prompts
0
available

Tools · 17

list_supported_conversions

List every conversion slug supported by the MCP server.

convert_file

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

images_to_pdf

Combine multiple images into one multi-page PDF.

merge_pdfs

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

split_pdf

Extract specific pages/ranges from a PDF.

compress_pdf

Reduce the file size of a PDF.

rotate_pdf

Rotate pages in a PDF.

protect_pdf

Add password protection (encryption) to a PDF.

unlock_pdf

Remove password protection from a PDF.

extract_pdf_text

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

resize_image

Resize an image to the given width/height.

compress_image

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

get_billing_status

Return current plan, subscription status, and remaining credits.

create_subscription_checkout

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

create_credit_pack_checkout

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

create_billing_portal_link

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

report_feedback

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mltcorp/convertfilefast": {
      "url": "https://mcp.convertfilefast.com/mcp",
      "transport": "streamable-http"
    }
  }
}