npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

taiwan-data-mcp

v0.11.0

Published

MCP server for Taiwan public data — 實價登錄、公司登記查核、165 防詐、藥品查詢、政府標案、農產行情。Query real Taiwan data from Claude, Cursor, etc.

Downloads

1,428

Readme

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 自己串起來。

安裝

需要 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