Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Your agent is about to store customer data. Is it safe to? This tool tells you in one call.
Before your agent stores, transmits, logs, or passes any data to another system β call validate_data_safety. Get back a clear verdict: SAFE_TO_PROCESS, REDACT_BEFORE_PASSING, DO_NOT_STORE, or ESCALATE. Your agent acts on the verdict immediately. No human interpretation needed.
Prevents GDPR, HIPAA, and PCI-DSS violations before they happen β not after.
Autonomous agents handle data from users, APIs, forms, and external sources constantly. Most agents process that data without checking whether they should. When something goes wrong β a GDPR breach, a leaked credential, a PII write to an unencrypted store β it's already too late.
This tool gives agents a pre-action safety check. One call, clear verdict, agent proceeds or halts.
validate_data_safety (free tier)Call this BEFORE your agent stores, transmits, or passes any data payload.
Input:
payload β the data to classify (any string, JSON, form data, API response)context β what your agent is about to do with it (improves accuracy)data_origin_ip β optional IP for jurisdiction detection (GDPR if EU, CCPA if US, etc.)jurisdiction β optional override if IP unavailableOutput:
verdict β SAFE_TO_PROCESS / REDACT_BEFORE_PASSING / DO_NOT_STORE / ESCALATEsensitivity_level β PUBLIC / INTERNAL / CONFIDENTIAL / RESTRICTEDdetected_categories β PII, PHI, PCI, CREDENTIALS, FINANCIAL, LOCATION, etc.applicable_regulations β GDPR, HIPAA, PCI-DSS, CCPA, PIPEDA, LGPD, etc.recommended_action β one sentence telling your agent exactly what to do nextjurisdiction_detected β country detected from IPcredential_check β breach status from HaveIBeenPwned k-anonymity APIpatterns_detected β pre-screened PII patterns foundget_safety_report (paid tier)Batch classification for up to 50 payloads plus audit-ready compliance reports.
Modes:
BATCH β classify multiple payloads with full AI reasoning + AbuseIPDB threat intelligenceAUDIT β generate a structured compliance report for a dataset descriptionvalidate_data_safety_lite (free tier)Pattern-only screening for high-volume payload batches -- no AI classification, no IP check, no jurisdiction lookup. Returns SAFE_TO_PROCESS / REVIEW_REQUIRED in under 100ms. Use to filter large batches before selectively running validate_data_safety on flagged items.
We do not store or log your data payloads. All payloads are analysed in memory and immediately discarded. Credential checks use the HaveIBeenPwned k-anonymity API β your credentials are never transmitted in full. Only the first 5 characters of a SHA-1 hash are sent.
| Plan | Classifications | Price |
|---|---|---|
| Free | 20/month | No API key needed |
| Starter | 500-call bundle | $24 |
| Pro | 2,000-call bundle | $84 |
Upgrade at kordagencies.com
No API key needed for free tier:
With paid API key:
Same as LangChain above β langchain-mcp-adapters works with LangGraph natively.
Expected response:
Classification is AI-powered and for informational purposes only. Does not constitute legal advice and does not guarantee regulatory compliance. Full terms: kordagencies.com/terms.html
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/data-compliance-classifier-mcp)<a href="https://allmcps.com/mcp/data-compliance-classifier-mcp"><img src="https://allmcps.com/api/badge/data-compliance-classifier-mcp?style=directory" alt="Data Compliance Classifier MCP on AllMCPs" /></a>