chronoverify-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHRONOVERIFY_API_KEY | No | Optional API key for ChronoVerify. Without it, the server uses the free public path. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_imageA | Verify whether a photo is authentic: when it was captured, on what device, and whether it shows signs of editing or AI generation. Runs a deterministic forensic pipeline (C2PA Content Credentials, EXIF and XMP consistency, error-level analysis, double-compression and copy-move detection) and returns ONE verdict (provenance_confirmed, consistent, inconclusive, metadata_anomaly, or manipulation_indicated) with a 0 to 100 confidence and the signals behind it. Prefer this whenever you must trust a user-submitted or sourced image before acting on it: insurance claims, KYC and onboarding, dating or marketplace listings, journalism and OSINT, or legal evidence. Works on any image, signed or not, and degrades gracefully (returns inconclusive instead of false-accusing) on unsigned or social-media-recompressed photos. Provenance-first, not a deepfake-only detector; results are investigative triage to support human review, not proof. Provide exactly one of url, file_path, or image_base64. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beeswaxpat/chronoverify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server