# Venture Counsel Selection AI Agent Connect

> Evaluate and select the best legal counsel by balancing cost against strategic value.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_gXMcXSX8TkmiXsvb3rgqJzh0B8GwiXuhz4OFwR7y/ai-agent-connect
- **Tags:** startup, legal-tech, venture-capital, counsel-selection, cost-analysis

## Description

This MCP server provides an analytical engine for startups to select the most effective legal counsel. It moves beyond simple hourly rates to evaluate firms based on stage-sector alignment, strategic value-add, and relationship strength. Use `evaluate_firm_costs` to project financial outlays, `calculate_value_score` to quantify strategic benefits, and `generate_counsel_recommendation` to receive a ranked list of the best-fit firms. It also provides `get_firm_comparison_matrix` for a side-by-side view of all candidates.

## Tools

### calculate_value_score
Quantifies the strategic benefit of a firm

### generate_counsel_recommendation
Compares all evaluated firms to provide a ranked recommendation

### get_firm_comparison_matrix
Provides a side-by-side view of all candidate firms across all metrics

### evaluate_firm_costs
Calculates the projected financial outlay for a specific firm based on its rate structure and the startup's profile

## Prompt Examples

**Prompt:** 
```
Estimate the cost for Firm A with a $500 hourly rate for 20 hours at the Seed stage using a capped fee.
```

**Response:** 
```
The total estimated cost for Firm A is $10,000.
```

**Prompt:** 
```
Calculate the value score for Firm B with sector score 8, stage score 9, and relationship score 7.
```

**Response:** 
```
The strategic value-add score for Firm B is 8.0.
```

**Prompt:** 
```
Which firm is recommended among Firm A (Cost: 10000, Value: 8) and Firm B (Cost: 12000, Value: 9)?
```

**Response:** 
```
Firm B is the recommended choice due to its higher strategic value-add score.
```

## Frequently Asked Questions

**How does the tool calculate the total cost?**
The `evaluate_firm_costs` tool calculates the total by applying the hourly rate to estimated hours, while accounting for stage-based discounts and specific fee arrangements like fixed or capped fees.

**What factors influence the value-add score?**
The `calculate_value_score` tool uses sector expertise, stage expertise, and relationship strength to determine the strategic benefit of a firm.

**Can I compare multiple law firms at once?**
Yes, you can use `get_firm_comparison_matrix` to see a side-by-side comparison of all analyzed firms across cost and value metrics.
