Skip to main content
Glama

Excel Finance MCP

calculate_wacc

Calculate the weighted average cost of capital for investment analysis and financial decision making using equity, debt, cost parameters, and tax rate inputs.

Instructions

Calculate Weighted Average Cost of Capital

Input Schema

NameRequiredDescriptionDefault
costOfDebtYes
costOfEquityYes
debtValueYes
equityValueYes
taxRateYes

Input Schema (JSON Schema)

{ "properties": { "costOfDebt": { "type": "number" }, "costOfEquity": { "type": "number" }, "debtValue": { "type": "number" }, "equityValue": { "type": "number" }, "taxRate": { "type": "number" } }, "required": [ "equityValue", "debtValue", "costOfEquity", "costOfDebt", "taxRate" ], "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