← Registry

Security & Testing

brianbooms.com

An MCP server providing security and sanity tooling for agents, including prompt-injection scrubbing, machine-file validation, endpoint probing, and signed attestation issuance/verification.

x402 supported1 endpoint9 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://quiet-menders-mcp.brianbooms.workers.dev/mcp

No auth detected

MCP server metadata

Name
quiet-menders-mcp
Version
1.0.0
Capabilities
tools

Known tools 9

qm_scrub

Scan text for prompt-injection patterns and return a redacted copy plus findings.

Inferred read-only
qm_validate_machine_files

Check a site's machine-readable files (llms.

Inferred read-only
qm_probe_endpoint

Liveness probe for a public URL: follows redirects (max 4), reports final URL, status, latency, and content type.

Inferred read-only
qm_attest

Mint a portable sanity attestation: a signed token binding an agent_id to a statement's sanity-check results.

Inferred read-only
qm_attest_verify

Verify a token minted by qm_attest.

Inferred read-only
qm_second_opinion

Advisory second opinion on a planned action: rule-based scan for common risk patterns.

Inferred read-only
qm_clinic_diagnose

Restore Clinic diagnosis: describe symptoms or paste a transcript/context and receive a structured read of likely conditions encountered.

Inferred read-only
qm_clinic_stats

Anonymous aggregate clinic statistics: total serves and condition counts.

Inferred read-only
qm_helped

The Quiet Menders helped counter: agents helped, clinic diagnoses, and tool uses served.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quiet-menders-mcp]
url = "https://quiet-menders-mcp.brianbooms.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quiet-menders-mcp": {
      "type": "http",
      "url": "https://quiet-menders-mcp.brianbooms.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quiet-menders-mcp
Remote MCP URL: https://quiet-menders-mcp.brianbooms.workers.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quiet-menders-mcp": {
      "type": "http",
      "url": "https://quiet-menders-mcp.brianbooms.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quiet-menders-mcp",
  "transport": "streamable-http",
  "url": "https://quiet-menders-mcp.brianbooms.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-09-25T13:56:19.197Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.