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

@bitsbound/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitsbound/mcp-server

BitsBound MCP Server - AI-powered contract analysis for Claude, ChatGPT, and Gemini

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
247
21.67%
Maintainers
1
Weekly downloads
 
Created
Source

BitsBound MCP Server

AI-powered contract analysis with partner-level redlines for Claude Desktop and Claude.ai.

Features

  • Contract processing with partner-level redlines
  • Real OOXML Track Changes (w:ins/w:del) - not markup, actual Word revisions
  • Clause extraction and analysis
  • Risk scoring and favorability dashboards
  • Negotiation email generation
  • Deal context awareness (value, industry, aggressiveness)

Installation

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "bitsbound": {
      "command": "npx",
      "args": ["-y", "@bitsbound/mcp-server"],
      "env": {
        "BITSBOUND_API_KEY": "sk_live_your_api_key"
      }
    }
  }
}

Get your API key at: https://account.bitsbound.com/api-keys

Claude.ai Custom Connectors (HTTP/OAuth 2.0)

For remote MCP access via claude.ai:

  • Name: BitsBound
  • URL: https://bitsbound-mcp-server.onrender.com/mcp
  • Client ID: bitsbound-mcp
  • Client Secret: Your BitsBound API key (sk_live_xxx...)

OAuth 2.0 endpoints:

  • Discovery: /.well-known/oauth-authorization-server
  • Authorize: /oauth/authorize
  • Token: /oauth/token

Tools

ToolDescription
process_contractUpload and analyze a contract - produces redlined DOCX with Track Changes
get_analysis_statusCheck analysis progress and retrieve deliverables
extract_clausesExtract specific clause types from a contract
generate_negotiation_emailCreate a professional negotiation email

Supported Contract Types

BitsBound automatically detects and analyzes any contract type:

  • SaaS/Software Agreements (MSAs, Subscription Agreements)
  • M&A Transactions (APA, SPA, Merger Agreements)
  • Equipment Financing (Security Agreements, UCC filings)
  • Commercial Leases
  • Employment Agreements
  • NDAs (Mutual and Unilateral)
  • Professional Services (SOWs, Consulting Agreements)
  • VC Term Sheets (SAFEs, Convertible Notes)
  • And more...

Example Usage

"Please analyze this vendor agreement and create customer-favorable redlines"
"Review this commercial lease from the tenant's perspective with aggressive changes"
"Analyze this equipment financing agreement - we're the debtor"

Claude will ask for:

  • Contract file (drag & drop DOCX)
  • Deal context (value, industry)
  • Aggressiveness level (1-10)
  • Email recipient details

Registry

  • MCP Registry: io.github.taytrom/bitsbound-contract-automation
  • npm: @bitsbound/mcp-server

Support

License

MIT - BitsBound, Inc.

Keywords

mcp

FAQs

Package last updated on 07 Jan 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