Skip to main content
ClaudeWave

AIcare 康护评估 MCP Server — 检测图/问卷 → 健康评估 → 康护报告 → 康复指导书

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/AvatarGaia/aicare-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aicare-mcp": {
      "command": "node",
      "args": ["/path/to/aicare-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/AvatarGaia/aicare-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# AIcare MCP

> **AI 康护评估 MCP Server** — 让任何 AI Agent 用一句话完成「看检测图 → 出康护评估 → 生成康复方案」。
> 由 [虚实科技](https://agent.avatargaia.top) 研发,面向康护机构、康复师、家庭照护场景。

[![MCP](https://img.shields.io/badge/MCP-streamable--http-blue)]()
[![License](https://img.shields.io/badge/license-see%20LICENSE-lightgrey)]()

---

## 这是什么

AIcare MCP 把「AIcare 智护工作台」的核心能力开放为标准 MCP 工具,任何支持 MCP 的客户端
(Claude、ChatGPT、Cursor、OpenClaw/Gaia Agent 等)都可以直接调用:

| 工具 | 作用 | 说明 |
|---|---|---|
| `assess_health_image` | 上传检测照片 → 结构化量表评估 | 舌象 / 面色 / 步态 / 指甲 / 掌纹 / 脑龄 / 骨密度 / 卒中风险 … |
| `run_health_survey` | 提交问卷/量表 → 评估结果 | 睡眠 / 呼吸 / 用药安全 / 居家照护 / 跌倒 / Braden 等 |
| `generate_care_plan` | 患者档案 + 评估结果 → **康护分析报告** | 含整体评估、风险分级、重点关注项 |
| `generate_rehab_guide` | 生成**康复指导书 / 阶段目标 / 周计划** | 长任务,异步返回 |
| `get_patient_context` | 查询关爱对象档案 | 家属 / 康护师场景 |

> ⚕️ **合规声明**:本服务提供**健康评估与康护建议**,不构成医学诊断或治疗方案。
> 所有输出需由专业人员复核。

## 服务端点

```
POST https://agent.avatargaia.top/api/mcp/aicare
Transport: streamable-http
Auth: Authorization: Bearer <API_KEY>
```

## 快速开始

### 1) Claude / 支持远程 MCP 的客户端

```json
{
  "mcpServers": {
    "aicare": {
      "type": "streamable-http",
      "url": "https://agent.avatargaia.top/api/mcp/aicare",
      "headers": { "Authorization": "Bearer ${AICARE_API_KEY}" }
    }
  }
}
```

### 2) curl(直接调工具)

```bash
curl -X POST https://agent.avatargaia.top/api/mcp/aicare \
  -H "Authorization: Bearer $AICARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0", "id": 1, "method": "tools/call",
    "params": {
      "name": "assess_health_image",
      "arguments": { "type": "tongue", "image_url": "https://example.com/tongue.jpg" }
    }
  }'
```

### 3) Python

```python
import requests, os
r = requests.post(
    "https://agent.avatargaia.top/api/mcp/aicare",
    headers={"Authorization": f"Bearer {os.environ['AICARE_API_KEY']}"},
    json={"jsonrpc": "2.0", "id": 1, "method": "tools/list"},
)
print(r.json())
```

## 获取 API Key

联系 `octopus@arplus.top` 开通(提供机构名称与使用场景)。

## 典型用法

```
用户:帮我看看这张舌象照片,然后给我妈出一份康护方案
Agent:① assess_health_image(type="tongue", image_url=...) → 量表评估
       ② generate_care_plan(target_id=..., assessments=[...]) → 康护报告
       ③ generate_rehab_guide(plan_id=...) → 康复指导书(长任务)
```

## 相关仓库 / 链接

- 官网:https://agent.avatargaia.top
- 服务状态:`GET /api/health`
- 反馈:Issues

## 许可

- 本仓库内的**文档与示例代码**:MIT
- **MCP 服务本身**:商业服务,需 API Key,详见 [TERMS.md](TERMS.md)

---
<sub>虚实科技 · AvatarGaia · AIcare 智能康护</sub>

What people ask about aicare-mcp

What is AvatarGaia/aicare-mcp?

+

AvatarGaia/aicare-mcp is mcp servers for the Claude AI ecosystem. AIcare 康护评估 MCP Server — 检测图/问卷 → 健康评估 → 康护报告 → 康复指导书 It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install aicare-mcp?

+

You can install aicare-mcp by cloning the repository (https://github.com/AvatarGaia/aicare-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AvatarGaia/aicare-mcp safe to use?

+

Our security agent has analyzed AvatarGaia/aicare-mcp and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains AvatarGaia/aicare-mcp?

+

AvatarGaia/aicare-mcp is maintained by AvatarGaia. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to aicare-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy aicare-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AvatarGaia/aicare-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/avatargaia-aicare-mcp)](https://claudewave.com/repo/avatargaia-aicare-mcp)
<a href="https://claudewave.com/repo/avatargaia-aicare-mcp"><img src="https://claudewave.com/api/badge/avatargaia-aicare-mcp" alt="Featured on ClaudeWave: AvatarGaia/aicare-mcp" width="320" height="64" /></a>

More MCP Servers

aicare-mcp alternatives