@clinetools/anonymizer
v0.1.0
Published
Replace PII (names, emails, phone numbers, addresses, SSNs) with realistic fake data. Consistent replacement across files.
Maintainers
Readme
Data Anonymizer
Replace PII (names, emails, phone numbers, addresses, SSNs) with realistic fake data. Consistent replacement across files.
Quick Start
npx @clinetools/anonymizerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add anonymizer -- npx @clinetools/anonymizerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"anonymizer": {
"command": "npx",
"args": ["@clinetools/anonymizer"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
