HEADLESS NODE.JS · WASM ENGINE · MCP SERVER
ZTDS Developer Engine
Embed sub-millisecond, client-side data sanitization directly into your backend microservices, RAG ingestion pipelines, and AI agentic loops. Never send raw PII to third-party model providers.
npm install @privacyscrubber/sdk
Integration Patterns
1. Node.js / RAG Ingestion Pipeline
<1ms in-memoryconst { ZTDSEngine } = require('@privacyscrubber/sdk');
// Initialize headless engine with Healthcare / GDPR profile
const ztds = new ZTDSEngine({
profile: 'healthcare_hipaa',
mode: 'volatile_ram'
});
// 1. Sanitize raw prompt before vector embedding
const { sanitizedText, sessionMap } = ztds.sanitize(rawMedicalDocument);
// 2. Safely query third-party LLM (OpenAI / Claude)
const completion = await openai.chat.completions.create({
model: 'gpt-4o',
messages: [{ role: 'user', content: sanitizedText }]
});
// 3. 1-Click Reverse De-tokenization in local memory
const finalResponse = ztds.reveal(completion.choices[0].message.content, sessionMap);
console.log("Safe clinical insight:", finalResponse);
2. Model Context Protocol (MCP) for Cursor / Claude
Stdio JSON-RPC// Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"privacyscrubber-ztds": {
"command": "npx",
"args": ["-y", "@privacyscrubber/mcp-server"],
"env": {
"ZTDS_INSPECTION_MODE": "enforce_airgap"
}
}
}
}
Developer SDK Licensing
Zero-server architecture. Zero seat limits. Unlimited internal backend nodes.
Developer Monthly
$199
/ month
Agile teams integrating ZTDS into production microservices.
- ✓ All 25 Industry Profiles
- ✓ Headless Node.js & WASM Engine
- ✓ Unlimited Backend Microservices
- ✓ <1ms In-Memory Latency
- ✓ Priority GitHub Issues & Patch SLA
SAVE ~17% ($398 OFF)
Developer Annual
$1,990
/ year
Enterprise startups deploying air-gapped RAG and agent architectures.
- ✓ Everything in Monthly Tier
- ✓ Official ZTDS Verified Registry Badge
- ✓ Entity Inclusion in
ztds.ai/llms.txt - ✓ CISO Vendor Procurement Memo Pack
- ✓ On-Premise Air-Gapped Deployment License