Waqi - AI Protection Layer
Waqi — 在AI看到之前脱敏PII的MCP服务器
Waqi(واقي,意为“保护者”)是一个托管的MCP服务器,位于您的业务工具和AI助手之间。 将Stripe、Xero、CRM等连接到Claude或ChatGPT——Waqi以只读方式获取数据,去除姓名、卡号和个人详细信息,写入可验证的审计条目,然后仅将清洗后的数据返回给模型。
您的AI从真实的业务数据中获得真实答案。而客户的个人数据永远不会到达AI。
设置指南: bilazann.com/waqi/docs
这是一个托管的商业MCP服务器。此仓库包含其文档和MCP注册清单——服务本身运行在
waqi.bilazann.com。
工作原理
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)先脱敏。 姓名、电子邮件、电话号码、卡号、地址和其他个人标识符在响应离开Waqi之前被检测并替换。
可验证的审计日志。 每次调用都会被记录——谁问了、用了哪个工具、捕获了多少敏感项——这样您就可以向客户或监管机构展示AI从未看到的内容。
每人独立令牌。 每个团队成员获得自己的MCP URL;每次调用都可单独归因,访问权限按人撤销,而非按公司。
只读设计。 Waqi只获取数据,从不写入您的工具。
凭据保持加密。 连接器密钥加密存储,任何人都无法看到——包括我们。
Related MCP server: phi-guard-mcp
快速开始
您需要一个Waqi账户(从这里开始)——仪表盘会为每个团队成员提供一个个人MCP URL,格式如下:
https://waqi.bilazann.com/api/mcp/YOUR_TOKENClaude(网页/桌面): 设置 → 连接器 → 添加自定义连接器 → 粘贴您的MCP URL。
Claude Code:
claude mcp add --transport http waqi https://waqi.bilazann.com/api/mcp/YOUR_TOKENChatGPT: 设置 → 连接器 → 高级 → 开发者模式 → 添加相同的URL。
标准MCP配置(适用于使用JSON配置文件的客户端):
{
"mcpServers": {
"waqi": {
"type": "http",
"url": "https://waqi.bilazann.com/api/mcp/YOUR_TOKEN"
}
}
}每个客户端和每个连接器的分步指南(含截图):bilazann.com/waqi/docs。
提示:在Claude中,已附加的连接器仍需在您使用的聊天中启用——如果工具列表显示但从未运行,请检查这个开关。
支持的连接器
Stripe · Xero · Zoho Books · Zoho CRM · Slack · 以及更多——涵盖支付、会计、CRM和通信的16个业务工具,可根据请求添加新连接器(当前列表)。
安全与数据处理
连接器凭据:加密存储,只写(无读取回显界面,甚至账户所有者也无法查看)。
MCP令牌:仅存储SHA-256哈希值。
审计日志:在脱敏后写入——日志本身从不包含敏感值。
定价
自助服务,含增值税,每月99英镑起(提供年度和团队计划)——bilazann.com/waqi。
支持
联系:通过网站
Waqi由Bilazann构建。“Bilazann”意为“毫无疑问”——Waqi正是这一理念在AI上的应用:放心使用,无需怀疑它看到了什么。
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