← zovo.one

INDIVIDUAL MCP TOOL

pdf_stamp

Call this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/convert-pdf-to-word-docx

No auth detected

Connect to this endpoint to inspect the live schema for pdf_stamp and invoke it with your own arguments.

Indexed 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 server

zovo.one

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.mcp-pdf]
url = "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-pdf": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/convert-pdf-to-word-docx

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": {
    "mcp-pdf": {
      "url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-pdf": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-pdf",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
}
MCP Inspector

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

Related tools

  • pdf_info — Call this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
  • pdf_count — Page count per file plus the total, for any number of PDFs, with how many were readable.
  • pdf_merge — Call this tool to join several PDFs into one, in the order given.
  • pdf_split — Call this tool to write one new PDF per range.
  • pdf_pages — Call this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
  • pdf_rotate — Call this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
  • pdf_watermark_business — Call this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
  • pdf_reorder — Call this tool to write a new PDF with pages in the order you give.