Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Juno Open Health Tools

io.github.marshallbear1/juno-open-health-tools

Consent-gated tools that turn user health notes into non-diagnostic appointment-prep materials.

Uptime
100.0%
1 direct probes · 30d
Response
781ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
0
available

Tools · 5

find_symptom_words

After explicit consent, organise only the user's non-identifying description into neutral sensation, timing, pattern, and impact vocabulary. Do not accept PHI or infer a diagnosis or cause.

build_health_timeline

After explicit consent, sort only non-identifying, user-authored observations into a factual chronology while preserving uncertainty. Do not accept PHI or invent dates or diagnoses.

prepare_appointment_brief

After explicit consent, turn minimal non-identifying goals, changes, impact, user-stated medicines, and questions into a concise appointment brief. Do not accept PHI or provide medical advice.

reflect_on_flare

After explicit consent, structure only non-identifying, user-authored before, during, and after observations; turn suspected patterns into questions, not causal claims. Do not accept PHI.

render_appointment_brief

After the user's existing consent, render the non-identifying output of prepare_appointment_brief as an accessible card. Call prepare_appointment_brief first; do not add PHI.

Resources · 1

appointment-brief-card ui://juno-health-tools/appointment-brief-v1.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "juno_open_health_tools": {
      "url": "https://juno-health-tools.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}