Developer portal for anonym.legal — Privacy-as-Code for AI Workflows
For Developers

Data Anonymization for AI Workflows

Stop sending real names, emails, and personal data to AI models. Our MCP Server automatically detects and replaces PII in your prompts—then restores it in the response.

your_prompt.txt
# Your prompt with real data:
"Summarize the contract between
 John Smith (john@acme.com)
 and Sarah Miller..."
# What AI actually receives:
"Summarize the contract between
 [PERSON_1] ([EMAIL_1])
 and [PERSON_2]..."
# Response comes back with real names restored!

What is Anonymize.dev?

A privacy layer for Claude Desktop, Cursor, VS Code, Windsurf, Continue, and Cline

The Problem

When you use AI coding assistants, you often paste code, logs, or documents containing real customer data—names, emails, API keys, database entries.

That data goes to external servers. Even with good intentions, it's a GDPR risk, a security risk, and a trust issue with your users.

The Solution

Anonymize.dev sits between you and the AI. It automatically detects 285+ types of personal data (names, emails, phone numbers, credit cards, IBANs, IPs...) and replaces them with tokens.

The AI sees [PERSON_1] instead of "John Smith". When the response comes back, we restore the original values. Zero data leakage.

Built for Developer Workflows

We detect what matters in your code, logs, and configs

Secrets & Credentials

API_KEY SSH_KEY JWT_TOKEN AWS_SECRET DATABASE_URL OAUTH_TOKEN PRIVATE_KEY CLIENT_SECRET

Infrastructure & Network

IP_ADDRESS MAC_ADDRESS HOSTNAME URL FILE_PATH CONTAINER_ID

Customer PII in Your Data

PERSON EMAIL PHONE ADDRESS CREDIT_CARD IBAN SSN PASSPORT
CUSTOM

Define Your Own Entities

Create custom patterns for your specific use cases: internal user IDs, project codes, proprietary identifiers.

// Your custom regex pattern
CUSTOMER_ID: /CUS-[A-Z0-9]{8}/g

See all 285+ entity types →

ISO 27001 Certified
High Availability
German Servers
Zero-Knowledge Auth

Developer Tools

Multiple integration options for your privacy workflow

Platform Guides

Platform Guides

Step-by-step setup for Cursor, VS Code, Windsurf, Continue, Cline and Claude Desktop. Each platform explained in full detail.

Browse guides
Office Add-in

Office Add-in

Anonymize directly in Word, Excel, and PowerPoint. Select text, click protect, done.

Get add-in

How MCP Server Works

Transparent privacy protection in your AI workflow

1

You Write a Prompt

"Review the contract for John Smith (john@acme.com)"
2

MCP Server Anonymizes

"Review the contract for [PERSON_1] ([EMAIL_1])"

PII detected and replaced with tokens. Original values stored securely.

3

AI Processes Safely

The AI only sees anonymized tokens. No real PII ever leaves your machine.

4

Response with Real Data

"The contract for John Smith includes..."

Tokens replaced with original values. You see the complete response.

Quick Start

Get protected in under a minute

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

Claude Desktop config (stdio). For Cursor, VS Code, Windsurf, Continue or Cline → Platform Guides

285+
Entity Types
48
Languages
5
Anonymization Methods
ISO
27001
Certified

Simple Pricing

Token-based billing. Pay for what you process.

Free

€0/mo
200 tokens
  • MCP Server
  • REST API
  • Office Add-in
Start Free

Basic

€3/mo
1,000 tokens
  • MCP Server
  • REST API
  • Office Add-in
Get Started

Business

€29/mo
10,000 tokens
  • MCP Server
  • REST API
  • Office Add-in
Get Business

View full pricing details →

Ready to protect your data?

Start with our free tier. Upgrade when you need more.