Skip to main content
Glama

Excel Finance MCP

excel_create_npv_analysis

Generate Excel worksheets with formulas to calculate Net Present Value for investment analysis and financial decision-making.

Instructions

Create a comprehensive NPV analysis worksheet with formulas and documentation

Input Schema

NameRequiredDescriptionDefault
discountRateYesAnnual discount rate (e.g., 0.10 for 10%)
projectNameYes
worksheetNameNoNPV Analysis

Input Schema (JSON Schema)

{ "properties": { "discountRate": { "description": "Annual discount rate (e.g., 0.10 for 10%)", "type": "number" }, "projectName": { "type": "string" }, "worksheetName": { "default": "NPV Analysis", "type": "string" } }, "required": [ "projectName", "discountRate" ], "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