Taiwan Health
MCP Server

An open-source Model Context Protocol server that gives AI assistants structured, read-only access to Taiwan's medical, pharmaceutical, and clinical knowledge — 28 tools, production-grade, HIPAA-audited.

MCP endpoint https://tw-health-mcp.healthymind-tech.com/mcp
30 Tools ICD-10-CM 2025 LOINC 2.80 SNOMED CT RxNorm Taiwan TFDA TWCore IG v1.0 FHIR R4

Description

Taiwan Health MCP Server connects Claude to authoritative medical and health datasets curated for Taiwan's healthcare system. Clinicians, researchers, developers, and health-tech products can query ICD-10 diagnoses and procedures, look up LOINC lab codes and reference ranges, navigate SNOMED CT concept hierarchies, resolve drug names via RxNorm, search Taiwan TFDA-approved drugs and health foods, access clinical practice guidelines, and generate FHIR R4-compliant resources — all through natural language conversation with Claude.

All underlying datasets are publicly available. The server does not collect, store, or process personal health information. Audit logs record only tool names and SHA-256 parameter hashes, never raw values.

Features

🏥

Medical Coding

Hybrid BM25 + semantic search across ICD-10-CM/PCS 2025, SNOMED CT International, and LOINC 2.80.

  • Diagnosis & procedure code search
  • SNOMED concept hierarchy traversal
  • ICD ↔ SNOMED cross-mapping
  • LOINC lab code lookup by name, specimen, or component
  • Nearby codes & complication inference
💊

Drug & Pharmacy

Taiwan TFDA drug database (auto-synced every Tuesday) plus RxNorm terminology and drug interaction checking.

  • Search by drug name, ingredient, or ATC class
  • Pill identification by appearance features
  • RxNorm concept resolution & ingredient lookup
  • Drug–drug interaction checking (RxNorm)
  • FHIR Medication resource generation
🧪

Lab Interpretation

Reference ranges and clinical interpretation for LOINC-coded lab results, with age- and gender-specific thresholds.

  • Single & batch result interpretation
  • Normal / abnormal / critical flagging
  • Gender- and age-specific reference ranges
  • Patient-friendly name lookup
  • Related test discovery
📋

Clinical Guidelines

Taiwan clinical practice guidelines linked to ICD codes, with medication recommendations and treatment goals.

  • Guideline search by ICD code or keyword
  • Medication & test recommendations
  • Treatment goals per condition
  • Contraindication checking
  • Clinical pathway suggestion
🍎

Food & Nutrition

Taiwan TFDA health food registry and food nutrition composition database, with meal-level analysis.

  • Health food product search & details
  • Food nutrition lookup (per 100 g)
  • Meal nutrition analysis (multi-food)
  • Nutrient-ranked food search
  • Ingredient & additive lookup
⚕️

FHIR R4

Generate, validate, and search FHIR R4 resources aligned with TWCore IG v1.0.0.

  • Condition & Medication resource generation
  • FHIR resource validation
  • TWCore CodeSystem lookup & search
  • Diagnosis-to-FHIR one-step conversion
  • Drug-to-FHIR one-step conversion

Datasets

DatasetVersion / SourceSync
ICD-10-CM & ICD-10-PCS FY 2025 — CMS / NLM (public domain) Static (data-loader)
LOINC 2.80 — Regenstrief Institute Static (data-loader)
SNOMED CT International Latest RF2 — SNOMED International Static (data-loader)
RxNorm Full release — NLM (public domain) Static (data-loader)
Taiwan TFDA Drugs Open Data — Taiwan TFDA Auto-sync every Tuesday 02:00 UTC
Taiwan TFDA Health Supplements Open Data — Taiwan TFDA Auto-sync every Monday 02:30 UTC
Taiwan Food Nutrition Open Data — Taiwan TFDA Auto-sync every Monday 03:00 UTC
TWCore IG v1.0.0 — Taiwan MoHW Static + live fetch fallback
Taiwan Clinical Guidelines Curated seed data Static (data-loader)

Examples

Example 1 — Diagnosis lookup & clinical guidance
User prompt "我的病人診斷是 E11.9,幫我查詢對應的用藥建議和治療目標"
  1. Server searches ICD-10 for E11.9 (Type 2 diabetes without complications)
  2. Fetches Taiwan clinical guideline for E11 — medication recommendations & treatment goals
  3. Maps E11.9 to SNOMED CT concept 44054006 for semantic context
  4. Returns structured recommendations: first-line medications, HbA1c target, monitoring schedule
Example 2 — Lab result interpretation
User prompt "病人 HbA1c 8.2%、空腹血糖 176 mg/dL、肌酸酐 1.4,幫我解讀這些數值"
  1. Server identifies LOINC codes: 4548-4 (HbA1c), 1558-6 (fasting glucose), 2160-0 (creatinine)
  2. Runs batch lab interpretation with patient age/gender context
  3. Returns per-result flags (H / critical), reference ranges, and clinical significance
  4. HbA1c flagged as above target; creatinine mildly elevated — suggests CKD monitoring
Example 3 — Drug identification & interaction check
User prompt "幫我查一顆白色橢圓形藥丸,上面印有 MET 500,並確認它和 Warfarin 有沒有交互作用"
  1. Server runs pill identification: white + oval + marking "MET 500"
  2. Returns top matches — likely Metformin 500 mg products with manufacturer details
  3. Resolves Metformin and Warfarin to RxNorm concepts
  4. Checks drug interaction database — no direct RxNorm interaction flagged for this pair
Example 4 — FHIR resource generation
User prompt "幫我把診斷 E11.9 和藥品 Metformin 500mg 轉成 TWCore FHIR 格式"
  1. Server calls query_fhir_condition for E11.9
  2. Generates TWCore-compliant FHIR Condition resource with ICD-10 coding
  3. Calls query_fhir_medication for Metformin
  4. Returns valid FHIR R4 JSON resources ready for EMR integration
Example 5 — Nutrition analysis
User prompt "糖尿病病人的午餐:白米飯、雞胸肉、青花菜,幫我分析營養成分"
  1. Server queries Taiwan TFDA food nutrition database for all three items
  2. Aggregates macronutrients: calories, carbohydrates, protein, fat, fiber per 100 g
  3. Returns per-food breakdown plus combined totals
  4. Highlights carbohydrate content relevant for diabetes meal planning

Setup

1

Visit the Anthropic MCP Directory at claude.com/connectors.

2

Search for "Taiwan Health" and select Taiwan Health MCP Server.

3

Click Connect. No account or OAuth required — the server is publicly accessible.

4

Alternatively, connect directly in Claude Desktop by adding the MCP endpoint to your config:
https://tw-health-mcp.healthymind-tech.com/mcp

Authentication

✓ No authentication required.

Taiwan Health MCP Server provides read-only access to publicly available datasets. No account, API key, or OAuth flow is needed. Simply connect and start querying.

All 28 tools are read-only. The server does not accept writes, does not require a user session, and does not store any identifying information about callers.

Support & Links