Home / MCP Tools / Enterprise Value & Multiples Calculator
Live MCP toolvaluation

Enterprise Value & Multiples Calculator

Market cap, enterprise value and EV/EBITDA, EV/Revenue multiples.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
share_pricenumberrequiredShare price in USD
shares_outstandingnumberrequiredShares outstanding
total_debtnumberoptionalTotal debt in USD
cashnumberoptionalCash and equivalents in USD
preferred_equitynumberoptionalPreferred equity in USD
minority_interestnumberoptionalMinority interest in USD
ebitdanumberoptionalEBITDA in USD (for EV/EBITDA)
revenuenumberoptionalRevenue in USD (for EV/Revenue)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "enterprise_value", "arguments": {"share_price": 400000, "shares_outstanding": 100}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/enterprise_value \
  -H 'Content-Type: application/json' \
  -d '{"share_price": 400000, "shares_outstanding": 100}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/enterprise_value from your browser.

Related tools in Valuation

valuation
M&A Accretion / Dilution Calculator
Pro-forma EPS and accretion/dilution from an acquisition (stock/cash/mixed).
valuation
Internal Rate of Return (IRR) Calculator
The discount rate where NPV=0 for a cash-flow series (solved by bisection).
valuation
Net Present Value (NPV) Calculator
NPV of a cash-flow series at a discount rate (index 0 = initial outlay).