Skip to main content
Glama

Excel Finance MCP

depreciation_macrs

Calculate MACRS depreciation schedules for assets with 3, 5, 7, or 10-year recovery periods to determine tax-deductible depreciation expenses.

Instructions

Calculate MACRS depreciation schedule

Input Schema

NameRequiredDescriptionDefault
costYes
recoveryPeriodYesMACRS recovery period in years

Input Schema (JSON Schema)

{ "properties": { "cost": { "type": "number" }, "recoveryPeriod": { "description": "MACRS recovery period in years", "enum": [ 3, 5, 7, 10 ], "type": "number" } }, "required": [ "cost", "recoveryPeriod" ], "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