Skip to main content
Glama

MCP Calc Tools

by nbiish

compound_interest

Calculate compound interest by inputting principal, interest rate, time, and compounding frequency. Use this tool to determine investment growth or loan repayment amounts accurately.

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" }

Other Tools from MCP Calc Tools

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nbiish/mcp-calc-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server