Remove or pseudonymize names, IDs, phone numbers, addresses, and places.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| text* | string | Yes | Text to process. |
| language |
string
en | no | uk | pl | auto |
— | |
| mode |
string
standard | strict |
— | |
| output_format |
string
contextual | generic | pseudonym |
— |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"text": "On 15.03.2024 caseworker Anna Hansen met with...",
"language": "no",
"mode": "standard",
"output_format": "contextual"
}
Example response
{
"ok": true,
"redacted_text": "On [DATE A] caseworker [PERSON A] met with [PERSON B] at [ADDRESS A]...",
"replacements": [
{ "original": "15.03.2024", "replacement": "[DATE A]" },
{ "original": "Anna Hansen", "replacement": "[PERSON A]" },
{ "original": "Ola Nordmann", "replacement": "[PERSON B]" }
],
"credits_used": 2
}
Connect
Create your MCP token on the setup page and use it with any supported client.
Set up MCP →Privacy
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.