Skip to main content
Glama
CSOAI-ORG

Proofof AI MCP

Official

Proofof Ai MCP

ProofOf.AI MCP Server - Digital Content Verification

PyPI License: MIT MEOK AI Labs

Overview

ProofOf.AI MCP Server - Digital Content Verification Built by MEOK AI Labs | https://proofof.ai

Provides AI content detection, deepfake metadata analysis, content certificates, and C2PA provenance checking.

Tools

Tool

Description

verify_text_origin

Analyze text for AI-generated patterns.

detect_deepfake_image

Check image metadata for AI generation signatures.

generate_content_certificate

Create a signed verification certificate for content.

verify_certificate

Verify a previously generated content certificate by ID.

check_provenance

Check C2PA / Content Credentials metadata in files.

get_verification_stats

Return statistics on verifications performed by this server instance.

Installation

pip install meok-proofof-ai-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "proofof-ai": {
      "command": "python",
      "args": ["-m", "meok_proofof_ai_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 6 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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/CSOAI-ORG/proofof-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server