Data Compliance Classifier MCP
io.github.OjasKord/data-compliance-mcpClassify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Tools · 3
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…
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 …
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
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"
}
}
}