Md2Pdf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Md2Pdf (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP Server for Markdown to PDF conversion.
This server provides a tool to convert Markdown text to PDF files using the convert_markdown library. It's designed to work as an MCP (Model Context Protocol) server that can be integrated with various AI assistants and applications.
You can install and run this tool using uvx:
uvx --from md2pdf-mcp md2pdfConfigure the server in your MCP client configuration:
{
"mcpServers": {
"md2pdf": {
"command": "uvx",
"args": ["--from", "md2pdf-mcp", "md2pdf"],
"env": {
"PDF_OUTPUT_DIR": "/path/to/output/folder"
}
}
}
}The server provides one tool:
#### convert_md_to_pdf
Converts Markdown text to a PDF file.
Parameters:
markdown_text (string): The Markdown content to convertReturns: A JSON string containing:
type: "resource_link"uri: File URI of the generated PDFname: Generated filename (UUID-based)mimeType: "application/pdf"annotations: Metadata including audience, priority, and last modified timestampPDF_OUTPUT_DIR: Directory where PDF files will be saved (defaults to user's home directory)Once the server is running, you can call the tool through your MCP client:
{
"mcpServers": {
"md2pdf": {
"command": "uvx",
"args": ["--from", "md2pdf-mcp", "md2pdf"],
"env": {
"PDF_OUTPUT_DIR": "/path/to/output/folder"
}
}
}
}MIT License
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.