BitsBound MCP Server - AI-powered contract analysis for Claude, ChatGPT, and Gemini
npm install @bitsbound/mcp-serverAI-powered contract analysis with partner-level redlines for Claude Desktop and Claude.ai.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
``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
For remote MCP access via claude.ai:
1. Name: BitsBound
2. URL: https://bitsbound-mcp-server.onrender.com/mcpbitsbound-mcp
3. Client ID: sk_live_xxx...
4. Client Secret: Your BitsBound API key ()
OAuth 2.0 endpoints:
- Discovery: /.well-known/oauth-authorization-server/oauth/authorize
- Authorize: /oauth/token
- Token:
| 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 |
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...
``
"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
- MCP Registry: io.github.taytrom/bitsbound-contract-automation@bitsbound/mcp-server`
- npm: