Months of runway and net monthly burn from cash on hand, revenue and expenses.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
cash_on_hand | number | required | Cash in the bank in USD |
monthly_revenue | number | optional | Monthly revenue in USD |
monthly_expenses | number | optional | Monthly operating expenses in USD |
monthly_net_burn | number | optional | Optional explicit net burn (overrides expenses-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": "runway", "arguments": {"cash_on_hand": 100}}}'curl -s https://wingmanprotocol.com/tools/runway \
-H 'Content-Type: application/json' \
-d '{"cash_on_hand": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/runway from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).