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.
| Parameter | Type | Required | Description |
|---|---|---|---|
share_price | number | required | Share price in USD |
shares_outstanding | number | required | Shares outstanding |
total_debt | number | optional | Total debt in USD |
cash | number | optional | Cash and equivalents in USD |
preferred_equity | number | optional | Preferred equity in USD |
minority_interest | number | optional | Minority interest in USD |
ebitda | number | optional | EBITDA in USD (for EV/EBITDA) |
revenue | number | optional | Revenue in USD (for EV/Revenue) |
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}}}'curl -s https://wingmanprotocol.com/tools/enterprise_value \
-H 'Content-Type: application/json' \
-d '{"share_price": 400000, "shares_outstanding": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/enterprise_value from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).