taiwan-pt-mcp
taiwan-pt-mcp
대만 물리치료 근거 및 법규 MCP 서버
Model Context Protocol (MCP)를 통해 AI 어시스턴트(Claude, Cursor, Antigravity 등)가 물리치료 근거, 임상 가이드라인 및 대만 법규를 실시간으로 확인할 수 있습니다. 재활 지침을 기억에 의존하여 지어내는 것을 엄격히 금지합니다.
네 가지 조회 도구
도구 | 기능 | 데이터 출처 |
| 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