Printwren: HTML to PDF and URL to PDF (real Chrome)

Printwren: web page or HTML to PDF with real Chrome; pages, base64 or download link. Free, no key.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
82%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~328Tokens (tool definitions)
~980 BTypical response size
Minimal attention impact (0.26% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "html-to-pdf": {
      "url": "https://printwren.cybermax-tools.workers.dev/mcp"
    }
  }
}

Remote endpoints

https://printwren.cybermax-tools.workers.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢url_to_pdf(url, format, landscape, page_numbers, include_base64)

Print a public web page to PDF with real Chrome. Returns title, page count, size, a direct download URL and (include_base64=true) the PDF bytes as base64.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Public http(s) URL or bare domain"
    },
    "format": {
      "type": "string",
      "enum": [
        "A4",
        "Letter",
        "Legal",
        "A3",
        "A5",
        "Tabloid"
      ],
      "default": "A4"
    },
    "landscape": {
      "type": "boolean",
      "default": false
    },
    "page_numbers": {
      "type": "boolean",
      "default": false
    },
    "include_base64": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "url"
  ]
}
🟢html_to_pdf(html, format, landscape, page_numbers)

Print an HTML document (invoice, report, receipt; up to 200 KB, inline CSS) to PDF with real Chrome. Returns the PDF as base64 with page count and size.

Input Schema

{
  "type": "object",
  "properties": {
    "html": {
      "type": "string",
      "maxLength": 200000
    },
    "format": {
      "type": "string",
      "enum": [
        "A4",
        "Letter",
        "Legal",
        "A3",
        "A5",
        "Tabloid"
      ],
      "default": "A4"
    },
    "landscape": {
      "type": "boolean",
      "default": false
    },
    "page_numbers": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "html"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools