Docpenny HTML to PDF Generator

Created By
uxpedition2 days ago
Generate PDFs from HTML templates via AI agents or API. List templates, submit jobs with JSON data, check credits, and generate watermarked previews — all through MCP tools. Templates support LiquidJS templating with conditionals, loops, and raw variable injection.
Overview

DocPenny provides an MCP server for AI agents to generate PDF documents from HTML templates - single documents or bulk, with JSON data injection.

Tools

ToolDescription
list_templatesList your PDF templates with pagination and search
get_templateGet template details, LiquidJS structure, and expected JSON schema
submit_jobSubmit a PDF generation job — one or thousands of documents
get_jobCheck job status and download progress
get_creditsCheck your organization's credit balance
generate_previewGenerate a watermarked preview PDF (no credits consumed)

Usage

Connect your MCP host (Claude Desktop, Cursor, VS Code, ChatGPT, etc.):

{
  "mcpServers": {
    "docpenny": {
      "url": "https://mcp.docpenny.com/mcp",
      "headers": {
        "x-api-key": "your-docpenny-api-key"
      }
    }
  }
}

Get your API key at docpenny.com. Free tier includes 50 documents per month — no credit card required.

Server Config

{
  "mcpServers": {
    "docpenny": {
      "url": "https://mcp.docpenny.com/mcp",
      "headers": {
        "x-api-key": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
uxpedition
Star
-
Language
-
License
-
Category
Homepage

Recommend Servers

View All