Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Proofly MCP Integration provides deepfake face swap analysis capabilities via a Model Context Protocol server.
Add this to your MCP client configuration:
{
"mcpServers": {
"prooflie-mcp": {
"command": "npx",
"args": [
"-y",
"proofly-mcp@latest"
],
"env": {
"PROOFLY_API_KEY": "<Your Proofly API key for authentication>"
}
}
}
}{
"id": "prooflie-mcp",
"name": "Proofly",
"description": "Proofly MCP Integration provides deepfake face swap analysis capabilities via a Model Context Protocol server.",
"source_url": "https://github.com/prooflie/mcp",
"publisher_name": "prooflie",
"publisher_url": "https://github.com/prooflie",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 3527,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "proofly-mcp"
},
"tools_count": 4
}