PII Finder
Scan text/logs for potential PII (Personally Identifiable Information) and annotate positions and types for redaction and compliance checking
API Documentation
Request Endpoint
POST /en/api/tools/pii-finder
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textInput | textarea | Yes | - |
| scanTypes | select | No | - |
| includeContext | checkbox | No | - |
| contextChars | number | No | - |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-pii-finder": {
"name": "pii-finder",
"description": "Scan text/logs for potential PII (Personally Identifiable Information) and annotate positions and types for redaction and compliance checking",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pii-finder",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]