Search company by name
twtools-search_company_by_name
TW-specificMIT1,256 Calls (30d)
以公司名關鍵字 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.Input schema
{
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"required": [
"name"
],
"title": "search_company_by_nameArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-search_company_by_name. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-search_company_by_name 處理 "…"。 # It will call: twtools-search_company_by_name(input="…")
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