Twinkle HubTwinkle Hub
로그인

📌 2026-06-30 추가: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519개 데이터셋)

전체 changelog 보기 →

行業代碼查中文名

twtools-lookup_industry_code

TW 전용MIT

經濟部商業司「公司行號營業項目代碼」查詢 (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 解碼成中文。

입력 스키마

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

호출 방법

Twinkle Hub MCP 클라이언트가 설정되면 에이전트는 twtools-lookup_industry_code을 봅니다. 호출을 요청하기만 하면 — 예시:

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

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

아직 클라이언트를 설정하지 않으셨나요?

Claude Desktop은 3 분이면 연결 — .mcpb 다운로드 후 더블 클릭, 다른 클라이언트는 docs 참조.

사용자 문서 보기