
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
MCP server for PodPDF: turn HTML, Markdown, URLs and templates into PDFs from any MCP client.
An MCP server for PodPDF. It lets Claude, Cursor, VS Code and any other MCP client turn HTML, Markdown, URLs and saved templates into PDFs.
{
"mcpServers": {
"podpdf": {
"command": "npx",
"args": ["-y", "podpdf-mcp"],
"env": { "PODPDF_API_KEY": "pk_..." }
}
}
}
With Claude Code:
claude mcp add podpdf --env PODPDF_API_KEY=pk_... -- npx -y podpdf-mcp
| Tool | What it does |
|---|---|
generate_pdf | HTML, Markdown or a public HTTPS URL to PDF, up to 25 pages. Options: format, landscape, margin, printBackground, scale, pageRanges. |
render_template | Fill a saved template (template_id) with data and render it. |
start_long_job | Queue HTML or Markdown up to 100 pages. wait: true polls until it's done. |
get_job | Status and details of a job. |
get_download_link | A fresh 1-hour download link for a job's stored output. |
generate_pdf, render_template and get_download_link take an optional save_path to write the PDF to disk. Otherwise they return a download link that is valid for one hour.
| Variable | Required | Default |
|---|---|---|
PODPDF_API_KEY | yes | — |
PODPDF_API_URL | no | https://api.podpdf.com |
API docs: apidocs.podpdf.com. Support: podpdfapp@gmail.com.
FAQs
MCP server for PodPDF: turn HTML, Markdown, URLs and templates into PDFs from any MCP client.
The npm package podpdf-mcp receives a total of 157 weekly downloads. As such, podpdf-mcp popularity was classified as not popular.
We found that podpdf-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.