taiwan-pt-mcp
taiwan-pt-mcp
MCP-сервер для тайваньской физиотерапии: доказательства и законодательство
Через Model Context Protocol (MCP) позволяет AI-ассистентам (Claude, Cursor, Antigravity и др.) мгновенно проверять доказательства физиотерапии, клинические руководства и тайваньские законы, строго запрещая выдумывать рекомендации по реабилитации по памяти.
Четыре инструмента запроса
Инструмент | Функция | Источник данных |
| Запрос РКИ, мета-анализов и др. доказательств физиотерапии | 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.jsНастройка MCP-клиента
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?)
Запрос РКИ, систематических обзоров, мета-анализов, связанных с физиотерапией.
{
"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