MCP Calc Tools

compound_interest

Calculate compound interest for any principal amount, rate, and time period. Input your values to determine future investment growth with precision.

Instructions

Calculate compound interest

Input Schema

NameRequiredDescriptionDefault
compoundsNo
principalYes
rateYes
timeYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a