Excel Finance MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| excel_create_workbookC | Create a new Excel workbook with specified worksheets and data |
| excel_open_fileC | Open an existing Excel file |
| excel_save_fileC | Save the current workbook to a file |
| excel_read_worksheetC | Read data from a specific worksheet |
| excel_write_worksheetC | Write data to a worksheet |
| excel_add_worksheetC | Add a new worksheet to the current workbook |
| excel_delete_worksheetC | Delete a worksheet from the current workbook |
| excel_create_named_rangeC | Create a named range in the workbook |
| excel_find_replaceC | Find and replace text in a worksheet |
| excel_get_formulasC | Extract all formulas from a worksheet |
| excel_protect_worksheetC | Protect a worksheet with a password |
| excel_merge_filesC | Merge multiple Excel files into one workbook |
| excel_conditional_formattingC | Apply conditional formatting to a range |
| excel_data_validationC | Add data validation to a range |
| excel_close_workbookB | Close the current workbook |
| excel_autofit_columnsB | Auto-fit column widths based on content with min/max constraints |
| excel_autofit_all_columnsC | Auto-fit column widths for all worksheets in the workbook |
| excel_create_formula_referenceC | Create a comprehensive formula reference sheet with accounting standards and links |
| excel_create_npv_analysisC | Create a comprehensive NPV analysis worksheet with formulas and documentation |
| excel_create_loan_analysisB | Create a loan amortization analysis worksheet with payment schedule and accounting entries |
| excel_create_rent_rollC | Create a comprehensive rent roll analysis worksheet with occupancy and financial metrics |
| excel_create_financial_ratiosC | Create a financial ratios analysis worksheet with GAAP-compliant ratio calculations |
| excel_create_cash_flow_projectionC | Create a 12-month cash flow projection worksheet with operating, investing, and financing activities |
| excel_add_formula_with_documentationC | Add a financial formula to a cell with complete documentation and validation |
| excel_write_calculationC | Write a calculation to a cell using a formula (not hardcoded value) for transparency |
| excel_validate_formulasC | Validate that cells contain formulas instead of hardcoded values |
| excel_ensure_formula_calculationC | Ensure all formulas in a worksheet will be calculated when the file is opened |
| excel_audit_calculationsB | Audit a worksheet to find cells that should contain formulas but have hardcoded values |
| excel_enforce_formula_ruleC | Enforce the rule that ALL calculated values must use formulas - never hardcoded results |
| calculate_npvC | Calculate Net Present Value of cash flows |
| calculate_irrC | Calculate Internal Rate of Return |
| calculate_mirrC | Calculate Modified Internal Rate of Return |
| loan_amortizationC | Generate loan amortization schedule |
| calculate_bond_priceC | Calculate bond price given yield and terms |
| calculate_waccD | Calculate Weighted Average Cost of Capital |
| depreciation_straight_lineB | Calculate straight-line depreciation schedule |
| depreciation_declining_balanceC | Calculate declining balance depreciation schedule |
| calculate_financial_ratiosC | Calculate comprehensive financial ratios |
| effective_annual_rateB | Calculate effective annual rate from nominal rate |
| payback_periodC | Calculate payback period for investment |
| profitability_indexC | Calculate profitability index (PI) |
| capm_expected_returnC | Calculate expected return using CAPM model |
| bond_durationC | Calculate Macaulay duration for bond |
| depreciation_sum_of_yearsC | Calculate sum-of-years-digits depreciation schedule |
| depreciation_units_productionC | Calculate units of production depreciation |
| depreciation_macrsC | Calculate MACRS depreciation schedule |
| future_valueC | Calculate future value of present amount |
| present_valueC | Calculate present value of future amount |
| rental_generate_rent_rollC | Generate rent roll report for a property |
| rental_calculate_vacancy_rateC | Calculate vacancy rate and rental loss for a property |
| rental_lease_expiration_reportC | Generate report of upcoming lease expirations |
| rental_calculate_noiC | Calculate Net Operating Income for a property |
| rental_calculate_cap_rateC | Calculate capitalization rate for a property |
| rental_project_cash_flowC | Project property cash flows with financing analysis |
| rental_rent_comparables_analysisC | Analyze comparable rents for market analysis |
| rental_add_propertyC | Add a new rental property to the system |
| rental_add_unitC | Add a rental unit to a property |
| rental_add_leaseC | Add a new lease agreement |
| rental_add_tenantC | Add a new tenant to the system |
| expense_addC | Add a new expense entry |
| expense_add_vendorC | Add a new vendor to the system |
| expense_summary_reportD | Generate expense summary report |
| expense_budget_vs_actualC | Compare actual expenses against budget |
| expense_forecastC | Forecast future expenses based on historical data |
| expense_cost_savings_analysisD | Identify potential cost savings opportunities |
| expense_1099_reportC | Generate 1099 reporting for vendors |
| expense_cash_flow_impactC | Analyze cash flow impact of pending expenses |
| expense_vendor_analysisC | Analyze vendor spending patterns and performance |
| expense_spending_trendsC | Analyze spending trends over time |
| expense_create_budgetC | Create a new budget for expense planning |
| generate_income_statementC | Generate Income Statement (P&L) for specified period |
| generate_balance_sheetC | Generate Balance Sheet as of specified date |
| generate_trial_balanceC | Generate Trial Balance as of specified date |
| comparative_income_statementC | Generate comparative income statement for multiple periods |
| financial_ratios_analysisC | Calculate comprehensive financial ratios |
| create_rental_property_analysisC | Create rental property analysis Excel template |
| create_cash_flow_templateC | Create cash flow projection Excel template |
| create_budget_templateC | Create budget vs actual Excel template |
| cash_flow_statementC | Generate cash flow statement for specified period |
| cash_flow_forecastC | Forecast future cash flows with scenario analysis |
| cash_burn_analysisC | Analyze cash burn rate and calculate runway |
| working_capital_analysisC | Analyze working capital changes and efficiency |
| cash_flow_at_riskC | Calculate Cash Flow at Risk (CFaR) metric |
| liquidity_analysisC | Analyze current liquidity position and requirements |
| calculate_federal_income_taxC | Calculate federal income tax based on taxable income and filing status |
| calculate_self_employment_taxC | Calculate self-employment tax (Social Security and Medicare) |
| calculate_payroll_taxesC | Calculate payroll taxes for employer and employee |
| calculate_state_taxesC | Calculate state income tax for supported states |
| estimated_quarterly_taxesC | Calculate estimated quarterly tax payments |
| calculate_depreciation_deductionC | Calculate tax depreciation deduction for an asset |
| business_deductions_analysisC | Analyze allowable business deductions |
| tax_planning_strategiesC | Get tax planning strategy recommendations |
| business_tax_summaryC | Generate comprehensive business tax summary |
| tax_projection_scenariosC | Generate tax projections under different income scenarios |
| analytics_monte_carlo_simulationC | Run Monte Carlo simulation for risk analysis and scenario planning |
| analytics_sensitivity_analysisC | Perform sensitivity analysis to understand variable impact on outcomes |
| analytics_scenario_comparisonC | Compare multiple scenarios (Best/Base/Worst case) with probability weighting |
| analytics_13_week_forecastB | Generate 13-week rolling cash flow forecast with confidence intervals and risk analysis |
| analytics_52_week_forecastC | Generate 52-week rolling cash flow forecast with advanced trend modeling and uncertainty analysis |
| analytics_dcf_valuationC | Build comprehensive DCF (Discounted Cash Flow) valuation model with sensitivity analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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