npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

silent-brief-mcp

v1.0.0

Published

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

Readme

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

| 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 |

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.

Links

  • Live API: https://thesilentbrief.co.nz/api/v1
  • x402 endpoint: https://thesilentbrief.co.nz/api/v1/x402/execute
  • Health check: https://thesilentbrief.co.nz/api/v1/health
  • GitHub: https://github.com/warmachine2121/silent-brief-mcp

License

MIT