startup-valuation

simonplmak-cloud/startup-valuation
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Comprehensive startup valuation library with 80+ formulas, MCP server, and AI-agent skills
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "startup-valuation": {
      "command": "uvx",
      "args": [
        "startup-valuation"
      ]
    }
  }
}

Or install with pip: pip install startup-valuation

README Excerpt

> Comprehensive startup valuation library implementing **80+ formulas** from the Startup Valuation textbook. Python library + MCP server + AI-Agent Skills. A production-grade Python library for startup valuation, implementing every formula from the **Startup Valuation** textbook. Designed for developers, financial analysts, and AI agents who need auditable, structured valuation computations.