depreciation-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_useful_lifeB | 자산 유형·업종·건물구조 기준 기준내용연수·허용범위·기본 상각방식·법적근거 |
| calc_depreciation_scheduleB | 단일 자산의 정액법·정률법·생산량비례법 스케줄(연도별) |
| calc_tax_adjustmentB | 회계 감가상각비 vs 세무 상각범위액 → 손금부인·시인부족·추인(단순모형) |
| list_asset_categoriesB | 업종별(또는 공통) 자산 분류·내용연수·상각률 요약 |
| calc_bulk_depreciationC | 최대 100건, 회계 스케줄 vs 세무 기본 스케줄로 당기 손금부인 등 요약 |
| compare_industry_lifeB | 동일 자산·취득가에 대해 업종별 표준 내용연수 및 1년차·5년 누적 상각(비교용) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct function: bulk calculation, single schedule, tax adjustment, industry comparison, useful life lookup, and category listing. No overlap in purpose.
All tools use snake_case with a consistent verb_noun pattern (calc_, compare_, get_, list_). No mixing of conventions.
6 tools is well-scoped for a depreciation-focused server, covering core calculations, lookups, and comparisons without being excessive.
Covers key operations: schedule calculation, bulk processing, tax adjustment, useful life retrieval, and category listing. Minor gap: no explicit method for depreciation method enumeration, but still highly functional for its purpose.