Skip to main content
Glama

Excel Finance MCP

calculate_mirr

Calculate Modified Internal Rate of Return using finance and reinvestment rates for accurate investment analysis and cash flow evaluation.

Instructions

Calculate Modified Internal Rate of Return

Input Schema

NameRequiredDescriptionDefault
cashFlowsYes
financeRateYesFinance rate for negative cash flows
reinvestRateYesReinvestment rate for positive cash flows

Input Schema (JSON Schema)

{ "properties": { "cashFlows": { "items": { "type": "number" }, "type": "array" }, "financeRate": { "description": "Finance rate for negative cash flows", "type": "number" }, "reinvestRate": { "description": "Reinvestment rate for positive cash flows", "type": "number" } }, "required": [ "cashFlows", "financeRate", "reinvestRate" ], "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