{
  "markdown": "# BitsBound MCP Server\n\nAI-powered contract analysis with partner-level redlines for Claude Desktop and Claude.ai.\n\n## Features\n- Contract processing with partner-level redlines\n- Real OOXML Track Changes (w:ins/w:del) - not markup, actual Word revisions\n- Clause extraction and analysis\n- Risk scoring and favorability dashboards\n- Negotiation email generation\n- Deal context awareness (value, industry, aggressiveness)\n\n## Installation\n\n### Claude Desktop (Recommended)\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"bitsbound\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@bitsbound/mcp-server\"],\n      \"env\": {\n        \"BITSBOUND_API_KEY\": \"sk_live_your_api_key\"\n      }\n    }\n  }\n}\n```\n\nGet your API key at: https://account.bitsbound.com/api-keys\n\n### Claude.ai Custom Connectors (HTTP/OAuth 2.0)\n\nFor remote MCP access via claude.ai:\n\n1. **Name:** BitsBound\n2. **URL:** `https://bitsbound-mcp-server.onrender.com/mcp`\n3. **Client ID:** `bitsbound-mcp`\n4. **Client Secret:** Your BitsBound API key (`sk_live_xxx...`)\n\nOAuth 2.0 endpoints:\n- Discovery: `/.well-known/oauth-authorization-server`\n- Authorize: `/oauth/authorize`\n- Token: `/oauth/token`\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `process_contract` | Upload and analyze a contract - produces redlined DOCX with Track Changes |\n| `get_analysis_status` | Check analysis progress and retrieve deliverables |\n| `extract_clauses` | Extract specific clause types from a contract |\n| `generate_negotiation_email` | Create a professional negotiation email |\n\n## Example Usage\n\n```\nPlease analyze this contract and create a customer-favorable redline with aggressive changes\n```\nClaude will ask for:\n- Contract file (drag & drop DOCX)\n- Deal context (value, industry)\n- Aggressiveness level (1-10)\n- Email recipient details\n\n## Registry\n\n- **MCP Registry:** `io.github.taytrom/bitsbound-contract-automation`\n- **npm:** `@bitsbound/mcp-server`\n\n## Support\n- Email: admin@bitsbound.com\n- Website: https://bitsbound.com\n- Privacy Policy: https://www.bitsbound.com/privacy\n- DPA: https://www.bitsbound.com/dpa\n\n## License\nMIT - BitsBound, Inc.\n",
  "bytes": 2210,
  "sha": "0efa32e6a23a2b591c38be5b5c574e607f752f2d8245a3cbc6e332ad6db893a3",
  "repo_slug": "taytrom/bitsbound-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_taytrom_bitsbound_contract_aut_8a5db9c6/readme"
}