Post-money valuation, investor/existing ownership and new shares for a raise.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
pre_money_valuation | number | required | Pre-money valuation in USD |
investment_amount | number | required | New investment amount in USD |
existing_shares | number | optional | Existing share count (to compute price/new shares) |
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": "dilution", "arguments": {"pre_money_valuation": 100, "investment_amount": 1000}}}'curl -s https://wingmanprotocol.com/tools/dilution \
-H 'Content-Type: application/json' \
-d '{"pre_money_valuation": 100, "investment_amount": 1000}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/dilution from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).