Odel
Is It AI MCP

Is It AI MCP

Local
@johannsenlumPythonMITUpdated 2w ago

MCP server that reads C2PA Content Credentials: what an image declares about its own origin

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIis-it-ai-mcpv0.1.0

Run

uvx is-it-ai-mcp

MCP client config

{
  "mcpServers": {
    "is-it-ai-mcp": {
      "command": "uvx",
      "args": [
        "is-it-ai-mcp"
      ]
    }
  }
}