MCP Gateway

Connect any AI agent to 49 valuation tools via the Model Context Protocol. One pip install and your agent can perform any valuation calculation.

Quick Start

# Install
pip install intangible-valuation[mcp]

# Add to your MCP config (mcp.json)
{
  "mcpServers": {
    "intangible-valuation": {
      "command": "python",
      "args": ["-m", "mcp_server.server"],
      "cwd": "/path/to/intangible-valuation"
    }
  }
}

# Or connect to the cloud endpoint
{
  "mcpServers": {
    "intangible-valuation-cloud": {
      "url": "https://intangible-valuation.simonmak.com/api/mcp"
    }
  }
}

Available Tools

Core

present_value, future_value, annuity_pv, perpetuity_pv, terminal_value

Discount Rates

capm, wacc, build_up_discount_rate

Income Methods

relief_from_royalty, mpeem, incremental_cashflow

Cost Approach

reproduction_cost, replacement_cost, obsolescence

Market Approach

comparable_transactions, royalty_capitalization

Asset Types

patent, brand, technology, customer, human_capital

Advanced

goodwill, ppa_waterfall, impairment_test, monte_carlo