Serversnet.identifai/mcp
M

identifAI MCP Server

net.identifai/mcp · v1.2.3
● Remote
v1.2.3remote🌐 https://mcp.identifai.net
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "net.identifai/mcp",
  "description": "Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools.",
  "title": "identifAI MCP Server",
  "version": "1.2.3",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.identifai.net",
      "headers": [
        {
          "description": "Your identifAI API key. Obtain it from the identifAI d ashboard at https://web.identifai.net.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Api-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}