MCP Hub
Back to servers

contract-analysis

Validation Failed

An AI-powered legal contract analysis server that generates partner-level redlines with real OOXML Track Changes, extracts clauses, and evaluates deal risk.

Tools
4
Updated
Dec 28, 2025
Validated
Jan 9, 2026

Validation Error:

Process exited with code 1. stderr: [2026-01-09T09:14:32.646Z] [INFO] [bitsbound-mcp:server] Starting BitsBound MCP Server... [2026-01-09T09:14:32.647Z] [ERROR] [bitsbound-mcp:server] BITSBOUND_API_KEY environment variable is required Error: BITSBOUND_API_KEY environment variable is required For Claude Desktop, set it in your config: "env": { "BITSBOUND_API_KEY": "sk_live_xxxxx" } For HTTP mode, set MCP_HTTP_PORT and include API key in Authorization header Get your API key at: https://account.bitsbound.com/api-keys

Quick Install

npx -y @bitsbound/mcp-server

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

Claude Desktop (Recommended)

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:

  1. Name: BitsBound
  2. URL: https://bitsbound-mcp-server.onrender.com/mcp
  3. Client ID: bitsbound-mcp
  4. 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

Example Usage

Please analyze this contract and create a customer-favorable redline with aggressive changes

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.

Reviews

No reviews yet

Sign in to write a review