{
  "markdown": "# Silent Brief MCP Server\n\nMCP server for [Silent Brief](https://thesilentbrief.co.nz) — AI-generated legal and business documents. Pay XMR, get professional results. No accounts. No KYC.\n\nWorks with Claude Desktop, Cline, Cursor, Continue, and any MCP-compatible AI agent.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_services` | Browse all services with live XMR/USD/NZD pricing and required inputs |\n| `execute_document_service` | Submit a job and get the completed document (polls until done) |\n| `check_job_status` | Retrieve a job result by ID |\n| `get_balance` | Check remaining XMR credit balance |\n\n## Available Services\n\n**NZ Legal (Silent Brief)**\n- Sale & Purchase Agreement Review\n- Contract Review\n- Tenancy Agreement Review\n- Employment Contract Review\n- Privacy Policy Drafting\n- Terms & Conditions Drafting\n- Professional Report\n- Payment Demand Letter\n- Document Polish / Proofreading\n- Invoice Generator\n\n**Global (XMR Works)**\n- Resume & Cover Letter\n- SEO Article\n- Bug Fix & Code Help\n- Business Plan\n- Grant Writing\n- Product Descriptions\n- Ad Copy Variants\n- Translation & Rewrite\n- Email & Cold Outreach\n- Social Media Content\n\n## Setup\n\n### 1. Get an API key\n\nPurchase XMR credits at `https://thesilentbrief.co.nz/api/v1/keys/purchase` — you receive an API key on confirmation.\n\n### 2. Install dependencies\n\n```bash\npip install mcp httpx\n```\n\n### 3. Add to your MCP client\n\n**Claude Desktop** (`~/.claude/claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"silent-brief\": {\n      \"command\": \"python\",\n      \"args\": [\"/path/to/mcp_server.py\"],\n      \"env\": {\n        \"SILENT_BRIEF_API_KEY\": \"sbk_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n**Cline / Cursor / Continue** — same `command` + `env` block in your MCP settings.\n\n**npx-style (coming soon):**\n```bash\nSILENT_BRIEF_API_KEY=sbk_xxx npx @silent-brief/mcp\n```\n\n## Usage\n\nOnce connected, your AI agent can:\n\n```\nlist_services()\n→ returns full catalog with XMR pricing and required input fields\n\nexecute_document_service(\n  service_id=\"contract_review\",\n  inputs={\"document_text\": \"<paste contract>\", \"contract_type\": \"service agreement\"},\n  tier=\"standard\"\n)\n→ returns completed review in 30–90 seconds\n\nget_balance()\n→ {\"balance_xmr\": 0.42, \"jobs_remaining_est\": 14}\n```\n\n## Pricing\n\nAll prices in XMR at live market rate. Standard tier from ~$8 USD equivalent. Premium tier uses a deeper research + polish pipeline.\n\nCall `list_services()` for live pricing at time of request.\n\n## Privacy\n\nDocument 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.\n\n## Links\n\n- Live API: https://thesilentbrief.co.nz/api/v1\n- x402 endpoint: https://thesilentbrief.co.nz/api/v1/x402/execute\n- Health check: https://thesilentbrief.co.nz/api/v1/health\n- GitHub: https://github.com/warmachine2121/silent-brief-mcp\n\n## License\n\nMIT\n",
  "bytes": 2911,
  "sha": "a2093d5ec85031680b8336f682c42b5ad04198754331f86973f73876ef3a32e7",
  "repo_slug": "warmachine2121/silent-brief-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_warmachine2121_silent_brief_mc_a2bac667/readme"
}