MCP-native · for AI agents & developers

Turn anything into a PDF.
One API call.

Generate a pixel-perfect PDF from HTML, a URL, or a template + JSON — through a REST API or an MCP tool your agent calls directly. Set the canonical Chromium engine loose; you just send data.

POST /api/v1/pdf
curl https://docweave.dev/api/v1/pdf \
  -H "Authorization: Bearer dw_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "source": {
      "type": "template",
      "template": "<h1>Invoice {{ number }}</h1><p>Total: {{ total }}</p>",
      "data": { "number": "INV-042", "total": "$1,280.00" }
    },
    "options": { "format": "A4" }
  }'

Built for AI agents

A first-class MCP server, not an afterthought. Your agent calls generate_pdf and gets back a real document. Free and open-source.

Template + JSON → PDF

Store a template once, POST the data, get a pixel-perfect PDF. Also does raw HTML and full URLs. Canonical Chromium rendering.

Per-document pricing

Pay per PDF, not per page. No surprise per-page tax like the legacy players. Transparent metered billing from call one.

Simple, per-document pricing

No per-page tax. A free, open-source MCP server to start — upgrade when you ship.

Starter

$29/mo

For side projects and first integrations.

  • 1,000 PDFs / mo
  • HTML · URL · template
  • MCP server
  • Community support
Start

Pro

$99/mo

For products generating documents at scale.

  • 12,000 PDFs / mo
  • Stored templates
  • Idempotency keys
  • Email support
Go Pro

Business

$299/mo

For teams and agencies. Best retention tier.

  • 50,000 PDFs / mo
  • Priority rendering
  • Higher rate limits
  • Direct founder access
Talk to us