
Watermark Attestation MCP
from CSOAI-ORG
EU AI Act Article 50 watermarking compliance โ C2PA metadata, AI-generated content labeling, provenance attestation for Nov 2026 deadline
Meok Watermark Attest MCP
EU AI Act Article 50 watermarking + transparency MCP. Built for the 2 November 2026 cliff.
EU AI Act Article 50 watermarking compliance MCP โ C2PA, content provenance, deepfake disclosure,...
EU AI Act Article 50 watermarking compliance MCP โ C2PA, content provenance, deepfake disclosure, AI-content labelling. Hits the November 2026 cliff. By MEOK AI Labs.
Who needs this
โจ Features
- AI content watermarking
- Article 50 compliance
- Detection & verification
- Batch processing
- API integration
- Free โ 10 audits/day, full classifier + disclosure templates
- Pro ยฃ199/mo โ unlimited + signed attestations + monthly regression checks โ subscribe
- Enterprise ยฃ1,499/mo โ content-pipeline integration + custom templates per language/jurisdiction
- ยฃ499 one-off Article 50 Readiness Pack โ bespoke audit + signed attestation
๐ Documentation
๐ก๏ธ Compliance
This MCP server is built with EU AI Act compliance built-in:
- โ Article 9 โ Risk Management System
- โ Article 13 โ Transparency & Instructions for Use
- โ Article 15 โ Bias Detection & Testing
- โ Article 26 โ FRIA Support (where applicable)
- โ Article 50 โ AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic โ
๐ข Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: ยฃ79/mo โ Full MCP suite + EU AI Act tracking
- Enterprise: ยฃ499/mo โ Custom dev + SLA + Dedicated support
View Pricing โ | Contact Sales โ
๐ค Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem โ 26 PyPI packages ยท ~16,300 monthly installs.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
๐ License
MIT ยฉ CSOAI-ORG
Built with ๐ by MEOK AI Labs ยท UK Companies House 16939677
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool โ EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governanceFree tier: 10 calls/day per MCP. Pro tier (ยฃ79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
โ Full catalogue: councilof.ai/catalogue โ MEOK AI Labs: meok.ai
๐ธ Try MEOK in 30 seconds โ instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | ยฃ1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | ยฃ9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | ยฃ29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe โ VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Examples
Once configured, ask your assistant, for example:
- "Use
get_deadline_statusto โฆ" - "Use
classify_obligationsto โฆ" - "Use
generate_disclosure_textto โฆ"
# Install via pip
pip install meok_watermark_attest_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install meok-watermark-attest-mcp --client claudeQuick Install
| Client | Install |
|---|---|
| Claude Desktop | |
| Cursor | |
| VS Code | |
| Windsurf | |
| Docker | docker run -p 8000:8000 meok-watermark-attest-mcp |
| pip | pip install meok-watermark-attest-mcp |
๐ Quick Start
# Install via pip
pip install meok_watermark_attest_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install meok-watermark-attest-mcp --client claudeConfiguration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"meok-watermark-attest-mcp": {
"command": "uvx",
"args": ["meok-watermark-attest-mcp"]
}
}
}Or: pip install meok-watermark-attest-mcp then run the meok-watermark-attest-mcp command (stdio transport).
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ