{"name":"revenue-based-financing-score","description":"Scores a revenue based financing (RBF) facility, returning a weighted score and grade. Evaluates revenue scale, growth, margin quality, repayment burden (cap multiple), and retention, with drivers and recommendation. Use it as a revenue based financing score API, RBF deal scorer, or recurring-revenue lending risk score with MRR + growth + cap-multiple analysis.","price":"$0.01","method":"POST","input_schema":{"properties":{"mrr":{"type":"number","description":"Monthly recurring revenue (USD)."},"growth_rate_pct":{"type":"number","description":"Monthly revenue growth percent."},"gross_margin_pct":{"type":"number","description":"Gross margin percent."},"revenue_multiple":{"type":"number","description":"Repayment cap as a multiple of advanced amount."},"churn_rate_pct":{"type":"number","description":"Monthly revenue churn percent. Optional, default 5."}},"required":["mrr","growth_rate_pct","gross_margin_pct","revenue_multiple"]},"input_example":{"mrr":90000,"growth_rate_pct":12,"gross_margin_pct":78,"revenue_multiple":4,"churn_rate_pct":3},"output_example":{"calculator":"revenue-based-financing-score","score":74.2,"grade":"strong","recommendation":"Proceed with standard diligence and covenant checks.","metrics":{"mrr":90000,"growth_rate_pct":12,"gross_margin_pct":78,"revenue_multiple":4},"drivers":[{"name":"repayment_burden","score":56,"weight":0.2,"note":"4x revenue cap multiple"}],"warnings":[],"source":"deterministic in-process finance calculator; no upstream API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}