Skip to content
Back to search
100
MCP 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
0.0%
1 direct probes · 30d
Response
420ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

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…

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"
    }
  }
}