io.github.rabyavalla/bonsai-health
Official9 toolsB.O.N.S.A.I. Health Intelligence API
Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references.
Lifestyle medicine intelligence with 637+ peer-reviewed health references.
Captured live from the server via tools/list.
get_protocol
Generate an evidence-based whole-food plant-based protocol for one of 47 chronic conditions. Returns therapeutic foods, daily meal structure, foods to minimize, monitoring markers, and clinical citations.
Parameters (3)
- conditionstringrequired
- user_contextobject
- duration_weeksinteger
query_nutrition_topic
Ask a nutrition or food-as-medicine question. Returns evidence-based answer from the 200-chunk lifestyle medicine knowledge base.
Parameters (2)
- querystringrequired
- max_resultsinteger
interpret_labs
Interpret a panel of lab values against ACLM-optimized reference ranges. Returns risk classification per marker, lifestyle interventions, and medication deprescription signals.
Parameters (3)
- lab_valuesobjectrequired
Key-value pairs of biomarker names and values. Common keys: hba1c, fasting_glucose, fasting_insulin, ldl, hdl, triglycerides, apob, lp_a, hscrp, vitamin_d, b12, ferritin, tsh, free_t4, free_t3.
- current_medicationsarray
- health_goalsarray
marker_reference
Look up the ACLM-optimized reference range and lifestyle intervention plan for a single biomarker (e.g., apob, lp_a, hscrp, hba1c, fasting_insulin, vitamin_d).
Parameters (1)
- markerstringrequired
glp_protocol
Generate a GLP-aware nutrition protocol composed on top of any active chronic condition. Returns protein floor (1.2-1.6 g/kg), fiber ramp schedule, GI tolerance interventions, resistance training prescription, hydration target, and phase-specific guidance.
Parameters (4)
- glp1_phasestringrequired
- glp1_medicationstringrequired
- conditionstring
- user_contextobject
glp_phase_guide
Return the protocol overview for a specific GLP-1 therapy phase (starting, titrating, maintenance, tapering, post_drug).
Parameters (1)
- glp1_phasestringrequired
check_interactions
Check a list of medications for food-drug interactions, nutrient depletions, and timing-critical dosing requirements.
Parameters (2)
- medicationsarrayrequired
- foods_or_supplementsarray
drug_safety
Return the food-drug safety profile for a single medication.
Parameters (1)
- medicationstringrequired
lifestyle_query
Ask any lifestyle medicine question. Returns evidence-based answer with citations from a 200-chunk knowledge base spanning ACLM 6-pillars, B.O.N.S.A.I. nutrition, drug-food interactions, lab interpretation, GLP guidance, wearables, and CGM signal interpretation.
Parameters (3)
- querystringrequired
- pillarstring
- max_resultsinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bonsai-health": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-production-ae61.up.railway.app"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.