AI-generated legal and business documents. Pay XMR, no accounts, no KYC.
{
"mcpServers": {
"io-github-warmachine2121-silent-brief-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-generated legal and business documents. Pay XMR, no accounts, no KYC.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.warmachine2121/silent-brief-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Silent Brief — AI-generated legal and business documents. Pay XMR, get professional results. No accounts. No KYC.
Works with Claude Desktop, Cline, Cursor, Continue, and any MCP-compatible AI agent.
| Tool | Description |
|---|---|
list_services | Browse all services with live XMR/USD/NZD pricing and required inputs |
execute_document_service | Submit a job and get the completed document (polls until done) |
check_job_status | Retrieve a job result by ID |
get_balance | Check remaining XMR credit balance |
NZ Legal (Silent Brief)
Global (XMR Works)
Purchase XMR credits at https://thesilentbrief.co.nz/api/v1/keys/purchase — you receive an API key on confirmation.
pip install mcp httpx
Claude Desktop (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"silent-brief": {
"command": "python",
"args": ["/path/to/mcp_server.py"],
"env": {
"SILENT_BRIEF_API_KEY": "sbk_your_key_here"
}
}
}
}
Cline / Cursor / Continue — same command + env block in your MCP settings.
npx-style (coming soon):
SILENT_BRIEF_API_KEY=sbk_xxx npx @silent-brief/mcp
Once connected, your AI agent can:
list_services()
→ returns full catalog with XMR pricing and required input fields
execute_document_service(
service_id="contract_review",
inputs={"document_text": "<paste contract>", "contract_type": "service agreement"},
tier="standard"
)
→ returns completed review in 30–90 seconds
get_balance()
→ {"balance_xmr": 0.42, "jobs_remaining_est": 14}
All prices in XMR at live market rate. Standard tier from ~$8 USD equivalent. Premium tier uses a deeper research + polish pipeline.
Call list_services() for live pricing at time of request.
Document content is processed in memory and never written to disk. No emails, no names, no PII in logs. We are a routing layer, not a data processor.
MIT