INDIVIDUAL MCP TOOL
get_account
Check the FileToPDF API key and return the plan, remaining conversion credits, and subscription status.
LIVE ENDPOINT
https://api.filetopdf.dev/mcp
Connect to this endpoint to inspect the live schema for get_account and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.filetopdf]
url = "https://api.filetopdf.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"filetopdf": {
"type": "http",
"url": "https://api.filetopdf.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: filetopdf
Remote MCP URL: https://api.filetopdf.dev/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": {
"filetopdf": {
"url": "https://api.filetopdf.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"filetopdf": {
"type": "http",
"url": "https://api.filetopdf.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "filetopdf",
"transport": "streamable-http",
"url": "https://api.filetopdf.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_file— Convert a file fetched from a public URL into a PDF.convert_html— Render a raw HTML string to a PDF using Chromium, with optional CSS and layout options.convert_markdown— Render a raw Markdown string to a PDF, with optional CSS and layout options.