INDIVIDUAL MCP TOOL
qm_attest
Mint a portable sanity attestation: a signed token binding an agent_id to a statement's sanity-check results.
LIVE ENDPOINT
https://quiet-menders-mcp.brianbooms.workers.dev/mcp
Connect to this endpoint to inspect the live schema for qm_attest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
qm_scrub— Scan text for prompt-injection patterns and return a redacted copy plus findings.qm_validate_machine_files— Check a site's machine-readable files (llms.qm_probe_endpoint— Liveness probe for a public URL: follows redirects (max 4), reports final URL, status, latency, and content type.qm_attest_verify— Verify a token minted by qm_attest.qm_second_opinion— Advisory second opinion on a planned action: rule-based scan for common risk patterns.qm_clinic_diagnose— Restore Clinic diagnosis: describe symptoms or paste a transcript/context and receive a structured read of likely conditions encountered.qm_clinic_stats— Anonymous aggregate clinic statistics: total serves and condition counts.qm_helped— The Quiet Menders helped counter: agents helped, clinic diagnoses, and tool uses served.