Odel
chronoverify mcp

chronoverify mcp

Local
@beeswaxpat2TypeScriptMITUpdated 6 days ago

Verify a photo's capture time and provenance: C2PA validation, EXIF/XMP, and pixel forensics.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchronoverify-mcpv0.1.9

Run

npx -y chronoverify-mcp

MCP client config

{
  "mcpServers": {
    "chronoverify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chronoverify-mcp"
      ]
    }
  }
}