Skip to main content
Glama
kewelin

taiwan-data-mcp

by kewelin

taiwan-data-mcp

讓 AI 助理(Claude、Cursor、任何支援 MCP 的工具)直接查 台灣公開資料 的 MCP server。

一句話:把散落的台灣資料站,變成 AI 可以直接呼叫的工具。資料即時來自來源站,回傳一律附上來源與連結。

工具

工具

功能

資料來源

taiwan_scam_check

查網址 / 網域是否被 165 通報詐騙

fraud.tw(內政部警政署 165)

taiwan_company_search

用公司名搜尋,拿統一編號與負責人

inc.com.tw(經濟部公司登記)

taiwan_company_profile

用統編查公司完整登記資料(含董監事)

inc.com.tw

taiwan_person_companies

用人名查他擔任負責人/董監事的公司

inc.com.tw

taiwan_company_risk

公司風險查核(統編或公司名):解散/拒絕往來/國際制裁/金管會/司法/勞動/環保紅旗+上市櫃即時股價

inc.com.tw

taiwan_company_relations

公司關係圖譜:法人股東/轉投資子公司/最終母公司/集團規模/共同董監事人脈

inc.com.tw

taiwan_company_name_check

公司名稱預查/撞名查重(創業命名用)

inc.com.tw

taiwan_company_verify

經濟部商工登記 OpenAPI 即時官方登記狀態

inc.com.tw

taiwan_realprice_search

搜尋實價登錄的地址 / 路段 / 行政區

housetw.com(內政部實價登錄)

taiwan_realprice_locate

用經緯度反查行政區與行情頁

housetw.com

taiwan_realprice_area

查某縣市 / 行政區成交行情統計

housetw.com

taiwan_realprice_estimate

自動估價:單價區間與推估總價

housetw.com

taiwan_realprice_road

查某路段成交行情與逐年走勢

housetw.com

taiwan_drug_search

用中文藥名搜尋核准藥品、取許可證字號

health-hub(衛福部食藥署)

taiwan_drug_info

用許可證字號查藥品成分/適應症/健保價/回收/短缺

health-hub

taiwan_gov_tender_by_company

查某公司投標/得標的政府採購案

政府電子採購網(g0v PCC API)

taiwan_gov_tender_search

用標案名稱關鍵字搜尋政府採購案

政府電子採購網(g0v PCC API)

taiwan_farm_price

查蔬果批發市場最新行情(菜價)

農業部 data.moa.gov.tw

跨工具串接是重點:例如「查這家公司 → 看它登記地址那區的房價 → 查它官網是不是詐騙」,一次問答內 AI 自己串起來。

Related MCP server: TWSE MCP Server

安裝

需要 Node.js 18+。

Claude Desktop

編輯 claude_desktop_config.json(設定 → Developer → Edit Config):

{
  "mcpServers": {
    "taiwan-data": {
      "command": "npx",
      "args": ["-y", "taiwan-data-mcp"]
    }
  }
}

Claude Code

claude mcp add taiwan-data -- npx -y taiwan-data-mcp

Cursor / 其他

任何支援 MCP 的工具,指向 npx -y taiwan-data-mcp(stdio)即可。

範例提問

  • 「google.com 是詐騙網站嗎?」

  • 「台積電的統編、負責人、資本額是多少?」

  • 「臺北市信義區的房價中位數大概多少?哪幾條路最貴?」

  • 「我在經緯度 25.034, 121.5645,附近房價如何?」

開發

npm install
npm run smoke   # 直接打活線 API,驗證 6 個工具回得出資料
node test/e2e.mjs  # MCP 協定層測試

資料來源網站

本工具的資料即時來自以下網站,每筆查詢結果也都會標註來源與連結:

  • 實價登錄行情 — housetw.com(實價雷達)

  • 公司登記查核 — inc.com.tw(台灣公司登記網)

  • 165 防詐查詢 — fraud.tw(防詐雷達)

  • 藥品/健康查詢 — health-hub(衛福部食藥署資料)

  • 政府標案查詢 — 政府電子採購網開放資料(透過 g0v PCC API

  • 農產批發行情 — 農業部開放資料(data.moa.gov.tw

三站皆為聚合台灣政府開放資料的免費查詢服務。

資料與免責

資料即時取自上述各站的公開 API,內容以政府開放資料為準,僅供參考,不構成投資、法律或交易建議。詐騙查詢結果為「是否被通報」,未被通報不代表絕對安全。

License

MIT License

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kewelin/taiwan-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server