Documentation
Guides and references for integrating with the anonymize.solutions platform. From getting started to advanced API usage and tool configuration.
Choose Your Path
anonymize.solutions offers two tiers: Professional for managed hosting with 256+ entity types, and Enterprise for zero-knowledge deployment with end-to-end encryption. To get started, request a quote with your requirements and our team will provision your environment.
Professional Tier
Managed hosting for teams of 10–100 users. Includes web application, desktop app, Office Add-in, Chrome Extension, and API access. 256+ entity types across 70+ countries with 27 detection languages.
Enterprise Tier
Zero-knowledge architecture with Argon2id + XChaCha20-Poly1305 encryption. Hosted or on-premise deployment. 48 detection languages, MCP Server for AI workflows, ISO 27001 certified infrastructure.
API Documentation
The anonymize.solutions RESTful API uses JWT authentication and provides endpoints for text analysis, anonymization, deanonymization, and batch processing. API documentation is provided to customers upon onboarding.
Authentication
All API requests require a valid JWT token. Tokens are obtained via the authentication endpoint using your API credentials. Tokens include role-based claims for access control.
Core Endpoints
Four primary endpoints for PII processing:
- /analyze – Detect PII entities in text
- /anonymize – Apply protection operators to detected PII
- /deanonymize – Reverse anonymization (encrypted entities only)
- /batch – Process multiple items (up to 5,000)
Access API Documentation
Full API documentation including request/response schemas, error codes, rate limits, and integration examples is provided during onboarding. Contact us to request access.
MCP Server
The MCP (Model Context Protocol) Server enables AI tools to access anonymization capabilities directly. Available with the Enterprise tier, it provides 7 tools via Streamable HTTP transport.
Configuration
The MCP Server can be launched via npx and configured for use with compatible AI tools including Claude Desktop, Cursor, Windsurf, and other MCP-compatible clients.
{
"mcpServers": {
"anonymize": {
"command": "npx",
"args": ["@anonymize/mcp-server"]
}
}
}
Compatible Tools
The MCP Server integrates with any tool that supports the Model Context Protocol:
- Claude Desktop
- Cursor
- Windsurf
- Other MCP-compatible AI clients
Desktop App, Office Add-in & Chrome Extension
Desktop App
Built with Tauri 2.x for Windows, macOS, and Linux. Provides offline-capable anonymization with local vault encryption for storing anonymization mappings securely on the user's device.
Office Add-in
Anonymize PII directly within Microsoft Word and Excel. The add-in integrates into the Office ribbon and connects to your anonymize.solutions instance for real-time PII detection and protection.
Chrome Extension
Protect PII when interacting with AI chatbots and web-based tools. The extension detects and anonymizes sensitive data before it is sent to external services, with automatic deanonymization of responses.
Frequently Asked Questions
anonymize.solutions is a managed hosting service. To get started, request a quote with your requirements. Our team will assess your needs and provision a dedicated environment for your organization.
No. All text submitted for anonymization is processed exclusively in-memory and is never stored persistently. Input and output text data is discarded immediately upon completion of processing.
The Professional tier uses Microsoft Presidio with deterministic regex for PII detection. The Enterprise tier additionally supports spaCy (25 languages), Stanza (7 languages), and XLM-RoBERTa (16 languages) NLP models.
The Enterprise tier supports on-premise deployment in addition to managed hosting. This includes full infrastructure documentation for Linux-based deployment with failover, load balancing, VPN, and PostgreSQL replication.
The Professional tier provides 6 protection operators: Mask, Redact, Synthetic, Hash, Encrypt, and Keep. These can be configured per entity type and combined with 89 built-in presets covering 51 countries, 10 regions, 15 languages, and 6 use-case categories.
All managed hosting infrastructure is located in Germany with Hetzner Online GmbH (ISO 27001 certified). No data is transferred outside the European Union.
Need Help Getting Started?
Contact us for a solution assessment, technical demo, or to request full API documentation for your organization.