net.alpha-systems/pdf
https://alpha-systems.net/mcpskills: {'id': 'generate_pdf', 'name': 'generate_pdf', 'description': '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).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'markdown_to_html', 'name': 'markdown_to_html', 'description': 'Convert Markdown into a styled, standalone HTML document. Returns a downloadable URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'markdown_to_docx', 'name': 'markdown_to_docx', 'description': 'Convert Markdown into an editable Microsoft Word (.docx) document. Returns a downloadable URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'merge_pdfs', 'name': 'merge_pdfs', 'description': 'Merge multiple PDFs into a single PDF. Returns a downloadable URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'watermark_pdf', 'name': 'watermark_pdf', 'description': 'Stamp a diagonal text watermark across every page of a PDF. Returns a downloadable URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_recalls', 'name': 'check_recalls', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 437.5ms; conformance: pass
How to connect
https://alpha-systems.net/mcp
curl -X POST https://alpha-systems.net/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'