Waqi - AI Protection Layer
Provides read-only access to Slack data, with automatic redaction of personal identifiers before the data reaches the AI.
Provides read-only access to Stripe data, with automatic redaction of personal information such as card numbers and names before the data reaches the AI.
Provides read-only access to Xero accounting data, with automatic redaction of personal identifiers before the data reaches the AI.
Provides read-only access to Zoho Books and Zoho CRM data, with automatic redaction of personal information before the data reaches the AI.
Waqi — the MCP server that redacts PII before the AI sees it
Waqi (واقي, "protector") is a hosted MCP server that sits between your business tools and your AI assistant. Connect Stripe, Xero, your CRM and more to Claude or ChatGPT — Waqi fetches the data read-only, strips names, card numbers and personal details, writes a provable audit entry, and only then returns the cleaned data to the model.
Your AI gets real answers from real business data. Your customers' personal data never reaches it.
Website: bilazann.com/waqi
Setup guides: bilazann.com/waqi/docs
This is a hosted, commercial MCP server. This repository contains its documentation and MCP Registry manifest — the service itself runs at
waqi.bilazann.com.
How it works
AI assistant ──1· tool call──▶ Waqi ──2· read-only fetch──▶ Your tools (Stripe, Xero, CRM…)
▲ │
└──3· redacted data only───┘ (audit log written AFTER redaction —
the sensitive values are never stored)Redaction first. Names, emails, phone numbers, card numbers, addresses and other personal identifiers are detected and replaced before the response leaves Waqi.
Provable audit log. Every call is logged — who asked, which tool, how many sensitive items were caught — so you can show clients or regulators exactly what the AI never saw.
Per-person tokens. Each team member gets their own MCP URL; every call is individually attributed, and access is revoked per person, not per company.
Read-only by design. Waqi fetches; it never writes to your tools.
Credentials stay encrypted. Connector keys are stored encrypted and are never visible to anyone — including us.
Related MCP server: phi-guard-mcp
Quickstart
You need a Waqi account (start here) — the dashboard gives each team member a personal MCP URL of the form:
https://waqi.bilazann.com/api/mcp/YOUR_TOKENClaude (web/desktop): Settings → Connectors → Add custom connector → paste your MCP URL.
Claude Code:
claude mcp add --transport http waqi https://waqi.bilazann.com/api/mcp/YOUR_TOKENChatGPT: Settings → Connectors → Advanced → Developer mode → add the same URL.
Standard MCP configuration (for clients that use a JSON config file):
{
"mcpServers": {
"waqi": {
"type": "http",
"url": "https://waqi.bilazann.com/api/mcp/YOUR_TOKEN"
}
}
}Step-by-step guides with screenshots for every client and every connector: bilazann.com/waqi/docs.
Tip: in Claude, an attached connector still has to be enabled in the chat you're using — if tools list but never run, that's the switch to check.
Supported connectors
Stripe · Xero · Zoho Books · Zoho CRM · Slack · and more — 16 business tools across payments, accounting, CRM, and communication, with new connectors added on request (current list).
Security & data handling
Connector credentials: stored encrypted, write-only (no read-back UI, not even for the account owner).
MCP tokens: only SHA-256 hashes are stored.
Audit log: written post-redaction — the log itself never contains the sensitive values.
Full detail: bilazann.com/waqi#trust
Pricing
Self-serve, VAT-inclusive, from £99/month (annual and team plans available) — bilazann.com/waqi.
Support
Docs: bilazann.com/waqi/docs
Contact: via the website
Waqi is built by Bilazann. "Bilazann" means "without doubt" — Waqi is that idea applied to AI: use it fully, without doubting what it saw.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP proxy that pseudo-anonymizes PII before data reaches external AI providers like Claude, ChatGPT, or Gemini.18MIT
- AlicenseAqualityBmaintenanceMCP server and CLI for detecting, redacting, and auditing PHI in medical text before it is sent to AI agents, with tools for scan, redact, audit, and validate operations.4MIT
- AlicenseAqualityAmaintenanceMCP server and CLI for detecting, redacting, and auditing PHI in medical text before it reaches AI agents.4MIT
- AlicenseAqualityAmaintenanceAn MCP server that redacts PII/PHI from text before it ever reaches an LLM — self-hosted, fail-closed, and HIPAA-aware.3MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajprolific/waqi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server