Your AI's Privacy Shield
Automatic PII protection for Claude Desktop, Cursor IDE, and beyond. Intercept, tokenize, restore.
Supported Integrations
Works with your favorite AI tools
Claude Desktop
Full MCP integration with Anthropic's Claude
AvailableCursor IDE
Privacy protection for your AI coding assistant
AvailableChatGPT
OpenAI integration coming soon
Coming SoonCustom HTTP
Build your own integration via REST API
AvailableHow It Works
Transparent proxy between you and your AI
Your App
Claude Desktop
Cursor IDE
MCP Server
Detects PII
Replaces with tokens
AI Model
Never sees
real PII
"Debug this error for user john@acme.com with API key sk-abc123xyz"
"Debug this error for user [EMAIL_1] with API key [API_KEY_1]"
↩️ Response comes back with tokens automatically restored to original values
Real-time Interception
MCP Server sits between your application and the AI model, analyzing every prompt in real-time.
Reversible Tokenization
PII is replaced with unique tokens. When the AI responds, tokens are automatically restored to original values.
50+ Entity Types
Names, emails, phone numbers, credit cards, SSNs, IBANs, IP addresses, and more—all detected automatically.
48 Languages Supported
Including RTL languages like Arabic, Hebrew, Persian, and Urdu. Global coverage for global teams.
Installation
Get started in under 5 minutes
Claude Desktop
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"anonymize": {
"command": "npx",
"args": ["-y", "@anonym-legal/mcp-server"],
"env": {
"ANONYM_API_KEY": "your-api-key"
}
}
}
}
Config file location:
macOS: ~/.config/claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor IDE
Add to your Cursor MCP settings:
{
"mcpServers": {
"anonymize": {
"command": "npx",
"args": ["-y", "@anonym-legal/mcp-server"],
"env": {
"ANONYM_API_KEY": "your-api-key"
}
}
}
}
MCP Server Pricing
MCP Server uses your existing token balance. No separate charges—just the tokens you process.