Open-source tools for trustworthy Taiwan drug-information lookup — built on the public APIs of 衛福部食藥署 (Taiwan FDA / TFDA), made for AI agents.
English · 繁體中文 ↓
Important
OpenTaiMed is NOT an official TFDA product. It is an independent open-source wrapper around public TFDA APIs. The TFDA does not endorse or maintain it. Always check the official source before any clinical decision. This is not a medical device.
AI agents often answer drug questions by guessing from training data — and a brand name in one country can be a completely different drug in Taiwan. OpenTaiMed makes the assistant look up the real TFDA insert and cite it, instead of guessing.
LLM is a parser, not an author. Every answer traces back to official TFDA text. If no source is found, it says "未載明" (not documented) — it never guesses.
| Part | Status | What it is |
|---|---|---|
taiwan-fda-mcp/ |
shipped — v0.7.0 | An MCP server with 5 tools. Works with any MCP client (Claude Desktop, Claude Code, Codex…). |
| Web backend | planned | API for non-MCP apps. |
| Web frontend | planned | A query page for clinicians. |
Today taiwan-fda-mcp is the only shipped part — start there.
uvx taiwan-fda-mcpAdd it to your AI agent, then ask a drug question in Chinese. Full setup, client
configs, and a step-by-step tutorial with examples →
taiwan-fda-mcp/README.md.
mcp.fda.gov.tw— official package-insert (仿單) text, live.data.fda.gov.tw— license metadata, ingredients, appearance, etc. (cached daily).
Both are public TFDA APIs. No login, no scraping.
git clone https://github.com/shin13/opentaimed.git
cd opentaimed/taiwan-fda-mcp
uv sync && uv run pytestPython 3.13 · uv · Ruff · Pyright · Conventional
Commits. Report security issues privately — see SECURITY.md,
not public issues.
MIT, with a clinical-safety disclaimer in the license file.
可信賴的台灣藥物資訊查詢開源工具,基於衛福部食藥署(TFDA)的公開 API,為 AI 助理打造。
Important
OpenTaiMed 不是食藥署官方產品。 這是獨立的開源工具,只包裝 TFDA 的公開 API。 食藥署不背書、不維護本專案。臨床決策前請務必查核官方來源。本工具不是醫療器材。
AI 助理常用訓練資料「猜」藥物資訊——而某個國外商品名,在台灣可能是完全不同的藥。 OpenTaiMed 讓助理去查真正的 TFDA 仿單並附上出處,而不是用猜的。
LLM 是解析器,不是作者。 每個回答都必須回溯到 TFDA 官方原文;查無資料就說 「未載明」,絕不臆測。
| 部分 | 狀態 | 是什麼 |
|---|---|---|
taiwan-fda-mcp/ |
已上線 — v0.7.0 | 有 5 個工具的 MCP server,可搭配任何 MCP client(Claude Desktop、Claude Code、Codex…)。 |
| 後端 Web API | 規劃中 | 給非 MCP 的應用使用。 |
| 前端網頁 | 規劃中 | 給臨床人員的查詢介面。 |
目前只有 taiwan-fda-mcp 上線,從這裡開始。
不懂程式也能跟著做。 逐步安裝、三種 AI 助理的設定方式、以及含豐富範例的中文
教學,都在 → taiwan-fda-mcp/README.md 的「繁體中文完整教學」。
最簡單的安裝一行指令:
uvx taiwan-fda-mcpmcp.fda.gov.tw— 官方仿單全文,即時。data.fda.gov.tw— 許可證 metadata、成分、藥品外觀等(每日快取)。
兩者都是 TFDA 公開 API,免登入、不爬網頁。
MIT,授權檔內含臨床安全免責聲明。