Skip to main content
Glama
minhsuan0
by minhsuan0

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.

npm version License: MIT


Four Query Tools

Tool

Function

Data Source

search_pedro_evidence

Query RCTs, meta-analyses, and other physical therapy evidence

PubMed (PEDro backup)

search_cpg_guidelines

Query clinical practice guidelines (CPG)

PubMed + TWPTA / GIN / NICE / APTA

search_pt_laws

Query articles of the Physical Therapist Act

National Laws and Regulations Database + static backup

search_anatomy_biomechanics

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-mcp

Method 2: Global installation

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

Method 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.js

Configure 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

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