PluginBench
MCP Server

B.O.N.S.A.I. Health Intelligence API MCP Server

io.github.rabyavalla/bonsai-health

What is the B.O.N.S.A.I. Health Intelligence API MCP server?

Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references.

How to install B.O.N.S.A.I. Health Intelligence API

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bonsai-health": {
      "url": "https://web-production-ae61.up.railway.app"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bonsai-health": {
      "serverUrl": "https://web-production-ae61.up.railway.app"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bonsai-health": {
      "type": "http",
      "url": "https://web-production-ae61.up.railway.app"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "bonsai-health": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://web-production-ae61.up.railway.app"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http bonsai-health https://web-production-ae61.up.railway.app

Related MCP servers

Interpret lab values against ACLM-optimized ranges. Returns deprescription signals.

View repository →

Food-drug interaction and nutrient depletion checks for 30+ common medications.

View repository →

GLP-1 phase-aware nutrition: muscle preservation, GI tolerance, taper protocols.

View repository →

Semantic search over a 200-chunk ACLM lifestyle medicine knowledge base.

View repository →

Evidence-based plant-based food-as-medicine protocols for 47 chronic conditions. ACLM-aligned.

View repository →