← zovo.one
INDIVIDUAL MCP TOOL
pdf_delete_upload
Delete one PDF stored for your token, uploaded or generated.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/pdf-splitter
Connect to this endpoint to inspect the live schema for pdf_delete_upload 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 deletion term.
- A tool name, description or schema mentions credentials.
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/pdf-splitter"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/pdf-splitter
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/pdf-splitter"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
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_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.