mcp-health-server-

DetonaRapha/mcp-health-server-
★ 0 stars Unknown language AI/LLM Updated today
A Claude-compatible MCP server exposing a health-domain tool with typed schemas, structured tool calls, and error handling." Servidor MCP compatível com Claude que expõe uma ferramenta de domínio de saúde (por exemplo, consulta a um registro de paciente sintético ou uma agenda), com schema de tool tipado, chamada estruturada e tratamento de erro.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-health-server-": {
      "command": "npx",
      "args": [
        "-y",
        "DetonaRapha/mcp-health-server-"
      ]
    }
  }
}