Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChronoVerify agent recipes

Drop-in recipes to give any AI agent one capability: verify a photo's capture time and provenance (cryptographic C2PA Content Credentials validation, EXIF and XMP metadata, and classical pixel forensics) and return one verdict with a confidence and a signed audit record.

Provenance-first, not a deepfake or AI-generation detector. Results are investigative triage, not proof.

One-click MCP install

Add to Cursor Install in VS Code

Or paste this into your MCP client config (Claude Desktop, Claude Code, Cline, Windsurf):

{
  "mcpServers": {
    "chronoverify": {
      "command": "npx",
      "args": [
        "-y",
        "chronoverify-mcp"
      ],
      "env": {
        "CHRONOVERIFY_API_KEY": "cv_live_..."
      }
    }
  }
}

Omit the env block to use the free, rate-limited public path. See mcp/install.md for every client.

Direct function calling

Copy-paste tool definitions:

When the model calls chronoverify_verify_image, POST the arguments to https://chronoverify.com/v1/verify and return the JSON verdict.

Frameworks

Point each framework's MCP adapter at the published server:

SDKs

Runnable examples on the first-party SDKs:

Claude Skill

skill/SKILL.md is a ready Claude skill that calls the MCP tool or the REST API.

License

MIT

About

Image provenance for AI agents: drop-in recipes to give any agent capture-time and provenance verification with ChronoVerify. MCP one-click install, OpenAI/Claude tool defs, LangChain/LlamaIndex/CrewAI/n8n, and REST.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages