Pre-payment PII screener for x402 — catches emails, SSNs, names before agents sign.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx presidio-hardened-x402-mcp
MCP client config
{
"mcpServers": {
"presidio-hardened-x402-mcp": {
"command": "uvx",
"args": [
"presidio-hardened-x402-mcp"
]
}
}
}