MCPVault

add_watermark

MCP tool from Doc Ops MCP by Tele-AI

🎨 PDF Watermark Addition Tool - Add image or text watermarks to PDF documents.

How to use it

add_watermark is exposed by the Doc Ops MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the add_watermark tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Doc Ops MCP

$npm install -g doc-ops-mcp
FULL DOC OPS MCP LISTING

Other tools in Doc Ops MCP (39)

addQrCode

(boolean, optional) - Whether to add QR code, defaults to false

addWatermark

(boolean, optional) - Whether to add watermark, defaults to false

chineseFont

(string, optional) - Chinese font, defaults to Microsoft YaHei

content

(string, required) - Content to write

convert_document

Smart document conversion

convert_docx_to_pdf

Convert DOCX to PDF with automatic watermark addition (if configured).

convert_html_to_markdown

Convert HTML to Markdown.

convert_markdown_to_docx

Convert Markdown to DOCX.

convert_markdown_to_html

Convert Markdown to HTML.

convert_markdown_to_pdf

Convert Markdown to PDF with automatic watermark addition (if configured).

docxPath

(string, required) - DOCX file path

encoding

(string, optional) - File encoding, defaults to utf-8

extractMetadata

(boolean, optional) - Extract document metadata, defaults to false

filePath

(string, required) - Document path to read

htmlPath

(string, required) - HTML file path

includeImages

(boolean, optional) - Whether to include images, defaults to true

includeTableOfContents

(boolean, optional) - Include table of contents, defaults to false

inputPath

(string, required) - Input file path

markdownPath

(string, required) - Markdown file path

outputPath

(string, optional) - Output file path (auto-generated if not provided)

pdfPath

(string, required) - PDF file path

plan_conversion

Conversion planner

playwrightPdfPath

(string, required) - Generated PDF file path

preserveFormatting

(boolean, optional) - Preserve formatting (HTML output), defaults to false

preserveStyles

(boolean, optional) - Whether to preserve style formatting, defaults to true

process_pdf_post_conversion

Parameters:

qrCodePath

(string, optional) - QR code image path

quality

(string, optional) - Conversion quality requirement (fast, balanced, high), defaults to balanced

read_document

Read document content

sourceFile

(string, optional) - Source file path (for generating specific conversion parameters)

sourceFormat

(string, required) - Source file format (pdf, docx, html, markdown, md, txt, doc)

targetFormat

(string, required) - Target file format (pdf, docx, html, markdown, md, txt, doc)

targetPath

(string, optional) - Target PDF file path (auto-generated if not provided)

theme

(string, optional) - Theme style, defaults to "github"

useInternalPlaywright

(boolean, optional) - Use built-in Playwright for PDF conversion, defaults to false

watermarkImage

(string, optional) - Watermark image path

watermarkImageScale

(number, optional) - Image scale ratio, defaults to 0.25

watermarkText

(string, optional) - Watermark text content

write_document

Write document content