cloud.prince/prince
Official3 toolsPrince Cloud
Convert Markdown, HTML, and web pages to high-quality PDF with Prince.
Converts Markdown, HTML, and web pages to high-quality PDF.
Captured live from the server via tools/list.
url_to_pdf
Fetch a URL and convert it to PDF using Prince. Args: url: URL of a document to fetch and convert style: Additional CSS to apply (inline stylesheet content) page_size: Page size (e.g., A4, letter) page_margin: Page margins (e.g., 20mm) javascript: Enable JavaScript execution pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1) output_filename: Output filename for the PDF (default: "output.pdf")
Parameters (7)
- urlstringrequired
- stylestring
- page_sizestring
- page_marginstring
- javascriptboolean
- pdf_profilestring
- output_filenamestring
markdown_to_pdf
Convert Markdown content to PDF using Prince. Args: content: Markdown content to convert style: Additional CSS to apply (inline stylesheet content) page_size: Page size (e.g., A4, letter) page_margin: Page margins (e.g., 20mm) javascript: Enable JavaScript execution pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1) output_filename: Output filename for the PDF (default: "output.pdf")
Parameters (7)
- contentstringrequired
- stylestring
- page_sizestring
- page_marginstring
- javascriptboolean
- pdf_profilestring
- output_filenamestring
html_to_pdf
Convert HTML content to PDF using Prince. Args: content: HTML content to convert style: Additional CSS to apply (inline stylesheet content) page_size: Page size (e.g., A4, letter) page_margin: Page margins (e.g., 20mm) javascript: Enable JavaScript execution pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1) output_filename: Output filename for the PDF (default: "output.pdf")
Parameters (7)
- contentstringrequired
- stylestring
- page_sizestring
- page_marginstring
- javascriptboolean
- pdf_profilestring
- output_filenamestring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"prince": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://prince.cloud/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.