Back to Browse

Watermarking Authenticity MCP Server

Developer ToolsUse Caution2.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress...

About

EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress...

Security Report

2.8
Use Caution2.8Critical Risk

The MCP server implements a tiered authentication system with rate limiting and audit logging, but has several moderate security concerns that require user attention. The server makes external HTTP calls to unverified endpoints for metering/verification (fail-open design), stores API keys in plaintext in the user's home directory, and lacks input validation on several tool parameters. While the code is not malicious and permissions align with its compliance/watermarking purpose, the authentication fallback behavior and credential handling practices create vectors for misuse that users should be aware of. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-watermarking-authenticity-mcp": {
      "args": [
        "-y",
        "watermarking-authenticity-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!