← verifypdf.com

INDIVIDUAL MCP TOOL

get_document

Fetch the analysis result for a document previously submitted via submit_document or the REST API.

verifypdf.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

verifypdf.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.verifypdf-com]
url = "https://mcp.verifypdf.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "verifypdf-com": {
      "type": "http",
      "url": "https://mcp.verifypdf.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: verifypdf-com
Remote MCP URL: https://mcp.verifypdf.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": {
    "verifypdf-com": {
      "url": "https://mcp.verifypdf.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "verifypdf-com": {
      "type": "http",
      "url": "https://mcp.verifypdf.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "verifypdf-com",
  "transport": "streamable-http",
  "url": "https://mcp.verifypdf.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • auth_status — Confirm that a VerifyPDF API key has been configured for the current MCP session.
  • submit_document — Submit a PDF to VerifyPDF for full fraud / tamper analysis (the paid pipeline).
  • delete_document — Soft-delete a document previously submitted to VerifyPDF.
  • search_blog — Search the VerifyPDF knowledge bank — long-form articles on document fraud detection, AI-generated forgeries, bank statement and payslip verification, tenant screening, KYC and AML compliance, invoice fraud, identity checks and related topics.
  • read_blog_post — Read the full body of one article from the VerifyPDF knowledge bank — authoritative writing on document fraud detection, AI-generated forgeries, payslips, bank statements, tenant screening, KYC/AML compliance, invoice fraud and related verification topics.