{
  "name": "anonym.legal",
  "description": "PII detection and anonymization service. Scans free-text input for 267+ entity types across 48 languages and returns either anonymized output or tokenized output that the same caller can later restore via the detokenize tool. Use before storing user-provided text, before forwarding to third-party AI providers, or before exporting to audit logs.",
  "url": "https://anonym.legal",
  "documentation_url": "https://anonym.legal/llms-full.txt",
  "mcp_url": "https://anonym.legal/mcp",
  "mcp_manifest_url": "https://anonym.legal/.well-known/mcp.json",
  "provider": {
    "organization": "anonym.legal",
    "url": "https://anonym.legal",
    "contact_email": "support@anonym.legal"
  },
  "capabilities": {
    "pii_detection": {
      "entity_types": 267,
      "languages": 48,
      "country_specific_identifiers": [
        "DE Steuer-ID",
        "FR NIR",
        "NL BSN",
        "ES DNI/NIE",
        "IT Codice Fiscale",
        "PL PESEL/NIP/REGON",
        "CZ Rodne cislo",
        "SE Personnummer",
        "DK CPR",
        "RO CNP",
        "HU TAJ-szam",
        "GR AFM/AMKA",
        "BR CPF/CNPJ",
        "IN Aadhaar",
        "JP My Number",
        "US SSN/ITIN",
        "UK NHS/NI Number",
        "CA SIN",
        "KR RRN",
        "AE Emirates ID"
      ]
    },
    "operators": [
      "Replace",
      "Redact",
      "Mask",
      "Hash (SHA-256/SHA-512)",
      "Encrypt (reversible)",
      "Keep"
    ],
    "built_to_support": ["GDPR", "HIPAA", "CCPA", "LGPD", "NIS2"],
    "hosting": "ISO 27001-certified infrastructure (certification held by the hosting provider)"
  },
  "auth": {
    "type": "bearer",
    "obtain_token_url": "https://anonym.legal/app/settings/security"
  },
  "legal_info_url": "https://anonym.legal/terms",
  "privacy_url": "https://anonym.legal/privacy",
  "logo_url": "https://anonym.legal/brand/logo.png"
}
