← Back to browse

台灣勞健保勞退試算

Indexed by io.github.supra126

About

台灣勞保、健保、勞退、職災與二代健保補充保費試算,含薪資扣繳、破月與勞保老年給付。資料取自主管機關公告,對官方範例逐位元驗證。

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http taiwan-payroll https://taiwan-payroll.simoko.workers.dev/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"taiwan-payroll","type":"http","url":"https://taiwan-payroll.simoko.workers.dev/mcp"}'
JSON
{
  "mcpServers": {
    "taiwan-payroll": {
      "url": "https://taiwan-payroll.simoko.workers.dev/mcp"
    }
  }
}