Labsco
carboneio logo

TemplateFox

from carboneio

Generate PDF documents with TemplateFox

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys

MCP Server

Copy page

MCP Server

MCP (Model Context Protocol) is an open standard that lets AI assistants discover and use external tools. The TemplateFox MCP server gives your AI assistant 8 tools to generate PDFs, manage templates, and check credits — all from natural language.

  • npm: @templatefox/mcp-server

  • GitHub: TemplateFoxPDF/mcp-server

Available tools

The MCP server exposes 8 tools that your AI assistant can call:

generate_pdf

Generate a PDF from a template with dynamic data. Costs 1 credit per PDF.

What you can ask:

“Generate an invoice for John Doe, total $250, using my Invoice template”

“Create a certificate of completion for Jane Smith, course: Advanced React”

generate_pdf_async

Queue async PDF generation with an optional webhook callback. Useful for large or batch jobs. Costs 1 credit per PDF.

“Generate 10 certificates in the background and notify me when done”

list_templates

Discover all available PDF templates in your account.

“What templates do I have?”

“Show me all my PDF templates”

get_template_fields

Get the fields and variables for a specific template. Useful to understand what data a template expects before generating.

“What fields does my Invoice template need?“

get_pdf_job_status

Check the status of an async PDF generation job.

“Is my PDF job finished yet?“

list_pdf_jobs

List all async PDF generation jobs and their statuses.

“Show me my recent PDF jobs”

get_account_info

Check remaining credits and account information.

“How many credits do I have left?“

list_transactions

View credit transaction history.

“Show me my credit usage this month”

Use cases

Generate a single document

Ask your AI assistant to generate one PDF with specific data. The assistant discovers the template, checks the required fields, and generates the PDF in one flow:

“Generate a packing slip for order #1234, customer John Doe, 3x Widget Blue and 1x Gadget Pro”

Explore templates before generating

Ask about your templates first, then generate once you know what’s available:

“List my templates, then show me the fields for the Receipt template”

Check account status

Monitor your usage without leaving your AI assistant:

“How many credits do I have left? Show me my recent transactions”

Remote server (soon)

A hosted HTTP MCP endpoint at https://api.templatefox.com/mcp is coming soon. This will let you connect without installing anything locally — just point your MCP client to the URL.

Next steps

  • Get Started in 5 Minutes — Create your first template

  • Data Binding — Learn how to pass dynamic data

  • API Reference — Full endpoint documentation

Last updated on June 27, 2026

PDF StandardsUpload to S3