← irehabi.com

INDIVIDUAL MCP TOOL

list_ai_rehab_monthly

列出已发布的智能康复与 AI×Rehab 月度观察。

irehabi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://irehabi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_ai_rehab_monthly and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

irehabi.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.irehabi-rehab-frontier]
url = "https://irehabi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "irehabi-rehab-frontier": {
      "type": "http",
      "url": "https://irehabi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: irehabi-rehab-frontier
Remote MCP URL: https://irehabi.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "irehabi-rehab-frontier": {
      "url": "https://irehabi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "irehabi-rehab-frontier": {
      "type": "http",
      "url": "https://irehabi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "irehabi-rehab-frontier",
  "transport": "streamable-http",
  "url": "https://irehabi.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_rehab_updates — 检索康复前沿公开发布并已签发的康复研究、临床试验和资讯。结果保留原始来源链接、PMID/NCT ID、局限与本站页面链接。
  • get_rehab_update — 按 slug 读取一条已签发康复资讯的完整公开结构,包括关键发现、为什么重要、证据阶段、局限、原始来源和引用信息。
  • list_research_briefs — 列出已经整期审核发布的康复科研风向周报。
  • get_research_brief — 读取指定周的科研风向及其原始文献或试验注册引用。
  • get_ai_rehab_monthly — 读取指定月份的智能康复月报,区分概念、原型、可行性研究与临床证据,并保留原始引用。
  • list_rehab_ai_tutorials — 列出经过审核且定期复核的康复专业 AI 工具教程。
  • get_rehab_ai_tutorial — 读取一篇工具教程的步骤、提示词模板、隐私边界、专业边界、核对清单和官方来源。