Waqi: an MCP proxy that redacts PII from tool responses before the model sees them

AggressiveAnxiety481 · reddit · 2026-09-09

A builder shipped Waqi, a hosted MCP proxy addressing a real gap: when MCP servers connect to tools like Stripe, Xero, or CRMs, tool responses flow verbatim into the model's context — customer emails, card metadata, and phone numbers land in a third-party context window.

The pipeline is detect → redact/pseudonymise → log, applied mid-flight to every response:

Building the browser demo surfaced a real bug: print-format IBANs ("GB29 NWBK 6016 1331 9268 19") half-matched as phone numbers, fixed with spaced-group matching plus checksum validation on the compacted string. It's a paid product with a free in-browser demo; local NER for names-in-prose is next.

Original post →

More from coding & agent

coding & agent channel →