# io.github.CSOAI-ORG/c2pa-watermark-mcp (pypi · c2pa-watermark-mcp)

C2PA Watermark & Provenance MCP server. Built with c2pa-python.

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- pypi · `c2pa-watermark-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp.md), [page](https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp)

## Channel facts

- Registry: `pypi`
- Package: `c2pa-watermark-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 5 of 57 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 53 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 148 tokens (~74/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add csoai-org-c2pa-watermark-mcp -- uvx c2pa-watermark-mcp
```

### Codex

```bash
codex mcp add csoai-org-c2pa-watermark-mcp -- uvx c2pa-watermark-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "csoai-org-c2pa-watermark-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "c2pa-watermark-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add csoai-org-c2pa-watermark-mcp --command uvx --arg c2pa-watermark-mcp
```

### Hermes

```yaml
mcp_servers:
  csoai-org-c2pa-watermark-mcp:
    command: "uvx"
    args: ["c2pa-watermark-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "csoai-org-c2pa-watermark-mcp": {
      "command": "uvx",
      "args": [
        "c2pa-watermark-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 62)

First indexed and scored.

## MCP tools (2)

### `sign_asset` (~120 tokens)

Apply C2PA provenance metadata to an asset (image/video/audio).

Args:
    input_path: Path to the source file.
    output_path: Path where the signed file will be saved.
    creator_name: Name of the asset creator.
    model_name: Optional name/ID of the AI model used.
    claim_generator: Name of the signing software.

Input parameters:

- `claim_generator` (string)
- `creator_name` (string)
- `input_path` (string, required)
- `model_name`
- `output_path` (string, required)

Output parameters:

- `result` (object)

### `verify_asset` (~28 tokens)

Read and verify C2PA provenance metadata from an asset.

Input parameters:

- `path` (string, required)

Output parameters:

- `result` (object)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 62

## Links

- PyPI project: https://pypi.org/project/c2pa-watermark-mcp/
- Socket report: https://socket.dev/pypi/package/c2pa-watermark-mcp
- Repository: https://github.com/CSOAI-ORG/c2pa-watermark-mcp
- Changelog RSS feed: https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp.json
- HTML version of this page: https://verifymcp.io/servers/csoai-org-c2pa-watermark-mcp/c2pa-watermark-mcp
