Skip to content
Back to search
100
MCP live v1.1.0 MCP 2025-11-25 streamable-http

Prince Cloud

cloud.prince/prince

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

Uptime
100.0%
1 direct probes · 30d
Response
1223ms
last probe
Tools
3
callable
Resources
1
readable
Prompts
0
available

Tools · 3

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: Pag…

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…

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,…

Resources · 1

pdf_download_widget

Widget UI for PDF download card.

ui://widget/pdf-download.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "prince_cloud": {
      "url": "https://prince.cloud/mcp",
      "transport": "streamable-http"
    }
  }
}