MCP Calc Tools

present_value

Calculate the present value of future cash flows by inputting future value, rate, and time. Ideal for financial analysis and planning to determine current worth.

Instructions

Calculate present value of future cash flows

Input Schema

NameRequiredDescriptionDefault
futureValueYes
rateYes
timeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "futureValue": { "type": "number" }, "rate": { "type": "number" }, "time": { "type": "number" } }, "required": [ "futureValue", "rate", "time" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a