Skip to main content
Glama

Excel Finance MCP

profitability_index

Calculate profitability index to evaluate investment projects by comparing present value of future cash flows to initial investment using discount rate.

Instructions

Calculate profitability index (PI)

Input Schema

NameRequiredDescriptionDefault
cashFlowsYes
initialInvestmentYes
rateYesDiscount rate as decimal

Input Schema (JSON Schema)

{ "properties": { "cashFlows": { "items": { "type": "number" }, "type": "array" }, "initialInvestment": { "type": "number" }, "rate": { "description": "Discount rate as decimal", "type": "number" } }, "required": [ "initialInvestment", "cashFlows", "rate" ], "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