net.alpha-systems/pdf
Official6 toolsMarkdown to PDF: headings, bold, code, lists, rules. A4/Letter/Legal. Free 30/hr. MCP + REST.
Convert Markdown to PDF with formatting support across standard page sizes.
Captured live from the server via tools/list.
generate_pdf
Convert Markdown into a clean, professionally formatted PDF and return a downloadable URL. Supports # / ## / ### headings, **bold**, `code`, - bullet lists, 1. numbered lists, and --- rules. Free tier: 30/hour; pass Authorization: Bearer <key> for unlimited (buy a key at https://alpha-systems.net).
Parameters (3)
- titlestring
Document title, rendered as the top heading.
- markdownstringrequired
Markdown body.
- page_sizestring
Page size (default A4).
markdown_to_html
Convert Markdown into a styled, standalone HTML document. Returns a downloadable URL.
Parameters (2)
- markdownstringrequired
Markdown source.
- titlestring
Document title.
markdown_to_docx
Convert Markdown into an editable Microsoft Word (.docx) document. Returns a downloadable URL.
Parameters (2)
- markdownstringrequired
Markdown source.
- titlestring
Document title.
merge_pdfs
Merge multiple PDFs into a single PDF. Returns a downloadable URL.
Parameters (1)
- pdfsarrayrequired
Base64-encoded PDF files (2 to 50).
watermark_pdf
Stamp a diagonal text watermark across every page of a PDF. Returns a downloadable URL.
Parameters (2)
- pdfstringrequired
Base64-encoded PDF.
- textstring
Watermark text (default "DRAFT").
check_recalls
Check whether a product, brand, drug, or vehicle has an official US recall or safety alert. Aggregates openFDA (food/drug/device), CPSC (consumer products), and NHTSA (vehicles, incl. VIN decode) into normalized JSON. Deterministic, official sources only — useful as a pre-purchase safety guardrail for shopping agents.
Parameters (5)
- querystring
Product, brand, or drug name
- vinstring
Vehicle VIN
- makestring
- modelstring
- yearstring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://alpha-systems.net/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.