N
netcafe-docs
/redact_text
Redact secrets and PII before sending text on
Strip emails, phone numbers, ID numbers, API keys, private keys, JWTs, card numbers and IPs out of text, returning the redacted text plus a mapping table to res
liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$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-ainetcafe-netcafe-docs /redact_text for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The text to redact. |
| only | string | Optional comma-separated subset, e.g. "EMAIL,API_KEY,PRIVATE_KEY". |
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-ainetcafe-netcafe-docs","endpoint":"/redact_text","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /redact_text -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/redact_text", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.