loading…
Search for a command to run...
loading…
Proofof AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Proofof AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
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.
| 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. |
pip install meok-proofof-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"proofof-ai": {
"command": "python",
"args": ["-m", "meok_proofof_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"proofof-ai-mcp": {
"command": "npx",
"args": []
}
}
}