Metadata-Version: 2.4
Name: c2pa-watermark-mcp
Version: 0.1.1
Summary: C2PA Watermark & Provenance MCP server. Built with c2pa-python.
Requires-Python: >=3.11
Requires-Dist: c2pa-python>=0.32.12
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.28.0
Description-Content-Type: text/markdown

# C2PA Watermark & Provenance MCP

[![PyPI](https://img.shields.io/pypi/v/c2pa-watermark-mcp.svg)](https://pypi.org/project/c2pa-watermark-mcp/)

MCP server implementing C2PA (Coalition for Content Provenance and Authenticity) signing and verification.

## Features
- `sign_asset`: Apply C2PA metadata to images/video.
- `verify_asset`: Read provenance data from assets.

## Installation
```bash
pip install c2pa-watermark-mcp
```

## Usage
Add to your `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "c2pa-watermark": {
      "command": "uvx",
      "args": ["c2pa-watermark-mcp"]
    }
  }
}
```

<!-- mcp-name: io.github.CSOAI-ORG/c2pa-watermark-mcp -->
