← zovo.one
INDIVIDUAL MCP TOOL
pdf_text
Call this tool for best-effort text extraction from standard-font PDFs.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/split-pdf
Connect to this endpoint to inspect the live schema for pdf_text 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
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/split-pdf"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/split-pdf
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/split-pdf"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
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.