# pii-scrubber

Strips PII (emails, SSNs, API keys, phone numbers, addresses) from text before agents send data to third parties. GDPR/HIPAA aligned. Stateless. Pay $0.005 USDC per scrub via x402 on Base network.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/pii-scrubber

# Browse available tools
npx -y @smithery/cli@latest tool list found402/pii-scrubber

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/pii-scrubber scrub_pii

# Call a tool
npx -y @smithery/cli@latest tool call found402/pii-scrubber scrub_pii '{}'
```

## Direct MCP Connection

Endpoint: `https://pii-scrubber--found402.run.tools`

## Tools (1)

- `scrub_pii` — Strips personally identifiable information (SSNs, emails, API keys, phone numbers, addresses, credit cards, IP addresse…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/pii-scrubber <tool-name>
```
