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

Financial calculators

Compound interest, amortization schedule, and loan payment in one call - the three financial calculations agents need most.

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

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 is helping with a financial decision (investment projection, mortgage comparison, loan evaluation) and needs all three core calculations without making separate calls. Pure math, no market data needed.

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. Project growth with compound-interest - monthly compounding over the given horizon. Shows future value of the principal.
  2. Generate an amortization schedule - first 12 periods showing principal/interest breakdown per payment.
  3. Compute the monthly payment with loan-payment - the flat PMT for the given principal, rate, and term.

Call it directly

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

npx agent402-client call finance-calc {"principal":"10000","rate":"7","years":"10"}

Run it in Claude

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

Then paste this prompt into Claude:

Run financial calculators using Agent402: (1) compound-interest {principal:10000, annualRate:0.07, years:10, compoundingPerYear:12}. (2) amortization {principal:300000, annualRate:0.065, termYears:30, maxRows:12}. (3) loan-payment {principal:300000, annualRate:0.065, termYears:30}. Return {growth, schedule, payment}.

← All skill packs