🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

silent-brief-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silent-brief-mcp

MCP server for Silent Brief — AI-generated legal and business documents. Pay XMR, no accounts, no KYC.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Silent Brief MCP Server

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.

Tools

ToolDescription
list_servicesBrowse all services with live XMR/USD/NZD pricing and required inputs
execute_document_serviceSubmit a job and get the completed document (polls until done)
check_job_statusRetrieve a job result by ID
get_balanceCheck remaining XMR credit balance

Available Services

NZ Legal (Silent Brief)

  • Sale & Purchase Agreement Review
  • Contract Review
  • Tenancy Agreement Review
  • Employment Contract Review
  • Privacy Policy Drafting
  • Terms & Conditions Drafting
  • Professional Report
  • Payment Demand Letter
  • Document Polish / Proofreading
  • Invoice Generator

Global (XMR Works)

  • Resume & Cover Letter
  • SEO Article
  • Bug Fix & Code Help
  • Business Plan
  • Grant Writing
  • Product Descriptions
  • Ad Copy Variants
  • Translation & Rewrite
  • Email & Cold Outreach
  • Social Media Content

Setup

1. Get an API key

Purchase XMR credits at https://thesilentbrief.co.nz/api/v1/keys/purchase — you receive an API key on confirmation.

2. Install dependencies

pip install mcp httpx

3. Add to your MCP client

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

Usage

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}

Pricing

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.

Privacy

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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts