taiwan-data-mcp
讓AI助理直接查詢台灣公開資料,包括公司登記、詐騙查核與實價登錄,資料即時且附來源連結。
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_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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.