台灣勞健保勞退試算 MCP Server
開源的台灣勞健保勞退法定費用計算引擎。輸入薪資與身份,算出勞保(含就保)、健保、勞退、職災與二代健保補充保費的各方負擔 - - 並涵蓋薪資所得扣繳、月中到職/離職破月、健保補充保費申報媒體檔,以及勞保老年給付試算。
People who work with fintech, national health insurance and payroll and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-09 · ★ 2 · #53 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install 台灣勞健保勞退試算
Claude Code
claude mcp add supra126-taiwan-payroll --transport http https://taiwan-payroll.simoko.workers.dev/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"supra126-taiwan-payroll": {
"url": "https://taiwan-payroll.simoko.workers.dev/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://taiwan-payroll.simoko.workers.dev/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-17
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to taiwan-payroll.simoko.workers.dev
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license MIT - declared in the repository
npm package taiwan-payroll-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.supra126 is GitHub-verified and matches the repo owner
03 · What 台灣勞健保勞退試算 can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v1.4.0 · 2026-06-08
套件版本 · taiwan-payroll-mcp 1.4.0(npm) · taiwan-payroll 1.3.1(npm core / PyPI) · Added · 遠端 MCP(mcp 1.4.0):新增無狀態 Streamable HTTP server(Web 標準 Request→Response)與 Cloudflare Worker 進入點,可部署為公開遠端 MCP;與既有 stdio 共用同一份工具組裝,9 個…
v1.3.0 · 2026-06-07
勞保老年給付試算 · 引擎從「算扣項/產申報檔」延伸到「算給付」。新增三種勞保老年給付試算(core / Python / MCP),皆對勞保局官方數值/公式驗證、TS≡Python: · calculateOldAgePension(老年年金月領,擇優兩式、提前/延後 ±4%/年) · calculateOldAgeLumpSum(老年一次金) · calculateOldAgeSinglePayment(一次請領,舊制基數制)…
v1.2.0 · 2026-06-07
健保補充保費明細申報檔產生器(媒體檔) · 新增 6 類所得的健保署「補充保險費明細申報檔」CSV 產生器,皆以官方範例逐位元驗證、TS≡Python: · 獎金(62)、兼職薪資(63)、執行業務(65)、股利(66)、利息(67)、租金(68) · generateSupplementary{Bonus,Parttime,Professional,Dividend,Interest,Rent}Filing…
04 · Who maintains 台灣勞健保勞退試算
台灣勞健保勞退試算 is maintained by supra126. It's the only MCP server we track from this author; the repo dates to Jun 2026.
05 · Facts
- repository
- github.com/supra126/taiwan-payroll
- category
- science & health - ranked #53 of 71 actively-maintained science & health servers as of 2026-09-18.
- registry
- io.github.supra126/taiwan-payroll (active, first published 2026-06-08)
- packages
- npm:taiwan-payroll-mcp
06 · 台灣勞健保勞退試算 FAQ
What is 台灣勞健保勞退試算?
開源的台灣勞健保勞退法定費用計算引擎。輸入薪資與身份,算出勞保(含就保)、健保、勞退、職災與二代健保補充保費的各方負擔 - - 並涵蓋薪資所得扣繳、月中到職/離職破月、健保補充保費申報媒體檔,以及勞保老年給付試算。
Is 台灣勞健保勞退試算 still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-09. We re-verify nightly.
How do I install 台灣勞健保勞退試算?
Run `npx -y taiwan-payroll-mcp`. You can also paste the ready-made client config above.
Does 台灣勞健保勞退試算 require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.
07 · Alternatives to 台灣勞健保勞退試算
Alternatives to 台灣勞健保勞退試算
Maintained science & health servers if 台灣勞健保勞退試算 isn't the fit.
- Arxiv MCP Server (blazickjp) Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. ★ 3,159 · 2026-08-26
- Paper Banana Generate academic diagrams and statistical plots from text using multi-agent AI. ★ 2,367 · 2026-09-17
- Pyscn Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score. ★ 1,068 · 2026-09-17
- Pubmed MCP Server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148 · 2026-09-13
- FHIR MCP Server MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications ★ 136 · 2026-09-04
- Clinicaltrialsgov MCP Server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94 · 2026-09-13
More science & health MCP servers · Find Research Papers · Wellness Project · Bio MCP TS · Adamamer20 Paper Search MCP OpenAI
More TypeScript MCP servers · Microsoft Teams · Iso27001 MCP · Sv Grid · Svelte MCP · Sverklo · see all