pdfgeneratorapi.com
PDF Generator API is a service for generating PDF documents and related outputs from templates and JSON data. It also provides a browser-based template editor and related document-processing features such as HTML-to-PDF conversion, QR code generation, and e-invoicing.
PDF Generator API exposes authenticated HTTP APIs for document generation/template management (v3 and v4) plus an official streamable-HTTP MCP server; all documented surfaces use JWT bearer auth derived from an account API key and secret.
- PDF Generator API MCP serverdiscovered
- PDF Generator API v4discovered
Sign in to your PDF Generator API account and open Settings to view your API key and API secret. Use them server-side to sign an HS256 JWT; the docs say the JWT payload should include iss = your API key and sub = your workspace identifier/email. The support docs also mention you can mint a temporary test JWT from the same settings page, but production integrations should generate JWTs themselves from the key and secret.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://pdfgeneratorapi.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing