{"name":"cash-runway-calculator","description":"Calculates a startup's cash runway from its monthly burn. Same backend as startup-runway-calculator, focused on net monthly burn, static runway, dynamic runway, and burn cut needed for target runway. Use it as a cash runway calculator, startup burn runway API, or founder finance planning tool.","price":"$0.01","method":"POST","input_schema":{"properties":{"cash_balance":{"type":"number","description":"Current cash balance."},"monthly_burn":{"type":"number","description":"Monthly operating cash burn before revenue offset."},"monthly_revenue":{"type":"number","description":"Current monthly revenue. Default 0."},"monthly_revenue_growth_pct":{"type":"number","description":"Expected monthly revenue growth percent. Default 0."},"target_runway_months":{"type":"number","description":"Target runway months. Default 18."}},"required":["cash_balance","monthly_burn"]},"input_example":{"cash_balance":900000,"monthly_burn":125000,"monthly_revenue":35000,"monthly_revenue_growth_pct":5,"target_runway_months":18},"output_example":{"calculator":"startup-runway-calculator","score":74.2,"grade":"strong","recommendation":"Proceed with standard diligence and covenant checks.","metrics":{"net_monthly_burn":90000,"static_runway_months":10,"burn_reduction_needed_for_target":40000},"drivers":[{"name":"debt_service_coverage","score":83.6,"weight":0.3,"note":"1.42x DSCR"}],"warnings":[],"source":"deterministic in-process finance calculator; no upstream API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}