P
PDF Generator API MCP server
Details
- Endpoint
-
https://mcp.pdfgeneratorapi.com/mcp - Transport
- streamable-http
- Docs
- https://github.com/pdfgeneratorapi/mcp-server
Authentication
Authorization: Bearer <credential> 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.