← kdandoc.com

INDIVIDUAL MCP TOOL

get_latest_comparison

Re-run the most recent PDF comparison for a session.

kdandoc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.kdandoc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_latest_comparison 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

kdandoc.com

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.
  • 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.
  • upload_pdf — Upload a PDF from a ChatGPT file attachment.