Proofof MCP Server

Proofof Ai tools for AI agents. Capabilities: verify text origin, detect deepfake image, gen...

Local serverstdioPython

What is the Proofof MCP server?

Most developer tooling work still happens through a UI a human drives. Proofof MCP server moves it into the conversation instead. Proofof Ai tools for AI agents. Capabilities: verify text origin, detect deepfake image, gen...

The short version

AI content verification & deepfake detection MCP — media forensics, synthetic media detection, provenance chains. MIT.

The tools it exposes

The server publishes 6 tools. What each one is for:

  • verify_text_origin — Check if text was AI-generated
  • detect_deepfake_image — Analyze image for AI generation artifacts
  • generate_content_certificate — Create a verifiable content certificate
  • verify_certificate — Verify a content certificate's authenticity
  • provenance_chain — Trace the full provenance chain of content
  • check_manipulation — Detect signs of manipulation in media

Getting it running

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Proofof's toolset — verify_text_origin, detect_deepfake_image, generate_content_certificate and 3 more — is a fair guide to whether it matches your workflow. It is maintained by CSOAI-ORG; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Proofof's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
verify_text_originCheck if text was AI-generated
detect_deepfake_imageAnalyze image for AI generation artifacts
generate_content_certificateCreate a verifiable content certificate
verify_certificateVerify a content certificate's authenticity
provenance_chainTrace the full provenance chain of content
check_manipulationDetect signs of manipulation in media

How to install the Proofof MCP server

### Claude Desktop
```json
{
  "mcpServers": {
    "proofof-ai": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Proofof to verify text origin.
  • Use Proofof to detect deepfake image.
  • Use Proofof to generate content certificate.

Frequently asked questions

It connects Proofof to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (verify_text_origin, detect_deepfake_image, generate_content_certificate, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Proofof directly.