日本の給与・社会保険・労働法 for LangChain
io.github.kishida-devil/jp-payroll-mcp
Japan payroll & social insurance. 日本の給与計算・社会保険。47都道府県の料率、源泉所得税、割増賃金、有給、標準報酬月額の改定、最低賃金。根拠の条文つき。
client:LangChain
transport:streamable-http
runtime:npm
tools:30
Install 日本の給与・社会保険・労働法 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"jp-payroll-mcp": {
"transport": "streamable_http",
"url": "https://japan-payroll-api.tsumugi.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- calculate_payslip
- list_workers_compensation_rates
- calculate_bonus
- calculate_withholding_tax
- judge_monthly_revision
- decide_regular_remuneration
- judge_leave_end_revision
- calculate_payroll_batch
- decide_regular_remuneration_batch
- judge_annual_average
- lookup_standard_remuneration
- national_insurance
- calculate_annual_cost
- judge_annual_leave
- judge_worker_type
- check_insurance_eligibility
- check_leave_exemption
- get_age_milestones
- calculate_year_end_adjustment
- estimate_resident_tax
- get_insurance_rates
- get_minimum_wage
- business_days
- validate_invoice_numbers_batch