Metadata-Version: 2.4
Name: mcp-korea-worklife
Version: 0.1.0
Summary: Korean workplace & daily-life calculators for AI assistants via MCP — salary take-home pay, severance, jeonse/rent conversion, annual leave, VAT, pyeong, character count. 한국 직장인 실무 계산기 MCP 서버.
Project-URL: Homepage, https://kaharana1.mycafe24.com
Author: Signal Council
License: MIT
Keywords: ai-assistant,calculator,claude,korea,korean,mcp,model-context-protocol,salary
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0
Description-Content-Type: text/markdown

# mcp-korea-worklife

**Korean workplace & daily-life calculators for AI assistants** (MCP server).
AI 비서(Claude 등)가 직접 호출하는 **한국 직장·생활 계산기** — 연봉 실수령액, 퇴직금, 전세↔월세, 연차, 부가세, 평수, 글자수.

Ask your AI *"연봉 4,000만원이면 실수령액 얼마야?"* — and it computes with real Korean
2026 rates (4대보험 + 간이 소득세) instead of guessing.

## Tools

| Tool | What it does |
|---|---|
| `salary_net_pay` | 연봉 → 월 실수령액 (4대보험·간이세액, 2026 기준) |
| `retirement_pay` | 퇴직금 (평균임금 × 30일 × 재직연수) |
| `jeonse_to_monthly_rent` / `monthly_rent_to_jeonse` | 전세 ↔ 월세 전환 (전월세전환율) |
| `annual_leave_days` | 연차 일수 (근로기준법, 입사일 기준) |
| `vat_split` / `vat_add` | 부가세 10% 분리/가산 |
| `pyeong_to_square_meters` / `square_meters_to_pyeong` | 평 ↔ ㎡ |
| `count_characters` | 글자수 (공백 포함/제외·바이트·줄수) |

## Install & Use (Claude Desktop)

```bash
pip install mcp-korea-worklife
```

`claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "korea-worklife": {
      "command": "mcp-korea-worklife"
    }
  }
}
```

Or run from source: `python -m mcp_korea_worklife.server`

## Disclaimer

All results are **simplified estimates for reference** (기준연도 명시) and not legal,
tax, or financial advice. 참고용 간이 계산이며 법적 효력이 없습니다.

## License

MIT
