Korean Capital Gains Tax Advisor MCP Server
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 |
|---|---|
| validate_capital_gains_caseA | Korean Capital Gains Tax Advisor(한국 양도소득세 도우미) validates required fields, dates, ownership shares, rule applicability, and supported scenarios before calculating Korean real-estate capital gains tax. Call this tool first and do not infer missing values. |
| calculate_capital_gains_taxA | Korean Capital Gains Tax Advisor(한국 양도소득세 도우미) deterministically estimates Korean real-estate capital gains tax and local income tax from a complete, validated case. It rejects unsupported cases such as multiple transfers in one tax year or acquisition by inheritance or gift. Results are estimates for review, not final filing amounts. |
| list_supported_capital_gains_scenariosA | Korean Capital Gains Tax Advisor(한국 양도소득세 도우미) lists supported rule dates, scenarios that can be calculated, unsupported cases, and important usage cautions. Use this tool before collecting case details when support is uncertain. |
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 3 tools
Each tool has a clearly distinct purpose: listing supported scenarios, validating a case, and calculating tax. No overlap or ambiguity.
All tools follow a consistent 'verb_noun' pattern in snake_case (calculate_capital_gains_tax, list_supported_capital_gains_scenarios, validate_capital_gains_case).
Three tools cover the essential workflow of discovery, validation, and calculation, appropriate for a focused tax advisor server.
The tool set covers the full lifecycle: check what's supported, validate a case, then calculate. No obvious missing operations for the stated purpose.