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

FileToPDF

dev.filetopdf/filetopdf-mcp

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

Uptime
100.0%
2 direct probes · 30d
Response
170ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_account

Check the FileToPDF API key and return the plan, remaining conversion credits, and subscription status. Free — costs no credits. Use this to verify the connection works.

convert_file

Convert a file fetched from a public URL into a PDF. Auto-detects the engine from the extension: Office docs (DOCX, XLSX, PPTX, ODT, RTF, TXT, CSV…), images (PNG, JPG, WebP…), HTML, Markdown, or an ex…

convert_html

Render a raw HTML string to a PDF using Chromium, with optional CSS and layout options. Costs 1 credit on success. Returns the PDF as an embedded resource.

convert_markdown

Render a raw Markdown string to a PDF, with optional CSS and layout options. A sensible default stylesheet is applied when no CSS is given. Costs 1 credit on success. Returns the PDF as an embedded re…

How to use

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

{
  "mcpServers": {
    "filetopdf": {
      "url": "https://api.filetopdf.dev/mcp",
      "transport": "streamable-http"
    }
  }
}