← inc.com.tw
INDIVIDUAL MCP TOOL
validate_tax_id
驗證台灣統一編號(8 碼)檢查碼是否正確(財政部統編邏輯,純演算法、不查資料庫)。用於資料清理、表單驗證或判斷一組號碼是否為有效統編格式。回傳 valid 與說明。
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.inc-com-tw]
url = "https://inc.com.tw/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"inc-com-tw": {
"type": "http",
"url": "https://inc.com.tw/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: inc-com-tw
Remote MCP URL: https://inc.com.tw/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"inc-com-tw": {
"url": "https://inc.com.tw/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"inc-com-tw": {
"type": "http",
"url": "https://inc.com.tw/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "inc-com-tw",
"transport": "streamable-http",
"url": "https://inc.com.tw/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_company— 依關鍵字/公司名稱搜尋台灣公司,回傳統一編號、名稱、組織別、資本額與公司頁連結。先找出統編再用 get_company / get_company_risk 取詳情。get_company— 用 8 碼統一編號取得台灣公司完整登記:名稱、英文名、別名、負責人、登記現況、資本額、實收資本、成立日期、地址、行業、上市櫃、董監事名單、分公司/工廠/商標數等。get_company_risk— 取得公司輕量風險卡:登記狀態、負責人、資本額、上市櫃股價,以及拒絕往來/金管裁罰/勞動裁罰/環境裁罰/司法記錄/國際制裁(OFAC/UN)旗標。可用統編或公司名稱查(名稱自動解析,簡稱如「台積電」也可)。get_company_relations— 查公司關係圖譜(天眼查式):法人股東(誰持有它)、轉投資子公司(它持有誰)、推估最終母公司與整個集團規模,以及共同董監事連到的其他公司(人脈)。用 8 碼統編查。可看母子公司、集團版圖與關係人。check_company_name— 公司名稱預查/撞名查重:給一個想取的公司名稱,回傳是否已有相同或近似的既有公司(含統編),供創業命名或盡調辨識用。回傳 core(特取名稱)、exact(完全相同)、similar(近似)。verify_company_official— 用 8 碼統編向經濟部商工登記公示 OpenAPI 取「即時」官方登記狀態(名稱/狀態/資本/實收/負責人/所在地/登記機關)。比資料庫快取更即時,適合確認某公司目前是否仍存續、是否已解散撤銷。find_connection— 查兩家公司/兩個人之間的最短關係鏈(天眼查式):透過共同負責人/董監事一層層串接,回傳中間的人與公司節點與相隔層數。用於「這兩家公司/這兩個人有沒有關係、怎麼牽上線」的盡職調查。a、b 可填公司名、8 碼統編或人名。bulk_due_diligence— 批次盡職調查:一次傳多個公司(統編或公司名,最多 50 個),各回一張風險卡(登記狀態/資本/負責人/上市櫃股價/拒往/金管/勞動/環境/司法/國際制裁旗標)。徵信、法遵、供應商清單批次查核用。