← kdandoc.com
INDIVIDUAL MCP TOOL
batch_upload_pdf
Upload multiple PDF files from ChatGPT file attachments.
LIVE ENDPOINT
https://mcp.kdandoc.com/mcp
Connect to this endpoint to inspect the live schema for batch_upload_pdf 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.pdf-mcp-server]
url = "https://mcp.kdandoc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pdf-mcp-server": {
"type": "http",
"url": "https://mcp.kdandoc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pdf-mcp-server
Remote MCP URL: https://mcp.kdandoc.com/mcp
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": {
"pdf-mcp-server": {
"url": "https://mcp.kdandoc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pdf-mcp-server": {
"type": "http",
"url": "https://mcp.kdandoc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pdf-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.kdandoc.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compare_pdfs— MANDATORY for all document comparison requests.get_latest_comparison— Re-run the most recent PDF comparison for a session.compress_pdf— Compress a PDF to reduce its file size and return a new versioned file.delete_pdf_page— Delete one or more pages from a PDF and return a new versioned file.set_password— Add password protection to an unprotected PDF file.change_password— Change the password of an already-protected PDF file.list_redactable_line_text— Return per-page, per-line text for identifying redaction targets.redact_by_text_range— Redact PDF text by specifying the exact text to remove on each line.