Home / MCP Tools / Time Value of Money Solver
Live MCP toolfinance

Time Value of Money Solver

Solve for any one of PV, FV, PMT, N, or rate given the other four TVM variables.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
solve_forstringrequiredWhich variable to solve for One of: pv, fv, pmt, n, rate
pvnumberoptionalPresent value
fvnumberoptionalFuture value (default 0)
pmtnumberoptionalPayment per period
nnumberoptionalNumber of periods
ratenumberoptionalRate per period as a decimal

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "tvm", "arguments": {"solve_for": "pv"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/tvm \
  -H 'Content-Type: application/json' \
  -d '{"solve_for": "pv"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/tvm from your browser.

Related tools in Finance

finance
Loan Amortization Schedule
Full month-by-month amortization table with principal, interest, and balance columns.
finance
Annuity Present / Future Value
Compute the present or future value of an ordinary annuity or annuity-due.
finance
Bond Price Calculator
Fair value of a fixed-coupon bond given face value, coupon rate, market yield, and maturity.
finance
CAGR (Compound Annual Growth Rate) Calculator
Compound annual growth rate and total growth between two values over N years.
finance
Compound Interest / Future Value Calculator
Future value, total contributions and interest with optional periodic deposits.
finance
Depreciation Schedule Calculator
Straight-line or double-declining-balance schedule for an asset.