Skip to main content
Glama
FileToPDF

FileToPDF MCP server

Official
by FileToPDF

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FILETOPDF_API_KEYYesYour FileToPDF API key. Get a free trial key at https://filetopdf.dev
FILETOPDF_OUTPUT_DIRNoOptional directory path to save the PDF files to disk. If not set, PDF is only returned as base64 resource.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_accountA

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_fileA

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 existing PDF (passthrough). Costs 1 credit on success. Returns the PDF as an embedded resource.

convert_htmlA

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_markdownA

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each conversion tool targets a distinct input type (URL-based files, raw HTML, raw Markdown), and get_account is separate. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (convert_file, convert_html, convert_markdown, get_account).

Tool Count5/5

Four tools is appropriate for a focused PDF conversion server, covering the main conversion methods and account info.

Completeness5/5

The tool surface covers all major conversion paths (URL-based auto-detection, raw HTML, raw Markdown) and account verification, with no obvious gaps.

Maintenance

ActivityInactive
ResponsivenessUnresponsive