← docverdict.com

INDIVIDUAL MCP TOOL

verify_photo

Check one photo (JPG, PNG, or HEIC): camera metadata, capture time, edit traces, and timestamp consistency.

docverdict.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • verify_pdf — Check one PDF: digital signature status, whether content was added after signing, and metadata observations (creation dates, producing software, edit history).
  • verify_email — Check one email saved as .
  • compare_pdfs — Compare two PDFs: byte identity, whether one file derives from the other, and what changed (pages, metadata, signature events).