Skip to main content
Glama

Excel Finance MCP

calculate_npv

Calculate Net Present Value to evaluate investment profitability by discounting future cash flows at a specified rate.

Instructions

Calculate Net Present Value of cash flows

Input Schema

NameRequiredDescriptionDefault
cashFlowsYes
initialInvestmentNo
rateYesDiscount rate as decimal (e.g., 0.1 for 10%)

Input Schema (JSON Schema)

{ "properties": { "cashFlows": { "items": { "type": "number" }, "type": "array" }, "initialInvestment": { "default": 0, "type": "number" }, "rate": { "description": "Discount rate as decimal (e.g., 0.1 for 10%)", "type": "number" } }, "required": [ "rate", "cashFlows" ], "type": "object" }

Other Tools from Excel Finance MCP

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/jeremycharlesgillespie/excel-mcp'

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