Skip to main content
Glama

Deepfake Detector MCP

MCP server for deepfake detector mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Deepfake Detector MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

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.

Installation

pip install meok-deepfake-detector-mcp

Usage with Claude Desktop

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

{
  "mcpServers": {
    "deepfake-detector": {
      "command": "python",
      "args": ["-m", "meok_deepfake_detector_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 4 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/deepfake-detector-mcp'

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