Skip to main content
Glama

MCP Calc Tools

by nbiish

npv

Calculate Net Present Value (NPV) of cash flows by inputting cash flow values and discount rate to assess investment profitability.

Instructions

Calculate Net Present Value of cash flows

Input Schema

NameRequiredDescriptionDefault
cashFlowsYes
rateYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "cashFlows": { "items": { "type": "number" }, "type": "array" }, "rate": { "type": "number" } }, "required": [ "cashFlows", "rate" ], "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