Metadata-Version: 2.4
Name: legalvector-mcp
Version: 1.0.0
Summary: Legal technology intelligence MCP server for Claude Desktop
Home-page: https://github.com/docketlabs/LegalVector
Author: DocketLabs
Author-email: DocketLabs <contact@docketlabs.com>
License: MIT
Project-URL: Homepage, https://github.com/docketlabs/LegalVector
Project-URL: Documentation, https://github.com/docketlabs/LegalVector/blob/main/README.md
Project-URL: Repository, https://github.com/docketlabs/LegalVector
Project-URL: Bug Reports, https://github.com/docketlabs/LegalVector/issues
Keywords: legal-tech,ai,law-firms,mcp-server,claude-desktop
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# LegalVector MCP Server

Legal technology intelligence MCP server for Claude Desktop that transforms legal tech discovery into strategic AI adoption consulting.

## Overview

LegalVector provides law firms with comprehensive business intelligence for AI adoption through 16 specialized tools analyzing 181+ legal technology companies.

### Key Features

- **AI Readiness Audits** - Comprehensive firm assessments with scoring
- **Practice Area Specialization** - Tools filtered by legal practice areas  
- **ROI Projections** - Financial impact analysis with firm-specific data
- **Implementation Roadmaps** - Step-by-step deployment planning
- **Security Compliance** - Filter tools by compliance requirements
- **Integration Analysis** - Legacy system compatibility assessment
- **Pricing Intelligence** - Transparent cost comparisons and budget analysis

## Installation

```bash
pip install legalvector-mcp
```

## Claude Desktop Setup

Add to your Claude Desktop configuration file:

**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`  
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "legalvector": {
      "command": "legalvector-mcp",
      "args": [],
      "env": {
        "SUPABASE_URL": "your_supabase_url",
        "SUPABASE_SERVICE_KEY": "your_service_key", 
        "PINECONE_API_KEY": "your_pinecone_key",
        "OPENAI_API_KEY": "your_openai_key"
      }
    }
  }
}
```

**Note**: Environment variables are optional - the server includes fallback demo data.

## Available Tools

### Discovery Tools (3)
- `search_legal_tools` - Semantic search across 181+ legal tech tools
- `get_tool_count` - Database statistics and system status
- `get_ai_tools` - Find AI-powered legal technology tools

### Business Intelligence Tools (13)
- `generate_firm_audit` - Comprehensive AI readiness assessments
- `find_by_practice_area` - Practice-specific tool discovery (PI, litigation, IP, etc.)
- `get_pricing_transparency` - Cost analysis and budget planning
- `filter_by_security` - Compliance filtering (SOC2, HIPAA, GDPR, etc.)
- `map_practice_workflows` - Process optimization analysis
- `analyze_legacy_integration` - System compatibility assessment
- `calculate_roi_projection` - Financial impact modeling with firm metrics
- `generate_tool_combinations` - Optimal tech stack recommendations
- `create_implementation_roadmap` - Deployment planning and risk assessment  
- `specialize_personal_injury` - Personal Injury practice deep dive
- `consolidate_use_cases` - Cross-practice AI use case analysis
- `track_market_trends` - Legal tech industry intelligence

## Usage Examples

### AI Readiness Audit
```
"Generate an AI readiness audit for my 15-person personal injury firm using Clio and Microsoft 365"
```

### Practice Area Analysis  
```
"Find AI tools specifically for personal injury practice"
```

### ROI Analysis
```
"Calculate ROI for contract review automation at my 5-attorney firm with $1.2M annual revenue"
```

### Security Compliance
```
"Find legal tech tools that are SOC2 and HIPAA compliant"
```

### Strategic Planning
```
"Create a comprehensive AI adoption strategy for our 25-attorney litigation firm"
```

## Database Coverage

- **181+ Legal Technology Companies** with detailed analysis
- **13 Practice Areas** including Personal Injury, Litigation, IP, Family Law
- **23 AI Capabilities** from contract review to legal research
- **Security & Compliance** data including SOC2, HIPAA, GDPR
- **Integration Data** for popular platforms (Microsoft 365, Clio, etc.)
- **Pricing Information** across different firm sizes and budgets

## Business Value

### For Law Firms
- **Strategic AI Adoption** - Move beyond tool discovery to strategic consulting
- **ROI-Driven Decisions** - Make technology investments with clear financial projections
- **Practice Optimization** - Identify automation opportunities specific to your practice area
- **Risk Mitigation** - Ensure compliance and integration compatibility

### For Legal Tech Vendors
- **Market Intelligence** - Understand competitive landscape and positioning
- **Partnership Opportunities** - Identify integration and collaboration possibilities
- **Product Development** - Data-driven insights for feature development

## Architecture

- **Hybrid Design** - Works with or without external services
- **Graceful Degradation** - Maintains functionality if databases unavailable  
- **MCP Protocol** - Full Model Context Protocol compliance
- **Production Ready** - Comprehensive error handling and logging

## License

MIT License - see LICENSE file for details.

## Support & Development

- **Issues**: [GitHub Issues](https://github.com/docketlabs/LegalVector/issues)
- **Source Code**: [GitHub Repository](https://github.com/docketlabs/LegalVector)
- **Documentation**: [Project README](https://github.com/docketlabs/LegalVector/blob/main/README.md)

---

**Developed by [DocketLabs](https://docketlabs.com)** - Legal technology intelligence and automation.
