Pro & Business Plans

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

Available
⚡

Cursor IDE

Privacy protection for your AI coding assistant

Available
đź’¬

ChatGPT

OpenAI integration coming soon

Coming Soon
🔌

Custom HTTP

Build your own integration via REST API

Available

How It Works

Transparent proxy between you and your AI

đź’»

Your App

Claude Desktop
Cursor IDE

prompt
🛡️

MCP Server

Detects PII
Replaces with tokens

safe prompt
🤖

AI Model

Never sees
real PII

BEFORE What you send
"Debug this error for user john@acme.com with API key sk-abc123xyz"
AFTER What AI receives
"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:

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:

JSON
{
  "mcpServers": {
    "anonymize": {
      "command": "npx",
      "args": ["-y", "@anonym-legal/mcp-server"],
      "env": {
        "ANONYM_API_KEY": "your-api-key"
      }
    }
  }
}

Need an API Key?

MCP Server is available with Pro and Business plans.

Get Your API Key

MCP Server Pricing

MCP Server uses your existing token balance. No separate charges—just the tokens you process.

Pro

€15/mo

4,000 tokens

Get Pro

Business

€29/mo

10,000 tokens

Get Business

View all pricing options →