General Tools
convertfilefast.com
Convert files between formats, merge/split PDFs, and combine images into PDFs.
ENDPOINT 1
https://mcp.convertfilefast.com/mcp
MCP server metadata
- Name
- ConvertFileFast
- Version
- 3.4.2
Convert files between 50+ formats, run PDF/image operations (merge, split, compress, rotate, protect, unlock, extract text, resize), report API/MCP feedback, and create Stripe billing links. Prefer passing a public URL via `source_url`; otherwise pass base64. Local stdio returns local paths; remote HTTP returns temporary download URLs.
Known tools 17
convert_fileConvert a document, spreadsheet, presentation, image, PDF, or data file.
Inferred read-onlycompress_imageCompress an image to reduce file size, optionally capping dimensions.
Inferred read-onlyget_billing_statusReturn current plan, subscription status, and remaining credits.
Inferred read-onlycreate_subscription_checkoutCreate a Stripe-hosted checkout link for a Pro or Scale subscription.
Potential side effectscreate_credit_pack_checkoutCreate a Stripe-hosted checkout link for one-time extra credits.
Potential side effectscreate_billing_portal_linkCreate a Stripe Billing Portal link for payment method and subscription management.
Potential side effectsreport_feedbackReport a bug, missing conversion, or quality issue to the ConvertFileFast team.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.convertfilefast]
url = "https://mcp.convertfilefast.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"convertfilefast": {
"type": "http",
"url": "https://mcp.convertfilefast.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: convertfilefast
Remote MCP URL: https://mcp.convertfilefast.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"convertfilefast": {
"url": "https://mcp.convertfilefast.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"convertfilefast": {
"type": "http",
"url": "https://mcp.convertfilefast.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "convertfilefast",
"transport": "streamable-http",
"url": "https://mcp.convertfilefast.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for convertfilefast.com was fetched 2026-08-24T04:03:10.814Z.
convertfilefast.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.