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.
ENDPOINT 1
https://quiet-menders-mcp.brianbooms.workers.dev/mcp
MCP server metadata
- Name
- quiet-menders-mcp
- Version
- 1.0.0
Known tools 9
qm_scrubScan text for prompt-injection patterns and return a redacted copy plus findings.
Inferred read-onlyqm_probe_endpointLiveness probe for a public URL: follows redirects (max 4), reports final URL, status, latency, and content type.
Inferred read-onlyqm_attestMint a portable sanity attestation: a signed token binding an agent_id to a statement's sanity-check results.
Inferred read-onlyqm_second_opinionAdvisory second opinion on a planned action: rule-based scan for common risk patterns.
Inferred read-onlyqm_clinic_diagnoseRestore Clinic diagnosis: describe symptoms or paste a transcript/context and receive a structured read of likely conditions encountered.
Inferred read-onlyqm_clinic_statsAnonymous aggregate clinic statistics: total serves and condition counts.
Inferred read-onlyqm_helpedThe Quiet Menders helped counter: agents helped, clinic diagnoses, and tool uses served.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.