taiwan-data-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taiwan-data-mcp查詢 google.com 是否為詐騙網站"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
taiwan-data-mcp
讓 AI 助理(Claude、Cursor、任何支援 MCP 的工具)直接查 台灣公開資料 的 MCP server。
一句話:把散落的台灣資料站,變成 AI 可以直接呼叫的工具。資料即時來自來源站,回傳一律附上來源與連結。
工具
工具 | 功能 | 資料來源 |
| 查網址 / 網域是否被 165 通報詐騙 | fraud.tw(內政部警政署 165) |
| 用公司名搜尋,拿統一編號與負責人 | inc.com.tw(經濟部公司登記) |
| 用統編查公司完整登記資料(含董監事) | inc.com.tw |
| 用人名查他擔任負責人/董監事的公司 | inc.com.tw |
| 公司風險查核(統編或公司名):解散/拒絕往來/國際制裁/金管會/司法/勞動/環保紅旗+上市櫃即時股價 | inc.com.tw |
| 公司關係圖譜:法人股東/轉投資子公司/最終母公司/集團規模/共同董監事人脈 | inc.com.tw |
| 公司名稱預查/撞名查重(創業命名用) | inc.com.tw |
| 經濟部商工登記 OpenAPI 即時官方登記狀態 | inc.com.tw |
| 搜尋實價登錄的地址 / 路段 / 行政區 | housetw.com(內政部實價登錄) |
| 用經緯度反查行政區與行情頁 | housetw.com |
| 查某縣市 / 行政區成交行情統計 | housetw.com |
| 自動估價:單價區間與推估總價 | housetw.com |
| 查某路段成交行情與逐年走勢 | housetw.com |
| 用中文藥名搜尋核准藥品、取許可證字號 | health-hub(衛福部食藥署) |
| 用許可證字號查藥品成分/適應症/健保價/回收/短缺 | health-hub |
| 查某公司投標/得標的政府採購案 | 政府電子採購網(g0v PCC API) |
| 用標案名稱關鍵字搜尋政府採購案 | 政府電子採購網(g0v PCC API) |
| 查蔬果批發市場最新行情(菜價) | 農業部 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-mcpCursor / 其他
任何支援 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
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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