HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Number crunch

Statistical analysis suite: descriptive statistics, correlation analysis, and outlier detection on a single dataset.

$0.050 per call · one payment for the whole workflow
POST /api/skill/number-crunch

3 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

An agent has a series of numbers (prices, scores, measurements) and needs the full statistical picture in one call: central tendency, spread, whether any values are anomalous, and the trend direction.

Tools in this pack

All 3 run inside the single $0.050 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Compute descriptive statistics with stats-summary - count, mean, median, stddev, quartiles, min, max.
  2. Run correlation of the values against their indices (position trend) - r near +1/-1 means a clear upward/downward trend over the series.
  3. Detect outliers - IQR fence + z-score methods flag anomalous values the agent should investigate or exclude.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call number-crunch {"values":"10,12,15,11,50,13,14"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Analyze the dataset [10,12,15,11,50,13,14] using Agent402: (1) stats-summary - descriptive stats. (2) correlation with x=values, y=indices - trend detection. (3) outliers - flag anomalies. Return {stats, trend, outliers}.

← All skill packs