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.
| Parameter | Type | Required | Description |
|---|---|---|---|
acquirer_net_income | number | required | Acquirer net income in USD |
acquirer_shares | number | required | Acquirer shares outstanding |
target_net_income | number | optional | Target net income in USD |
purchase_price | number | required | Total purchase price in USD |
acquirer_share_price | number | optional | Acquirer share price (needed for any stock) |
pct_stock | number | optional | Percent of deal paid in stock (default 100) |
interest_rate_pct | number | optional | Interest rate on cash/debt portion, percent |
tax_rate_pct | number | optional | Tax rate percent (for after-tax interest) |
synergies | number | optional | Annual after-tax synergies in USD |
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}}}'curl -s https://wingmanprotocol.com/tools/accretion_dilution \
-H 'Content-Type: application/json' \
-d '{"acquirer_net_income": 85000, "acquirer_shares": 100, "purchase_price": 400000}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/accretion_dilution from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).