Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Validate tax ID

tw_validate_tax_id_number

TW-specificMIT

驗證 8 位統一編號 checksum。預設 rule='post-2023'(mod 5), 可改 'pre-2023' 走舊規則 (mod 10)。

Input schema

{
  "properties": {
    "tax_id": {
      "title": "Tax Id",
      "type": "string"
    },
    "rule": {
      "default": "post-2023",
      "title": "Rule",
      "type": "string"
    }
  },
  "required": [
    "tax_id"
  ],
  "title": "validate_tax_id_numberArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_validate_tax_id_number. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_validate_tax_id_number 處理 "A123456789"。

# It will call:
tw_validate_tax_id_number(input="A123456789")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs