CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Silent Brief Mcp

warmachine2121/silent-brief-mcp
authSTDIOregistry active
Summary

Connects your MCP client to Silent Brief's document generation API with four tools: list_services to browse the catalog with live XMR pricing, execute_document_service to submit jobs and poll for results, check_job_status to retrieve completed work, and get_balance to check your credit balance. Services span NZ legal documents like contract reviews and tenancy agreements, plus global business content including resumes, SEO articles, and translations. Payment is XMR only, no accounts or KYC required. You paste in source text or requirements, pick a tier, and get the polished document back in 30 to 90 seconds. Privacy focused: everything processes in memory with no disk writes.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SILENT_BRIEF_API_KEY*secret

Silent Brief API key (purchase at thesilentbrief.co.nz)

Registryactive
Packagesilent-brief-mcp
TransportSTDIO
AuthRequired
UpdatedApr 10, 2026
View on GitHub