Bitsbound Mcp Server
About
AI-powered contract analysis with partner-level redlines for Claude Desktop and Claude.ai. Features include contract processing with real OOXML Track Changes, clause extraction and analysis, risk scoring and favorability dashboards, negotiation email generation, and deal context
Details
- Author
- BitsBound
- Downloads
- 258
- Categories
- Other
Jump to
- Contract processing with partner‑level redlines
- Real OOXML Track Changes (w:ins/w:del)
- Clause extraction and analysis
- Risk scoring and favorability dashboards
- Negotiation email generation
- Deal context awareness (value, industry, aggressiveness)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bitsbound Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your Claude Desktop configuration (JSON) with your BitsBound API key, or set it up as a remote HTTP connector on claude.ai using OAuth 2.0. Once configured, you invoke tools via natural language prompts – for example, “Please analyze this contract and create a customer-favorable redline with aggressive changes.” Key tools include process_contract, get_analysis_status, extract_clauses, and generate_negotiation_email.
redline_swarm
**REDLINE MODE** - Attack counterparty's contract with parallel AI agents. Upload a DOCX contract and BitsBound's Instant Swarm™ deploys parallel SAC (Supreme AI Co-Counsel) agents to analyze and redline every section simultaneously. Returns partner-level redlined DOCX with real OOXML Track Changes (w:ins/w:del), negotiation email, and risk analysis. **REQUIRED INPUTS (ask the user):** 1. File path to the counterparty's DOCX contract 2. Contract type: saas, ma, vc, employment, nda, equipment, commercial-lease, professional-services, or miscellaneous 3. Who you represent: customer/vendor (saas), buyer/seller (ma), investor/founder (vc), etc. 4. Aggressiveness level: 1-10 (1=conciliatory, 5=balanced, 10=aggressive) **OPTIONAL:** dealValue, additionalContext, emailRecipient info **DELIVERABLES:** • Redlined DOCX with real Track Changes (not markup - actual w:ins/w:del) • Negotiation email explaining each requested change • Favorability score and risk analysis Analysis takes ~25-35 minutes. Response includes 'checkBackTime' for when to check status.
power_draft
**DRAFT MODE** - Generate a complete contract from scratch. NO FILE UPLOAD NEEDED. Provide deal context and BitsBound generates a partner-level contract using a multi-pass architecture: 1. Opus 4.5 generates initial draft based on your requirements 2. 16+ parallel analyzers critique the draft 3. Sonnet 4.5 synthesizes analyzer feedback 4. Opus 4.5 generates refined second draft 5. Final QB Enhancer pass for consistency **REQUIRED INPUTS (ask the user):** 1. Contract type: saas, ma, vc, employment, nda, equipment-lease, commercial-lease, professional-services 2. Who you represent: customer/vendor (saas), buyer/seller (ma), investor/founder (vc), etc. 3. Terms Favorability: 1-10 (1=minimal protections/fast close, 5=balanced, 10=maximum protections/bulletproof) **RECOMMENDED:** Additional context describing the deal (value, term, key requirements, counterparty info) **DELIVERABLES:** • Clean DOCX ready for negotiation (no Track Changes needed - it's your paper) • Cover email introducing the draft (optional) • Risk analysis of your own positions Draft generation takes ~30-40 minutes. Response includes 'checkBackTime' for when to check status.
get_analysis_status
Check analysis progress. When complete, returns: - redlinedDocxDownloadUrl: Presigned URL to download redlined DOCX (valid 1 hour) - negotiationEmailHtml/PlainText: Ready-to-send negotiation email - favorabilityScore, topRisks, negotiationPriorities ALWAYS display download URLs as clickable links when analysis completes.
download_file
Download a file from BitsBound (redlined DOCX, analysis JSON). Returns base64 content or saves to local path.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bitsbound mcp server": {
"bitsbound": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
],
"env": {
"BITSBOUND_API_KEY": "sk_live_your_api_key"
}
}
}
}
}
McpServers
{
"bitsbound": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
],
"env": {
"BITSBOUND_API_KEY": "sk_live_your_api_key"
}
}
}
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
| Tool | Description |
|------|-------------|
| process_contract | Upload and analyze a contract - produces redlined DOCX with Track Changes |
| get_analysis_status | Check analysis progress and retrieve deliverables |
| extract_clauses | Extract specific clause types from a contract |
| generate_negotiation_email | Create 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
- Email: admin@bitsbound.com - Website: https://bitsbound.com - Privacy Policy: https://www.bitsbound.com/privacy - DPA: https://www.bitsbound.com/dpaLicense
MIT - BitsBound, Inc.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



