{
  "markdown": "# Waqi — the MCP server that redacts PII before the AI sees it\n\n**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.\n\nYour AI gets real answers from real business data. Your customers' personal data never reaches it.\n\n- **Website:** [bilazann.com/waqi](https://bilazann.com/waqi)\n- **Setup guides:** [bilazann.com/waqi/docs](https://bilazann.com/waqi/docs)\n\n> This is a **hosted, commercial** MCP server. This repository contains its documentation and MCP Registry manifest — the service itself runs at `waqi.bilazann.com`.\n\n## How it works\n\n```\nAI assistant ──1· tool call──▶ Waqi ──2· read-only fetch──▶ Your tools (Stripe, Xero, CRM…)\n     ▲                          │\n     └──3· redacted data only───┘   (audit log written AFTER redaction —\n                                     the sensitive values are never stored)\n```\n\n- **Redaction first.** Names, emails, phone numbers, card numbers, addresses and other personal identifiers are detected and replaced before the response leaves Waqi.\n- **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.\n- **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.\n- **Read-only by design.** Waqi fetches; it never writes to your tools.\n- **Credentials stay encrypted.** Connector keys are stored encrypted and are never visible to anyone — including us.\n\n## Quickstart\n\nYou need a Waqi account ([start here](https://bilazann.com/waqi)) — the dashboard gives each team member a personal MCP URL of the form:\n\n```\nhttps://waqi.bilazann.com/api/mcp/YOUR_TOKEN\n```\n\n**Claude (web/desktop):** Settings → Connectors → *Add custom connector* → paste your MCP URL.\n\n**Claude Code:**\n\n```bash\nclaude mcp add --transport http waqi https://waqi.bilazann.com/api/mcp/YOUR_TOKEN\n```\n\n**ChatGPT:** Settings → Connectors → *Advanced* → *Developer mode* → add the same URL.\n\n**Standard MCP configuration** (for clients that use a JSON config file):\n\n```json\n{\n  \"mcpServers\": {\n    \"waqi\": {\n      \"type\": \"http\",\n      \"url\": \"https://waqi.bilazann.com/api/mcp/YOUR_TOKEN\"\n    }\n  }\n}\n```\n\nStep-by-step guides with screenshots for every client and every connector: [bilazann.com/waqi/docs](https://bilazann.com/waqi/docs).\n\n> 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.\n\n## Supported connectors\n\nStripe · 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](https://bilazann.com/waqi/docs)).\n\n## Security & data handling\n\n- Connector credentials: stored encrypted, write-only (no read-back UI, not even for the account owner).\n- MCP tokens: only SHA-256 hashes are stored.\n- Audit log: written post-redaction — the log itself never contains the sensitive values.\n- Full detail: [bilazann.com/waqi#trust](https://bilazann.com/waqi#trust)\n\n## Pricing\n\nSelf-serve, VAT-inclusive, from £99/month (annual and team plans available) — [bilazann.com/waqi](https://bilazann.com/waqi).\n\n## Support\n\n- Docs: [bilazann.com/waqi/docs](https://bilazann.com/waqi/docs)\n- Contact: via the website\n\n---\n\n*Waqi is built by [Bilazann](https://bilazann.com). \"Bilazann\" means \"without doubt\" — Waqi is that idea applied to AI: use it fully, without doubting what it saw.*\n",
  "bytes": 3818,
  "sha": "4219957383cb40a8b3d18b97d0d466431a8bdb72ac2c6dd5a553fc7c31430916",
  "repo_slug": "ajprolific/waqi-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ajprolific_waqi_43c4d962/readme"
}