公司名 fuzzy 查統編
twtools-search_company_by_name
TW 전용MIT
以公司名關鍵字 fuzzy 查 → 列出統編候選 (Tier B, 核准設立公司).
Args:
name: 公司名稱關鍵字 (≥2 字)。
limit: 上限(default 20, max 100)。
Returns: {found, query, candidates: [{tax_id, company_name, status,
responsible_name, address, capital_amount}], count}
⚠ 預設只查 status='01' (核准設立) 的活躍公司。要查解散/廢止公司請
改走 lookup_company_by_tax_id (若已知統編) 或 search 後再 filter.입력 스키마
{
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"required": [
"name"
],
"title": "search_company_by_nameArguments",
"type": "object"
}호출 방법
Twinkle Hub MCP 클라이언트가 설정되면 에이전트는 twtools-search_company_by_name을 봅니다. 호출을 요청하기만 하면 — 예시:
# Ask Claude / any MCP client: 請用 twtools-search_company_by_name 處理 "…"。 # It will call: twtools-search_company_by_name(input="…")
아직 클라이언트를 설정하지 않으셨나요?
Claude Desktop은 3 분이면 연결 — .mcpb 다운로드 후 더블 클릭, 다른 클라이언트는 docs 참조.
사용자 문서 보기