Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

DocVerdict

io.github.rogerberent-netizen/docverdict

PDF, photo, email, and file comparison evidence checks with plain-language reports.

Uptime
100.0%
1 direct probes · 30d
Response
488ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

verify_pdf

Check one PDF: digital signature status, whether content was added after signing, and metadata observations (creation dates, producing software, edit history). Returns findings JSON and a plain-langua…

verify_photo

Check one photo (JPG, PNG, or HEIC): camera metadata, capture time, edit traces, and timestamp consistency. Observations suggest, never prove, how the image was made and handled.

verify_email

Check one email saved as .eml: sender alignment, authentication results as recorded by the receiving server, and the delivery route. Classifications only — a mismatch is evidence to weigh, not a concl…

compare_pdfs

Compare two PDFs: byte identity, whether one file derives from the other, and what changed (pages, metadata, signature events). Reports the relationship the bytes show; it does not decide which file i…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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