Twinkle HubTwinkle Hub
登入
🛠️ Alpha 期間維護視窗:每日 22:00 – 07:00(台灣時間 GMT+8)服務可能不穩定,敬請見諒。

📌 2026-05-22 新增:國家考試考古題語意檢索 — 6.4 萬份考卷 / 32 萬題(1 個 dataset)

看完整 changelog →

行業代碼查中文名

twtools-lookup_industry_code

TW 專屬MIT62 近 30 天呼叫

經濟部商業司「公司行號營業項目代碼」查詢 (Tier A, sub-ms)。

Args:
    code: 業項目代碼。支援多種格式:
      - 7 碼 GCIS 業項目代碼  e.g. "A101011" → 種苗業
      - 4 碼 DGBAS 行業代碼   e.g. "2611"    → 半導體製造業
      - 6 碼 DGBAS 細項代碼   e.g. "261199"  → 自動 match 前 4 碼
      - 3 碼 業中類          e.g. "A10"     → 農藝及園藝業
      - 1 碼 業大類          e.g. "A"       → 農、林、漁、牧業

Returns: category / category_name / classes / classes_name /
    subcategory / business_item / business_item_desc /
    business_item_content / dgbas_codes (對應主計總處代碼).

Static lookup against 788-row table bundled with package (一次 load).
公司登記資料 row 內欄位常是這些 code,呼此 tool 解碼成中文。

輸入 schema

{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "title": "lookup_industry_codeArguments",
  "type": "object"
}

怎麼呼叫

配置好 Twinkle Hub 的 MCP client 後,agent 會看到 twtools-lookup_industry_code。直接讓它呼叫即可,例如:

# Ask Claude / any MCP client:
請用 twtools-lookup_industry_code 處理 "…"。

# It will call:
twtools-lookup_industry_code(input="…")

還沒設好 client?

Claude Desktop 各 3 分鐘可接好 — 下載 .mcpb 雙擊即可,或看 docs 各 client 安裝步驟。

看 user 設定文件