← convertfilefast.com

INDIVIDUAL MCP TOOL

create_billing_portal_link

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

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 create_billing_portal_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

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.