DocVerdict
Official4 toolsby rogerberent-netizen
PDF, photo, email, and file comparison evidence checks with plain-language reports.
Compare PDFs, photos, emails, and files to verify authenticity with plain-language reports.
Captured live from the server via tools/list.
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-language report. The result classifies evidence; it never determines fraud, authenticity, or legal validity.
Parameters (2)
- file_base64stringrequired
File content, base64-encoded.
- filenamestring
Original filename, for the report header.
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.
Parameters (2)
- file_base64stringrequired
File content, base64-encoded.
- filenamestring
Original filename, for the report header.
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 conclusion.
Parameters (2)
- file_base64stringrequired
File content, base64-encoded.
- filenamestring
Original filename, for the report header.
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 is the right one.
Parameters (4)
- file_a_base64stringrequired
File content, base64-encoded.
- file_b_base64stringrequired
File content, base64-encoded.
- filename_astring
Original filename, for the report header.
- filename_bstring
Original filename, for the report header.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://api.docverdict.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"docverdict": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.docverdict.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.