← prince.cloud

INDIVIDUAL MCP TOOL

markdown_to_pdf

Convert Markdown content to PDF using Prince.

prince.cloudnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

prince.cloud

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.prince]
url = "https://prince.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prince": {
      "type": "http",
      "url": "https://prince.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prince
Remote MCP URL: https://prince.cloud/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "prince": {
      "url": "https://prince.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prince": {
      "type": "http",
      "url": "https://prince.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prince",
  "transport": "streamable-http",
  "url": "https://prince.cloud/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • url_to_pdf — Fetch a URL and convert it to PDF using Prince.
  • html_to_pdf — Convert HTML content to PDF using Prince.