← mosterp.co.kr
INDIVIDUAL MCP TOOL
estimate_payroll_tax
지급 항목(기본급·수당 등)을 넣으면 국세청 근로소득 간이세액표(별표2)로 소득세·지방소득세 예상액을 계산해 돌려줍니다(저장하지 않음).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mosterp-co-kr]
url = "https://mcp.mosterp.co.kr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mosterp-co-kr": {
"type": "http",
"url": "https://mcp.mosterp.co.kr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mosterp-co-kr
Remote MCP URL: https://mcp.mosterp.co.kr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mosterp-co-kr": {
"url": "https://mcp.mosterp.co.kr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mosterp-co-kr": {
"type": "http",
"url": "https://mcp.mosterp.co.kr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mosterp-co-kr",
"transport": "streamable-http",
"url": "https://mcp.mosterp.co.kr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_estimate— 견적서를 생성합니다.create_leave_request— 휴가를 신청합니다.approve_leave_request— 휴가 신청을 승인합니다.approve_expense_claim— 경비 청구를 승인합니다.approve_purchase_plan— 구매 계획을 승인합니다.cancel_leave_request— 휴가 신청을 철회(취소)합니다.cancel_expense_claim— 경비 청구를 철회(취소)합니다.cancel_purchase_plan— 구매 계획을 철회(취소)합니다.