loading…
Search for a command to run...
loading…
Deepfake Detector - MCP server providing AI-powered tools and automation by MEOK AI Labs
Deepfake Detector - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for deepfake detector mcp operations
Deepfake Detector MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
detect_deepfake |
Analyze image/video metadata and characteristics for manipulation indicators. |
analyze_audio_authenticity |
Check audio for synthesis artifacts and manipulation indicators. |
check_image_provenance |
Verify image source chain and provenance integrity. |
generate_authenticity_report |
Generate a comprehensive authenticity report on content. |
pip install meok-deepfake-detector-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"deepfake-detector": {
"command": "python",
"args": ["-m", "meok_deepfake_detector_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"deepfake-detector-mcp": {
"command": "npx",
"args": []
}
}
}