taiwan-pt-mcp
taiwan-pt-mcp
台湾理学療法エビデンスと法規 MCP サーバー
Model Context Protocol (MCP) を通じて、AI アシスタント(Claude、Cursor、Antigravity など)が理学療法のエビデンス、臨床ガイドライン、台湾の法規を即座に検証し、記憶に基づくリハビリテーション指針の捏造を厳禁します。
4 つの検索ツール
ツール | 機能 | データソース |
| RCT、メタ分析などの理学療法エビデンスを検索 | PubMed(PEDro バックアップ) |
| 臨床実践ガイドライン(CPG)を検索 | PubMed + TWPTA / GIN / NICE / APTA |
| 「理学療法士法」の条文を検索 | 全国法規データベース + 静的バックアップ |
| 解剖学と生体力学の定義を検索 | 静的辞書 + PubMed |
Related MCP server: mcp-taiwan-legal-db
インストールと使用方法
必要条件
Node.js ≥ 18.0.0
方法 1:npx(インストール不要、直接実行)
npx taiwan-pt-mcp方法 2:グローバルインストール
npm install -g taiwan-pt-mcp
taiwan-pt-mcp方法 3:ソースコードから
git clone https://github.com/minhsuan0/taiwan-pt-mcp.git
cd taiwan-pt-mcp
npm install
npm run build
node dist/index.jsMCP クライアントの設定
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json(Mac)を編集:
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}Cursor
.cursor/mcp.json を編集:
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}Google Antigravity
プロジェクトルートに .mcp.json を作成:
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}使用例
設定完了後、自然言語で質問するだけで、AI が自動的にツールを呼び出して検証します:
「前十字韌帶術後的復健流程?」
「低背痛的臨床指南有哪些?」
「物理治療師的業務範圍包含哪些?法規依據?」
「臀中肌無力與步態的關係?」検索ツールの説明
search_pedro_evidence(query, max_results?)
理学療法関連の RCT、系統的レビュー、メタ分析を検索します。
{
"query": "rotator cuff exercise therapy",
"max_results": 5
}search_cpg_guidelines(condition, body_region, max_results?)
特定の疾患と身体部位に関する臨床実践ガイドラインを検索します。
{
"condition": "knee osteoarthritis",
"body_region": "knee",
"max_results": 5
}search_pt_laws(keyword)
台湾の「理学療法士法」関連条文を検索します(オフライン静的バックアップにより可用性を確保)。
{
"keyword": "業務範圍"
}search_anatomy_biomechanics(muscle_or_joint, max_results?)
解剖学的定義、筋肉機能、神経支配、臨床的意義を検索します(日本語・英語両方可)。
{
"muscle_or_joint": "臀中肌"
}免責事項
本ツールの検索結果は理学療法士の臨床参考としてのみ提供され、医療診断を代替するものではありません
台湾の「理学療法士法」第 12 条に基づき、理学療法処置は医師の診断または指示に従って実施されるべきです
法規情報は全国法規データベースの公式全文を優先します
License
MIT © 2026
Maintenance
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
- Alicense-qualityDmaintenanceIntegrates Taiwan-specific medical data including ICD-10 codes, FDA drug databases, and nutrition information into the Model Context Protocol. It enables AI models to query clinical guidelines, verify medical codes, and convert health data into FHIR R4 standardized formats.MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Taiwan's public legal data, including court judgments, regulations, and constitutional court interpretations, via 8 MCP tools.8170MIT
- AlicenseAqualityAmaintenanceEnables medication reference workflows including drug search, dosing calculations, Taiwan regulatory lookups, hospital prescription helpers, and educational PK/DDI simulation.333Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI assistants to query Taiwan's legal databases including court judgments, regulations, constitutional interpretations, and engineering committee letters, with automatic updates and offline caching.13MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/minhsuan0/taiwan-pt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server