HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

Financial calculators

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

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

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.

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