taiwan-pt-mcp
Provides integration with PubMed to search for randomized controlled trials, systematic reviews, and meta-analyses related to physical therapy evidence.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taiwan-pt-mcpWhat are the clinical guidelines for knee osteoarthritis in Taiwan?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
taiwan-pt-mcp
Taiwan Physical Therapy Evidence & Regulations MCP Server
Empower AI assistants (Claude, Cursor, Antigravity, etc.) to instantly verify physical therapy evidence, clinical guidelines, and Taiwan regulations via the Model Context Protocol (MCP). Strictly prohibited from fabricating rehabilitation guidance from memory.
Four Query Tools
Tool | Function | Data Source |
| Query RCTs, meta-analyses, and other physical therapy evidence | PubMed (PEDro backup) |
| Query clinical practice guidelines (CPG) | PubMed + TWPTA / GIN / NICE / APTA |
| Query articles of the Physical Therapist Act | National Laws and Regulations Database + static backup |
| Query anatomy and biomechanics definitions | Static dictionary + PubMed |
Related MCP server: mcp-taiwan-legal-db
Installation & Usage
Requirements
Node.js ≥ 18.0.0
Method 1: npx (run directly, no installation needed)
npx taiwan-pt-mcpMethod 2: Global installation
npm install -g taiwan-pt-mcp
taiwan-pt-mcpMethod 3: From source
git clone https://github.com/minhsuan0/taiwan-pt-mcp.git
cd taiwan-pt-mcp
npm install
npm run build
node dist/index.jsConfigure MCP Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac):
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}Cursor
Edit .cursor/mcp.json:
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}Google Antigravity
Create .mcp.json in the project root:
{
"mcpServers": {
"taiwan-pt-mcp": {
"command": "npx",
"args": ["taiwan-pt-mcp"]
}
}
}Usage Examples
After configuration, simply ask in natural language, and the AI will automatically call the tools to verify:
「前十字韌帶術後的復健流程?」
「低背痛的臨床指南有哪些?」
「物理治療師的業務範圍包含哪些?法規依據?」
「臀中肌無力與步態的關係?」Query Tool Descriptions
search_pedro_evidence(query, max_results?)
Query RCTs, systematic reviews, and meta-analyses related to physical therapy.
{
"query": "rotator cuff exercise therapy",
"max_results": 5
}search_cpg_guidelines(condition, body_region, max_results?)
Query clinical practice guidelines for specific conditions and body regions.
{
"condition": "knee osteoarthritis",
"body_region": "knee",
"max_results": 5
}search_pt_laws(keyword)
Query relevant articles of Taiwan's Physical Therapist Act (offline static backup ensures availability).
{
"keyword": "業務範圍"
}search_anatomy_biomechanics(muscle_or_joint, max_results?)
Query anatomy definitions, muscle functions, innervation, and clinical significance (in both Chinese and English).
{
"muscle_or_joint": "臀中肌"
}Disclaimer
The query results of this tool are for clinical reference by physical therapists only and do not replace medical diagnosis.
According to Article 12 of Taiwan's Physical Therapist Act, physical therapy interventions shall be carried out based on a physician's diagnosis or prescription.
For regulatory information, the official full text of the National Laws and Regulations Database shall prevail.
License
MIT © 2026
Available Tools
4 toolssearch_anatomy_biomechanicsA
檢索解剖學與生物力學標準定義,包含肌肉功能、神經支配、臨床意義與動作分析。內建靜態詞典(中英文),同時查詢 PubMed Anatomy/Biomechanics 文獻。
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | PubMed 最多回傳筆數,預設 4 | |
| muscle_or_joint | Yes | 肌肉或關節名稱(中英文皆可),例如 'rotator cuff', '臀中肌', 'lumbar spine', 'knee' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries full behavioral disclosure burden. It reveals two core behaviors: querying a built-in dictionary and fetching PubMed literature. However, it does not disclose important behavioral traits such as result combination logic, failure modes, language handling details, or whether an internet connection is required for the PubMed portion. The transparency is basic but incomplete.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loading the primary purpose in the first sentence and adding the dual-source feature in the second. Every word serves a purpose; there is no redundancy or filler. It is highly efficient for an agent to parse and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has two parameters and no output schema. The description covers what the tool does and its dual nature (dictionary + PubMed), but does not describe the format of the returned data or how the two sources are presented together. For a moderately complex tool with no output schema, additional context about return structure would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% – both parameters have clear descriptions in the schema (muscle_or_joint accepts Chinese/English names, max_results controls PubMed count). The tool description adds no additional parameter information beyond the schema. Since the schema already does the work, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves standard definitions of anatomy and biomechanics, listing specific content domains (muscle function, innervation, clinical significance, movement analysis). It mentions both a built-in static dictionary and concurrent PubMed query. This specific verb+resource combination effectively distinguishes it from sibling tools (search_pedro_evidence, search_cpg_guidelines, search_pt_laws) which focus on clinical evidence, guidelines, and legal aspects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus its siblings. It does not mention alternative use cases, prerequisites, or when not to use it. While the domain (anatomy/biomechanics) is implied, the agent receives no contextual direction to choose this tool over the other search tools in the set.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_cpg_guidelinesA
查詢國際與台灣認可之臨床實踐指南(CPG)。透過 PubMed Practice Guideline 類型篩選,並附加台灣物理治療學會、GIN、NICE、APTA 等指南連結。
| Name | Required | Description | Default |
|---|---|---|---|
| condition | Yes | 疾患或診斷名稱,例如 'rotator cuff tear', '下背痛', 'knee osteoarthritis' | |
| body_region | Yes | 身體部位,例如 'shoulder', 'lumbar spine', 'knee', '頸椎' | |
| max_results | No | 最多回傳筆數,預設 5 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full behavioral burden. It mentions the search sources (PubMed, TSPTA, GIN, etc.) which gives some transparency about the scope and data sources. However, it does not disclose details like whether the search is real-time, cached, or rate-limited, or what happens if no results are found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise (two sentences) and front-loaded with the core purpose. Every sentence adds value, though the second sentence could be slightly more structured to improve readability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters (all with schema descriptions), no output schema, and no annotations, the description adequately covers the search scope and sources. It is complete enough for a search tool, but additional details about the output format or behavior when no results are found could improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add any additional parameter semantics beyond what the schema already provides (e.g., condition, body_region, max_results). The description focuses on the tool's purpose and sources, not on parameter details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool searches for clinical practice guidelines (CPGs) recognized internationally and in Taiwan, specifying the PubMed Practice Guideline filter and additional sources (TSPTA, GIN, NICE, APTA). The verb '查詢' (search) with resource 'CPG' is clear and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for CPG searches, but there is no guidance on when to use it versus siblings like 'search_pedro_evidence' or 'search_pt_laws'. No explicit 'when to use' or 'when not to use' instructions are provided, leaving the agent to infer based solely on the tool names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_pedro_evidenceB
查詢 PEDro 物理治療實證資料庫(RCT、統合分析)。透過 PubMed E-utilities 篩選隨機對照試驗與系統性回顧,提供 DOI 連結與 PEDro 備援查詢 URL。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜尋關鍵詞,例如 'rotator cuff exercise' 或 '低背痛 核心穩定訓練' | |
| max_results | No | 最多回傳筆數,預設 5 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the data source (PubMed E-utilities) and output format (DOI links, PEDro backup URL), which adds behavioral context. However, with no annotations provided, the description carries the burden of transparency, and it does not disclose whether the tool is read-only, any rate limits, authentication needs, or what happens if the query finds no results. It moderately informs but leaves gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short (two sentences) and front-loaded with the core purpose. Every sentence adds value: the first states the source and content type, the second explains the mechanism and output. It is efficient without being terse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 2 parameters, no output schema, and no annotations, the description provides adequate context for a simple search tool. It explains the data source and output links, which is sufficient for basic use. However, it lacks details on result format, pagination, error handling, or any PEDro-specific nuances that could affect an agent's invocation (e.g., PEDro score availability). It is complete enough for a minimal viable description but not thorough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (both parameters have descriptions in the schema), so the baseline is 3. The description adds no additional meaning beyond what the schema provides, simply restating the purpose of the tool. It does not clarify query syntax, language support, or how results are sorted, so no extra value beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries the PEDro physiotherapy evidence database for RCTs and meta-analyses, specifying the use of PubMed E-utilities and output including DOI links and PEDro backup URLs. This differentiates it from siblings like search_cpg_guidelines or search_pt_laws by targeting a specific evidence source.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use for searching RCTs and systematic reviews in physiotherapy, but does not explicitly state when to use this tool versus alternatives (e.g., search_cpg_guidelines for guidelines, search_pt_laws for laws). No exclusion criteria or context for preferring one over another is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_pt_lawsB
查詢台灣《物理治療師法》及施行細則。優先回傳靜態核心條文(第 1、12、13、14、24 條),並嘗試呼叫全國法規資料庫 API 取得動態結果。
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 查詢關鍵詞,例如 '業務範圍', '醫囑', '執業', '診斷', '禁忌' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility for behavioral disclosure. It reveals that the tool attempts an API call to a national database, implying dynamic behavior beyond static text. However, it does not clarify whether the API call might fail or time out, what happens if no dynamic results are found, or whether the tool requires specific permissions or rate limits. The phrase '優先回傳' suggests ordering but without details on fallback behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact: two sentences that convey purpose and a hint of behavior. It front-loades the main goal and provides useful example keywords. However, the second sentence could be more concise by separating the API call detail from the static provisions. Overall, it earns its length without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one parameter, 100% schema coverage, and no output schema, the description mostly satisfies basic completeness: it says what it searches, hints at sources (static + dynamic), and provides examples. However, it lacks details on what constitutes a valid keyword, what the output format is, and how to interpret results (e.g., whether static provisions always appear). For a legal search tool, an agent might need to know the domain and limitations, which are absent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (the only parameter 'keyword' has a description), but the description adds a list of example keywords which is helpful. However, these examples are not complete semantics: the description does not specify the expected format of the keyword (e.g., exact legal text, partial match), whether it is case-sensitive, or if it supports complex queries. The tool's behavior of returning static provisions based on keyword is unclear from parameter semantics alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: querying Taiwan's Physical Therapist Act and its enforcement rules. It mentions key static provisions to return (Articles 1, 12, 13, 14, 24) and notes a dynamic API call to the national legal database. However, the mention of '優先回傳' (prioritize returning) static provisions could be interpreted as a behavioral guarantee, not just purpose. The purpose is well-articulated but slightly conflated with behavior.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly suggests use cases: querying Taiwan PT legal text. It specifies the keyword parameter and provides example keywords, which helps the agent. However, there is no explicit guidance on when to use this tool versus the sibling tools (e.g., search_pedro_evidence, search_cpg_guidelines) which cover evidence and guidelines. No 'when-not' or alternative scenarios are mentioned, so the agent must infer from domain knowledge.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
v1.0.0- First observed
search_anatomy_biomechanics - First observed
search_cpg_guidelines - First observed
search_pedro_evidence - First observed
search_pt_laws
TDQS
Scored across 4 tools
Each tool targets a distinct knowledge domain (evidence, guidelines, laws, anatomy/biomechanics) with no overlap, making it easy for an agent to select the appropriate one.
All tool names follow the consistent 'search_' prefix plus clear snake_case noun phrase pattern, e.g., search_pedro_evidence, search_cpg_guidelines.
With 4 tools covering core physical therapy information domains, the set is well-scoped and neither too sparse nor excessive for the server's purpose.
The tools cover key areas (evidence, guidelines, laws, anatomy) but miss potentially useful categories like treatment protocols or outcome measures, leaving minor gaps.
Maintenance
Related MCP Connectors
Taiwan legal research MCP: 判決書、全國法規、釋字/憲判與立法歷程查詢,12 個工具,回應均附官方出處 URL。
Taiwan legal research: court judgments, statutes, and interpretations. 台灣判決、法條、函釋、釋字搜尋。
Citation-guarded retrieval over 22M Taiwan court judgments and administrative interpretations
Judged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceIntegrates 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.8190MIT
- 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