Skip to main content
Glama
minhsuan0
by minhsuan0

taiwan-pt-mcp

MCP-Server für evidenzbasierte Physiotherapie und taiwanesische Rechtsvorschriften

Über das Model Context Protocol (MCP) können KI-Assistenten (Claude, Cursor, Antigravity usw.) in Echtzeit Evidenz, klinische Leitlinien und taiwanesische Rechtsvorschriften zur Physiotherapie abfragen – kein Auswendiglernen von Reha-Richtlinien erlaubt.

npm version License: MIT


Vier Abfragetools

Tool

Funktion

Datenquelle

search_pedro_evidence

Abfrage von RCTs, Metaanalysen usw. zur Physiotherapie-Evidenz

PubMed (PEDro als Backup)

search_cpg_guidelines

Abfrage klinischer Praxisleitlinien (CPG)

PubMed + TWPTA / GIN / NICE / APTA

search_pt_laws

Abfrage von Artikeln des Physiotherapeutengesetzes

Nationale Gesetzesdatenbank + statisches Backup

search_anatomy_biomechanics

Abfrage anatomischer und biomechanischer Definitionen

Statisches Wörterbuch + PubMed


Related MCP server: mcp-taiwan-legal-db

Installation und Verwendung

Voraussetzungen

  • Node.js ≥ 18.0.0

Methode 1: npx (keine Installation erforderlich, direkte Ausführung)

npx taiwan-pt-mcp

Methode 2: Globale Installation

npm install -g taiwan-pt-mcp
taiwan-pt-mcp

Methode 3: Aus dem Quellcode

git clone https://github.com/minhsuan0/taiwan-pt-mcp.git
cd taiwan-pt-mcp
npm install
npm run build
node dist/index.js

MCP-Client konfigurieren

Claude Desktop

Bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json (Mac):

{
  "mcpServers": {
    "taiwan-pt-mcp": {
      "command": "npx",
      "args": ["taiwan-pt-mcp"]
    }
  }
}

Cursor

Bearbeiten Sie .cursor/mcp.json:

{
  "mcpServers": {
    "taiwan-pt-mcp": {
      "command": "npx",
      "args": ["taiwan-pt-mcp"]
    }
  }
}

Google Antigravity

Erstellen Sie im Projektstammverzeichnis .mcp.json:

{
  "mcpServers": {
    "taiwan-pt-mcp": {
      "command": "npx",
      "args": ["taiwan-pt-mcp"]
    }
  }
}

Verwendungsbeispiele

Nach der Konfiguration können Sie einfach in natürlicher Sprache fragen, und der KI-Assistent ruft automatisch die Tools zur Überprüfung auf:

「前十字韌帶術後的復健流程?」
「低背痛的臨床指南有哪些?」
「物理治療師的業務範圍包含哪些?法規依據?」
「臀中肌無力與步態的關係?」

Erläuterung der Abfragetools

search_pedro_evidence(query, max_results?)

Abfrage von RCTs, systematischen Reviews und Metaanalysen zur Physiotherapie.

{
  "query": "rotator cuff exercise therapy",
  "max_results": 5
}

search_cpg_guidelines(condition, body_region, max_results?)

Abfrage klinischer Praxisleitlinien für bestimmte Erkrankungen und Körperregionen.

{
  "condition": "knee osteoarthritis",
  "body_region": "knee",
  "max_results": 5
}

search_pt_laws(keyword)

Abfrage relevanter Artikel des taiwanesischen Physiotherapeutengesetzes (Offline-Statik-Backup gewährleistet Verfügbarkeit).

{
  "keyword": "業務範圍"
}

search_anatomy_biomechanics(muscle_or_joint, max_results?)

Abfrage anatomischer Definitionen, Muskelfunktionen, Innervation und klinischer Bedeutung (sowohl auf Chinesisch als auch auf Englisch möglich).

{
  "muscle_or_joint": "臀中肌"
}

Haftungsausschluss

  • Die Abfrageergebnisse dieses Tools dienen nur als klinische Referenz für Physiotherapeuten und ersetzen keine medizinische Diagnose

  • Gemäß Artikel 12 des taiwanesischen Physiotherapeutengesetzes müssen physiotherapeutische Maßnahmen auf der Grundlage einer ärztlichen Diagnose oder Anordnung durchgeführt werden

  • Maßgeblich für die Rechtsinformationen ist der offizielle Volltext der Nationalen Gesetzesdatenbank


License

MIT © 2026

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Citation-guarded retrieval over 22M Taiwan court judgments and administrative interpretations

  • WHO ICF codes: lookup, search, hierarchy, qualifiers, and 11 scored clinical assessment instruments.

  • AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries.

View all MCP Connectors

Latest Blog Posts

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/minhsuan0/taiwan-pt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server