Verification is free and public: signed measurement cards and live verification at https://councilof.ai — measurement, not certification.
Gdpr Compliance Ai MCP
GDPR compliance MCP — DPIA automation, Article 30 records, Article 22 automated decision-making a...
GDPR compliance MCP — DPIA automation, Article 30 records, Article 22 automated decision-making audit, data subject request workflow.
🚀 Quick Start
# Install via pip
pip install gdpr_compliance_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install gdpr-compliance-ai-mcp --client claude
⚡ Pay-per-call (PAYG) — no subscription
This MCP supports universal pay-per-call billing across the MEOK compliance fleet:
# One-time setup
export MEOK_PAYG_KEY="your_topup_token"
# Every tool call now deducts £0.05 from your balance.
# When balance hits zero, the tool returns a top-up URL.
# Works across all 7 MEOK compliance MCPs with the same token.
- No subscription — top up once, deduct per call.
- £0.05/call default (configurable via
MEOK_PAYG_RATE_GBP). - USDC on Base L2 accepted — set
MEOK_X402_RECEIVERand pay via stablecoin. - Backward-compatible — when
MEOK_PAYG_KEYis unset, behaviour is unchanged.
Get a token: councilof.ai/payg (£10 / £50 / £200 top-up tiers).
✨ Features
- GDPR Chapter V compliance
- Cross-region data guard
- Data localization
- Transfer mechanism validation
- Breach detection
📖 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?
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the Council of AI ecosystem — 26 PyPI packages · ~public measurement tools.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| councilof.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by Council of AI · UK Companies House 16939677
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"gdpr-compliance-ai-mcp": {
"command": "uvx",
"args": ["gdpr-compliance-ai-mcp"]
}
}
}
Or: pip install gdpr-compliance-ai-mcp then run the gdpr-compliance-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
classify_processingto …" - "Use
lawful_basis_assessmentto …" - "Use
dpia_generatorto …"
Release files for gdpr-compliance-ai-mcp 1.1.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gdpr_compliance_ai_mcp-1.1.16-py3-none-any.whl | Python 3 | none | any | Details |
Release files / gdpr_compliance_ai_mcp-1.1.16-py3-none-any.whl
| Download URL | gdpr_compliance_ai_mcp-1.1.16-py3-none-any.whl |
|---|---|
| Size | 24.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2746ee234432d1c2ae50309d006e4d968a69cf9aaeeadefefce65dba0631784b
|
|
BLAKE2b-256 checksum How to use checksums |
292f4177c2f4a5a82d646118ea89b834fdfbb04328833d8013854eb51a238bbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|