← convertfilefast.com

INDIVIDUAL MCP TOOL

report_feedback

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

convertfilefast.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.convertfilefast.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for report_feedback and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

convertfilefast.com

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

Related tools

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