Home / MCP Tools / M&A Accretion / Dilution Calculator
Live MCP toolvaluation

M&A Accretion / Dilution Calculator

Pro-forma EPS and accretion/dilution from an acquisition (stock/cash/mixed).

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

Parameters

ParameterTypeRequiredDescription
acquirer_net_incomenumberrequiredAcquirer net income in USD
acquirer_sharesnumberrequiredAcquirer shares outstanding
target_net_incomenumberoptionalTarget net income in USD
purchase_pricenumberrequiredTotal purchase price in USD
acquirer_share_pricenumberoptionalAcquirer share price (needed for any stock)
pct_stocknumberoptionalPercent of deal paid in stock (default 100)
interest_rate_pctnumberoptionalInterest rate on cash/debt portion, percent
tax_rate_pctnumberoptionalTax rate percent (for after-tax interest)
synergiesnumberoptionalAnnual after-tax synergies in USD

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": "accretion_dilution", "arguments": {"acquirer_net_income": 85000, "acquirer_shares": 100, "purchase_price": 400000}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/accretion_dilution \
  -H 'Content-Type: application/json' \
  -d '{"acquirer_net_income": 85000, "acquirer_shares": 100, "purchase_price": 400000}'

Try it live

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

Related tools in Valuation

valuation
Enterprise Value & Multiples Calculator
Market cap, enterprise value and EV/EBITDA, EV/Revenue multiples.
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).