BN
Brainiall NLP
/detect_pii
Detect PII
Detect personally identifiable information (PII) in text. Finds emails, phone numbers, SSNs, credit cards, IP addresses, and person names. Optionally returns r
liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-brainiall-nlp /detect_pii for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text to scan for personally identifiable information |
| redact | boolean | If true, return redacted text with PII replaced by [TYPE] default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-brainiall-nlp","endpoint":"/detect_pii","input":{"text":"...","redact":false}}'cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /detect_pii -i '{"text":"...","redact":false}'mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/detect_pii", input: {"text":"...","redact":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.