Lookup bank code
twtools-lookup_bank_code
TW-specificMIT43 Calls (30d)
以代號或銀行名稱查詢台灣金融機構代號(涵蓋 ~37 家主要銀行 + 純網銀 + 郵政)。
Args:
query: 3 碼代號 OR 銀行名稱(含部分匹配,例 "玉山"、"中信"、"郵政")。Input schema
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "lookup_bank_codeArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_bank_code. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_bank_code 處理 "…"。 # It will call: twtools-lookup_bank_code(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