Conversion price and shares for a SAFE with a cap and/or discount.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
investment | number | required | Investment amount in USD |
round_price_per_share | number | required | Priced round's price per share in USD |
valuation_cap | number | optional | Valuation cap in USD |
pre_round_shares | number | optional | Pre-round fully-diluted shares (for cap price) |
discount_pct | number | optional | Discount percent off the round price |
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": "safe_note", "arguments": {"investment": 100, "round_price_per_share": 400000}}}'curl -s https://wingmanprotocol.com/tools/safe_note \
-H 'Content-Type: application/json' \
-d '{"investment": 100, "round_price_per_share": 400000}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/safe_note from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).