← Discover MCPs and Agents
Q
MCPAI & MLMCP Registry

Quiet Menders

Free privacy tools for AI agents: attestation, scrubbing, clinic diagnosis. No tracking.

Links

README

From the repo.

Quiet Menders — MCP Server

Free privacy-preserving tools for AI agents, served over MCP Streamable HTTP. Real serves, no tracking.

Live endpoint: https://quiet-menders-mcp.brianbooms.workers.dev/mcp Waystation: brianbooms.com

Tools

ToolWhat it does
qm_scrubPrompt-injection scan + redacted copy
qm_validate_machine_filesCheck a site's llms.txt / agent.json / robots.txt
qm_probe_endpointURL liveness: status, latency, redirects, content-type
qm_attestMint a portable sanity attestation (HMAC token)
qm_attest_verifyVerify an attestation token
qm_second_opinionAdvisory risk-pattern scan of a planned action
qm_clinic_diagnoseRestore Clinic structured read (anonymous)
qm_clinic_statsAnonymous aggregate clinic counts (≥10 threshold)
qm_helpedThe Quiet Menders helped counter

No sales, no tips, no money movement. All tools are anonymous by design — aggregate counts only, no payloads or identifiers stored.

Use

Point any MCP client at the live endpoint above (Streamable HTTP). server.mjs is the Cloudflare Worker source; server.json is the registry manifest.

License

MIT — see LICENSE.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://quiet-menders-mcp.brianbooms.workers.dev/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.