$ man saas-metrics-api
/saas-metrics-api
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
──────────────────────────────────────────────────────────────────────────────
NAME
saas-metrics-api — scores saas operating metrics: rule of 40, net revenue retention, burn multiple, magic number, and logo churn, then returns a single grad… SYNOPSIS
POST https://x402.agentutility.ai/saas-metrics-api
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION
Scores SaaS operating metrics: rule of 40, net revenue retention, burn multiple, magic number, and logo churn, then returns a single grade with a written recommendation. Same operating-finance calculator as saas-metrics-score, offered under a name buyers searching for a general SaaS metrics tool are more likely to type. Send arr, growth_rate_pct, gross_margin_pct, net_revenue_retention_pct, burn_multiple, magic_number, ebitda_margin_pct, and logo_churn_pct; get back a score, grade, recommendation, the computed metrics, and per-driver scoring detail. Runs as a deterministic in-process calculator with no upstream API dependency. Use it as a SaaS metrics API, rule-of-40 calculator, or operating benchmark scorer for diligence checklists and board decks.
INPUT — request schema
| property | type | description | req? |
|---|
| arr | number | Annual recurring revenue. | required |
| growth_rate_pct | number | Annual ARR growth rate percent. | required |
| gross_margin_pct | number | Gross margin percent. | required |
| net_revenue_retention_pct | number | Net revenue retention percent. | required |
| burn_multiple | number | Net burn divided by net new ARR. Optional. | optional |
| magic_number | number | Sales efficiency magic number. Optional. | optional |
| ebitda_margin_pct | number | EBITDA margin percent for rule-of-40. Defaults to 0 when omitted. | optional |
| logo_churn_pct | number | Annual logo churn percent. Optional. | optional |
OUTPUT — response shape
| field | type | description |
|---|
| calculator | string | — |
| score | string | — |
| grade | string | — |
| recommendation | string | — |
| metrics | string | — |
| drivers | string | — |
| warnings | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/saas-metrics-api \
-H 'Content-Type: application/json' \
-d '{ }'first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>
# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...
# Then call the saas-metrics-api tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-financesaasmetricsapisaas-metrics-api
- methods
- POST
- cluster
- edgefinance
- price
- $0.01 USDC per call
ADJACENT — other endpoints in edgefinance