LIVE ENDPOINT
https://mcp.zovo.one/mcp/convert-pdf-to-word-docx
Connect to this endpoint to inspect the live schema for pdf_split and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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_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_stamp— Call this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.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.