Metadata-Version: 2.4
Name: v7capital-mcp
Version: 0.3.0
Summary: V7 Capital MCP Server — manage cap tables, portfolio, and financials through conversation
Keywords: mcp,v7capital,asset-management,cap-table,portfolio,ai,claude,llm
Author: Robert Radoslav
Author-email: Robert Radoslav <robert.radoslav@protonmail.ch>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click>=8.3.2
Requires-Dist: fastmcp>=3.2.3
Requires-Dist: httpx>=0.28.1
Requires-Python: >=3.12
Project-URL: Homepage, https://www.v7capital.ro
Description-Content-Type: text/markdown

# V7 Capital MCP Server

AI-powered asset management through conversation. Manage cap tables, portfolio investments, companies, and financials via Claude Desktop, Claude Code, or any MCP client.

## Installation

```bash
uv tool install v7capital-mcp
```

## Authentication

```bash
v7-cli login
```

## Usage

### Claude Code
```bash
claude mcp add v7capital -- v7-mcp
```

### Claude Desktop
Add to `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "v7capital": {
      "command": "v7-mcp"
    }
  }
}
```

## Environment Variables

| Variable | Default | Description |
|----------|---------|-------------|
| `V7_API_URL` | `https://www.v7capital.ro` | API base URL |

## Tools (~48)

- **Cap Table**: list/create funds, rounds, stakeholders, securities, transactions; get cap table; list commitments
- **Companies**: list/create/update companies, income statements, balance sheets, cash flow statements, financial metrics, KPIs, KPI values
- **Portfolio**: deal pipeline (CRUD), investments (CRU), cash flows (CRU), performance (CRU)
- **Fund Admin**: list/create/update fee costs
- **Audit**: list audit logs
