US Depreciation Calculator

US Depreciation Calculator MCP Connector for Claude

A+

Calculate US asset depreciation using MACRS, Section 179, and Bonus Depreciation rules.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides AI agents with specialized tools to calculate complex US tax depreciation. Using get_asset_class_info, agents can retrieve recovery periods for different asset classes like vehicles or buildings. The calculate_depreciation_schedule tool generates a full year-by-year breakdown of expenses, accounting for Section 179 expensing and Bonus Depreciation. Additionally, calculate_expensing_impact allows agents to compare the immediate tax benefits of accelerated expensing methods against standard MACRS depreciation.

macrsdepreciationus-taxsection-179bonus-depreciation

3 tools expose this connector's capabilities to your AI agent.

calculate_depreciation_schedule

Generate a year-by-year depreciation schedule

calculate_expensing_impact

Compare the impact of Section 179 and Bonus Depreciation against standard MACRS

get_asset_class_info

g., car, residential, commercial). Get information about a specific asset class

See how to talk to your AI agent using US Depreciation Calculator.

What is the recovery period for a commercial building?

You can find this by calling `get_asset_class_info` with 'commercial' as the asset class name.

Calculate a depreciation schedule for a car costing $30,000 with $5,000 Section 179 expensing.

The agent would use `calculate_depreciation_schedule` with 'car', an initial cost of 30000, and a section179Amount of 5000.

Show me the tax benefit impact for a $50,000 asset with 80% bonus depreciation.

The agent would use `calculate_expensing_impact` providing the cost, a bonusPercentage of 0.8, and any applicable Section 179 amount.

You can use the `get_asset_class_info` tool by providing the asset class name, such as 'car', 'residential', or 'commercial'.

Related Connectors