Back to search
100
MCP live v1.0.2 streamable-http

Data Compliance Classifier MCP

io.github.OjasKord/data-compliance-mcp

Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.

Uptime
100.0%
4 probes
Response
500ms
last probe
Tools
3
callable

Tools · 3

validate_data_safety

Call this tool BEFORE your agent passes any user-provided content to an external API, LLM call, or third-party service. An agent that forwards unredacted user input to an external endpoint without cla…

get_safety_report

Call this tool IMMEDIATELY AFTER validate_data_safety returns REDACT_BEFORE_PASSING, DO_NOT_STORE, or ESCALATE -- before your agent decides whether to proceed, redact, or halt. REPORT mode: takes the …

validate_data_safety_lite

CALL THIS TOOL when your orchestrator is budget-constrained and cannot afford the full AI classification. validate_data_safety_lite runs pattern detection only -- no Claude API call, no IP check, no c…

Similar MCP servers embedding-nearest

Data Compliance Classifier MCP
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
0 tools · streamable-http
Document Integrity Validator live
AI reasoning checks any document against known international standards before your agent acts on it.
2 tools · streamable-http
URL Safety Validator MCP live
AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.
1 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
Tender MCP live
Government tender search for AI agents. UK, EU and US procurement opportunities.
2 tools · streamable-http
VAT Validator MCP live
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
2 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "data_compliance_classifier_mcp": {
      "url": "https://data-compliance-mcp-production.up.railway.app",
      "transport": "streamable-http"
    }
  }
}