# Prince Cloud MCP server

Convert Markdown, HTML, and web pages to high-quality PDF with Prince.

## Links
- Registry page: https://www.getdrio.com/mcp/cloud-prince-prince
- Website: https://prince.cloud

## Install
- Endpoint: https://prince.cloud/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://prince.cloud/mcp

## Tools
- 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")
     Endpoint: https://prince.cloud/mcp
- 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")
     Endpoint: https://prince.cloud/mcp
- 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")
     Endpoint: https://prince.cloud/mcp

## Resources
- ui://widget/pdf-download.html - Widget UI for PDF download card. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: cloud.prince
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 25, 2026
- Source: https://registry.modelcontextprotocol.io
